Skip to main content

Springs

Spring is an open source framework.It was created to address the complexity of enterprise application development.Spring makes it possible to use plain-vanilla Java beans to archive things that were previously only possible with EJB's.
Spring is a lightweight dependency injection and aspect oriented container and framework.
Feature Of Spring:
1 Lightweight
2 Dependency Injection
3 Aspect Oriented
4 Container
5 Framework

Important Links to know more about Springs.

Encyclopedia
Spring Home
download springs modules

Any suggestion Welcome..

Comments

Popular posts from this blog

JSF Lifecycle Phases

JSF Lifecycle Phases JSF follows MVC design pattern to handle request-response process. Basically JSF handles three types of requests. Non-Faces Request Generates Faces Response Faces Request Generates Non-Faces Response Faces Request Generates Faces Response In another case of course non-jsf to non-jsf is there but in this case there is no involvement of JSF action here, so this is not a part of jsf lifecycle process. A JavaServer Faces page is represented by a tree of UI components, called a view . When a client makes a request for the page, the life cycle starts. During the life cycle, the JavaServer Faces implementation must build the view while considering state saved from a previous submission of the page. When the client submits a page, the JavaServer Faces implementation must perform several tasks, such as validating the data input of components in the view and converting input data to types specified on the server side. The JavaServer Faces implementation performs a...

Hibernate

Best sites which are very much useful for assist in Hibernate related problems * Hibernate main site * Hibernate Tutorial * Hibernate Forum * Hibernate Wikipedia * Popular Hibernate Books * Hibernate Materials * Relational Persistence for Idiomatic Java

Springs Module

Spring is one of the recent technology which help developers to do a lot of things without coding but have to structured it's xml files properly. Some important links which helps you to brighten your knowledge in springs. * Springs Tutorial * Springs Framework Tutorial