Archive | March 9th, 2011

Spring with Apache Velocity

March 9, 2011

0 Comments

Introduction Spring is an open source framework, created by Rod Johnson. We can develop many kinds of applications using Springwhich includes basic java programs and enterprise applications. Any Java application can benefit from Spring in terms of simplicity, testability, and loose coupling. Spring supports integration with Struts, WebWork, Apache velocity , Hibernate, JDO, TopLink, EJB, [...]

email

Introduction to Spring REST Services

March 9, 2011

4 Comments

Introduction This article provides an introduction to Spring’s REST services. The first section of the article provides a good introductory knowledge to the basics of REST services following by a sample application. The next section extends the introductory part by providing a bit complicated implementation by supporting the various protocol methods exposed and supported by [...]