Java™ Open Source Framework Courseware
The efficiency of application development can be greatly enhanced through the adoption of a Framework, a re-usable design for a software system (or subsystem). A software framework may include support programs, code libraries, or other software to help develop and glue together the different components of a software project.
Java-based enterprise development has been inundated by the proliferation of frameworks. Some are unique to the development of specific kinds of applications whereas others are more generic. The open-source frameworks have the advantages of being free and being supported by a very large user community providing access to solutions for many of the problems that one might encounter in developing enterprise applications. Struts, Spring®, and Hibernate® are three commonly deployed Java open-source frameworks.
The courses listed on this page are intended to provide in-depth coverage of various open source Java frameworks. If you need Java training materials that cover topics recommended by the Java Community Process, please consult one of the following categories::
This 3-day course covers everything you need to know to begin working with Hibernate® in a very short time. It covers all the important concepts necessary to access and update data stored in relational databases. It includes an extensive series of labs to exercise all major capabilities.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This course is a new course based on the Spring® 3 release. It starts with the basics of Spring and in-depth coverage on using the powerful capabilities of the Core module to reduce coupling, increase flexibility and ease the maintenance and testing of your applications.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This five-day course is a new course based on the Spring® 3 release. Starting with the basics of Spring and the Core module, it then moves on to cover the various capabilities of Spring, the Spring MVC, Spring Web Flow 2.1, and Spring Security.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This 3-day course will teach students how to use Java Struts as a framework to develop web applications that follow the Model/View/Controller design pattern. The topics cover the components of Struts that are available from the Jakarta project of the Apache Foundation. The course illustrates what the components provide and use of them.
Instructor kit includes an email with instructions to download presentation slides. Learn More
This 1-day course looks at three tools that can be of enormous help to programmers who are writing Java systems: ant, JUnit, and logging with log4J, commons logging, or java logging. Programmers taking this course will gain the experience necessary to use these tools to be more productive and create better software systems.
Instructor kit includes an email with instructions to download presentation slides. Learn More