According to the Spring Framework Reference Documentation (springframework.org): “…Spring provides a light-weight solution for building enterprise-ready applications, while still supporting the possibility of using declarative transaction management, remote access to your logic using RMI or web services, mailing facilities and various options in persisting your data to a database. Spring provides an MVC framework, transparent …
Category: FromSitesTree.com
Jul 20
Lesson 1: Just Step by Step Hibernate #Java Short Notes
Hibernate Documentation for First Timers From: http://sitestree.com/?p=5024 Categories:Java Short NotesTags: Post Data:2012-09-30 11:06:00 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada
Jul 20
Lesson 2: Your First Hibernate Example Program #Java Short Notes
Code as Used for the Video Demonstration Video Tutorial Explaining How to Write a Simple Program in Hibernate [Java] From: http://sitestree.com/?p=5025 Categories:Java Short NotesTags: Post Data:2009-01-25 00:39:54 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada
Jul 20
Video Tutorials on Different Java technologies #Java Short Notes
The following video tutorials contains videos on Basic and Advanced Servlet and JSP Development Understanding and Developing EJBs Portal Development and Administration WebSphere Application Server Administration Struts Development with WSAD 5.1 Video Tutorials JSPs with IRAD The HttpSession Creating JavaBeans Testing with JUnit Advanced Web Coding JSPs with jsp:usebean Obtaining User Input Creating Custom Tags …
Jul 20
Java Skills for Job #Java Short Notes
AWT Swing JSF Applet Midlet JDBC JSP Servlet Java Beans EJB J2ME RMI JNDI Network Programming XML processing Web Services and SOAP JavaFX Java Connector Java Mail Java AVK (Application Verification Kit) Java ACC Java Message Service API Java Persistence API Java Transaction API Java Transaction Service Hibernate Struts Spring Eclipse Netbeans IDE IntelliJ IBM …
Jul 20
Video byJustEtc: An example EJB application in BEA Weblogic Platform #Java Short Notes
Video Training by JustEtc: An example EJB application in BEA Weblogic Platform From: http://sitestree.com/?p=5015 Categories:Java Short NotesTags: Post Data:2008-04-26 16:58:07 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada
Jul 20
What is Hibernate? #Java Short Notes
Why Hibernate? A database is an integral part of many different types of applications. Standalone single-person applications to multi-user distributed business and enterprise applications make extensive use of databases. Many high end technology applications in industries including telecommunications, and surveillance systems make extensive use of databases. However, in recent years, the use of database has …
Jul 19
Lesson 6: Handling Request Parameters with Form Beans #Java Short Notes
Training Video for this article Code used for this article In jsp pages, you can create forms with html form tag or html:form tag Form Beans concept You can use request.getParameter() to retrieve data from a form from the backend/server side. Or you can create a bean based on the form parameters/values. Then from the …
Jul 19
JSF: Lesson – 3: Controlling Page Navigation in JSF #Java Short Notes
Sample application for this article Video Tutorial for this article Pre-requisite: JSF Lesson 1 & 2 Navigation: Two Types: Static: The destination page is fixed Dynamic: The destination page varies with the conditions Static Static: You provide a fixed value for the “action” attribute for a JSF event control/action element That fixed value is mapped …
Jul 19
JSF: Lesson – 4: Accessing Context Data from Beans #Java Short Notes
In some cases, from the beans used in JSF applications, you will need to access the request parameters. For example, in the BusSearch.java, we accessed, the request parameters [Please check the previous JSF lesson]. How to access: FacesContext context = FacesContext.getCurrentInstance(); Some methods of FacesContext: Map getApplicationMap() String getInitParameter(java.lang.String name) Map getInitParameterMap() String getRemoteUser() Map …
