aspose file tools
The moose likes Portals and Portlets and the fly likes Difference between Portal and Portlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Difference between Portal and Portlets" Watch "Difference between Portal and Portlets" New topic
Author

Difference between Portal and Portlets

Jahnavi Kondapaneni
Ranch Hand

Joined: Jan 25, 2008
Posts: 56
Can anybody let me know the difference between portal and Portlets.





Regards,
Janu
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

It's like the difference between a Servlet and an application server.

A portlet is an interactive component that delivers content to the end user. Developers develop portlets, just like developers develop servlets.

A portal server runs portlets, and delivers a portal page to the end user. A portal page can potentially be an aggregation of many, many individual portlets.

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
Jonas X. Yuan
author
Ranch Hand

Joined: May 18, 2008
Posts: 108
A portal page is made of a set of portlets. For example, the portal page such as Welcome contains portlets such as Navigation, Language, and so on And the portlet Language has icons (such as Look and Feel, Configuration, Minimize, Maximize, and Remove), title icon and title (such as Language), and a window which may contain contents (such as a set of language icons and links).

In a normal way, a portlet is an application that provides some content (such as information or service) that forms part of a portal page. A portlet container handles the portlets. A portlet container also processes requests and generates dynamic content. Actually, portals use portlets as pluggable user interface to provide a presentation layer information.

[Liferay Book: http://www.packtpub.com/building-liferay-portal-enterprise-intranets/book]


Books: Liferay Portal 6.1 Systems Development
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Difference between Portal and Portlets
 
Similar Threads
portal server vs application server
Portal vs Website
difference between JSR168 & Struts portlet
Portlets vs Servlets
Difference between Application Server and Portal Sever