Introduction to Spring IDE 2.0
Introduction to Spring IDE 2.0 [Discuss Here]
I am Krishna Srinivasan working as Software Engineer in Bangalore,India.My interest is everything related to Java,Google and Opensource products. Apart from my tech work, I love listening music, watching movies and reading books.
Labels: Eclipse, Spring, Spring Framework, Spring IDE, Spring MVC
One of the major features available in the Spring Distribution is the provision for separating the cross-cutting concerns in an Application through the means of Aspect Oriented Programming. Aspect Oriented Programming is sensibly new and it is not a replacement for Object Oriented Programming. In fact, AOP is another way of organizing your Program Structure. This first section of this article looks into the various terminologies that are commonly used in the AOP Environment. Then it moves into the support that is available in the Spring API for embedding Aspects into an Application . Finally the article concludes by giving a Sample Application.read full article
Labels: AOP, Spring Framework, Spring MVC
The Spring MVC provides rich functionality for building robust Web Applications and it is available as a separate module in the Distribution. As a pre-requisite, readers are advised to go through the introductory article on Spring Framework http://spring.javabeat.net/articles/2007/06/introduction-spring-web-framework. The Spring MVC Framework is architected and designed in such a way that every piece of logic and functionality is highly configurable. Also Spring can integrate effortlessly with other popular Web Frameworks like Struts, WebWork, Java Server Faces and Tapestry.More>>
Labels: Spring Framework, Spring MVC

An excerpt from the Spring Blog,Before we all head into the week of SpringOne, we are pleased to announce that the second and last release candidate of Spring IDE 2.0 is available. As usual the release is available immediately form our developer update site.
Please don’t forget: This is our last chance to get things straight before we are going Final. Therefore take some time for testing and provide feedback on any errors, bugs or problems you might find.More
Labels: MVC Framework, Spring, Spring Framework, Spring IDE, Spring MVC