IntelliJ Java IDE
The moose likes Portals and Portlets and the fly likes Moving from Servlets to portlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Moving from Servlets to portlets" Watch "Moving from Servlets to portlets" New topic
Author

Moving from Servlets to portlets

Udayan Kumar
Ranch Hand

Joined: Jan 16, 2007
Posts: 66
Hi All,

I read in one of tutorials pertaining to portal & portlets something like this
----------------
Because the portlets are written as components, they can be cleanly written and tested. Applications which currently use many servlet includes might be more cleanly written as portlet applications
----------------

I am just curious to figure out what are the cases when using portlets makes more sense over plain servlet approach.


Regards,
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4962

They key time to write a portlet is when you are running on a portal server.

A portal provides a number of great features, including view pluggability in the form of portlets, design elements factored out into elements such as themes and skins, not to mention easy facilities for allowing a user to customize and personalize a site.

Choosing to use a portal or not is the real question. When that decision is made, the developer really isn't left with a choice.

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
 
 
subject: Moving from Servlets to portlets
 
Threads others viewed
Achieving Inter-portlet communication.
Portal Technology
Migrating to Portals & Portlets
Handling Portlet requests
Portal server Bea vs IBM
developer file tools