aspose file tools
The moose likes Portals and Portlets and the fly likes advantage of using spring portlet mvc Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "advantage of using spring portlet mvc" Watch "advantage of using spring portlet mvc" New topic
Author

advantage of using spring portlet mvc

shriya hegde
Greenhorn

Joined: Aug 31, 2010
Posts: 5
hi,

Could somebody tell me what is the use of Spring portlet mvc compared to other portal development frameworks?
Ashish Sarin
author
Ranch Hand

Joined: Nov 20, 2000
Posts: 403
    
    5
Spring Portlet MVC is a framework that is exclusively meant for developing portlets. Unlike other frameworks, it doesn't hide different lifecycle phases of a portlet.....making the framework more intuitive. Spring Portlet MVC is mirror image of Spring Web MVC, so if you have experience working with Spring Web MVC then you can quickly get up to speed with Spring Portlet MVC.

regards
ashish


Author of
Getting started with Spring Framework
Portlets in Action
Spring Roo 1.1 Cookbook
Portlets blogSpring Roo blog
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: advantage of using spring portlet mvc
 
Similar Threads
How to deploy Spring mvc portlet on Liferay
Portlet frameworks
Crud operation in Portlet
[Portlet 1] Design considerations compared to plain servlet/jsp
JSR 286/MVC Support in Spring 3.0