| 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
|
 |
 |
|
|
subject: Difference between Portal and Portlets
|
|
|