Spring Roo!!!!! But a Different Demeanour

When I had my first interaction with Spring Roo, I was trying to figure the features that makes it an absolute pleasure to use. After traversing through the code that it generates, I found the following interesting features and I believe that there is more to be explored of it.

    1) InterType Declarations with Aspects.
    2) Use of @Configurable annotation.
    3) Use of JSP's in XML format i.e. (.jspx)
    4) Use of Spring Theme and Localization.
    5) Use of Apache Tiles 3 in Views.
First, of all I will start with @Configurable annotation. I am going to discuss my experience with each of the above mentioned features separately. I have tried to use them separately in a Spring based Application.

Comments

Popular posts from this blog

Use of @Configurable annotation.

Spring WS - Part 5

Spring WS - Part 4