Spring FrameworkIntroductionSpring Framework for Java is one of the most popular framework in the recent times. It has reduced the boiler-plate code, provides abstractions to connect to various other Java technologies, and makes life easier for the developer. Available here are two presentations on Spring Framework, which I hope would help other developers get started, in the only anticipation, that it helps! Spring Framework BasicsCovers, - Basic goals and objectives of Spring Framework
- Introduction to IoC and AOP
- Spring Core and Configuration Metadata (in XML)
- AOP in Detail
- The Bean Lifecycle
- Spring Extensibility - XML Authoring Support
- The Beginning - Spring Universe and related projects
Spring: Enterprise Service AbstractionsCovers, - Evolution - New And Noteworthy in Spring 2.0/2.5
- Data Access
- JDBC
- ORM (Hibernate)
- Transaction Management
- Integrations
- Remoting and Web Services
- Enterprise Java Beans
- JMS - Java Messaging Service
- JMX - Java Management Extensions
- Email
- Scheduling
- Thread Pooling
- Dynamic Language Support
|