This essay developed out of conversations I've had with several other programmers about why Java smelled suspicious. It's not a critique of Java!
Sycorax - complete tutorials
Programming Tutorials
" Java provides the industry - software companies and customer alike , an opportunity to create a true open computing environment where software is portable,
and customers benefit from increase competition. "
Spring Framework Overview
Benefits of Spring Framework
Installing and downloading
Spring Framework
Whats new in spring 2.0?
Introduction to IOC
Setter Injection
Constructor Injection
Spring MVC
Spring and Hibernate
Spring Web Framework
Spring Web Flow
Spring AOP
Register now to recieve special alert and latest technology news!
Benefits of Using Spring Framework
- Spring is Lightweight container
- No App Server Dependent – like EJB JNDI Calls
- Objects are created Lazily , Singleton - configuration
- Components can added Declaratively
- Initialization of properties is easy – no need to read from properties file
- Declarative transaction, security and logging service - AOP
- application code is much easier to unit test
- With a Dependency Injection approach, dependencies are explicit, and evident in constructor or JavaBean properties
- Spring's configuration management services can be used in any architectural layer, in whatever runtime environment.
- Spring can effectively organize your middle tier objects
- Not required special deployment steps
