Spring is one of the most popular Java frameworks today. Unlike Java EE, Spring works well with any Java application from a simple applet to a sophisticated enterprise application, and increases development productivity, code maintainability and extensibility, while improving code testability and application quality.
Tags: Java, JavaEE, Frameworks
Hibernate has become one of the most successful open source projects that roam the Java planet. It is used as the persistence layer on many JSE and JEE (and .NET) projects, and has proved itself a successful tool for different requirements. Nevertheless, it can be a bit risky if one does not understand the implications of using it.
The ultimate hibernate course is aimed at diving into the bits and bytes of hibernating, dealing with advanced issues and looking under the hood of this great tool.
Tags: Java, JavaEE, Database
The JBoss Application Server is one of the leading application servers in the market.
It is open-sourced and offers many services including but not limited to: security, clustering, messaging, transactions, persistence, web services.
The course covers the architecture of the JBoss Application Server, its main components, configuration and trouble-shooting.
The course is based on JBoss Application Server v5.
Tags: JavaEE, JBoss, Application Server, Administration