Вы находитесь на странице: 1из 2

welcome to blog.yamanyar.com: Difference between Portal, Portlet an...

http://blog.yamanyar.com/2009/04/difference-between-portal-portlet-a...

go back to www.yamanyar.com

Monday, April 6, 2009

Difference between Portal, Portlet and Portlet Container


Although you may be a java expert, you may never worked with portlets. If this is the case, let me give you a short description. According to JSR-168: Portlets are web components -like Servlets- specifically designed to be aggregated in the context of a composite page. Usually, many Portlets are invoked to in the single request of a Portal page. Each Portlet produces a fragment of markup that it s combined with the markup of other Portlets, all within the Portal page markup. In other words, a portlet is an mini-application that provides some content that forms part of a portal page. These portlets are handled by portlet container. A portal container: executes portlets, manages lifecylce of portles, provides them a runtime enviroment to portlets. In order to execute and test the portlet container, we need a driver: the portal. Requests from users are recieved by portal then this is directed to portlet container and these requests are executed on portlets. And portal (not portlet container) is responsible for bringing together all the content produced by portlets and present them to clients. So a portal is a web application (which can be deployed a servlet container like tomcat) which brings together contents from different portles and the communication between portal and portlets are achieved by portlet containers. Here is a popular image I found on the google which summarizes whole concept:
(Image may not be available since the image link refers to an external source)

Blog Archive

2013 (6) 2012 (8) 2011 (7) 2010 (6) 2009 (10) April (10) Reload development changes without redeploy or res... Difference between Static AOP and Dynamic AOP Flex and BlazeDS What is Continuous Integration? Differences between DOM, SAX or StAX Another Way To Call A Native Method: JNA Difference between Portal, Portlet and Portlet Con... Clustering with Terracotta What is OSGi? The Dynamic Module System for Java...

A portal does not only built a portal page from portlets but also provides:

Calling a .NET Method from Java via JNI

Personalization Advanced security configuration Single Sign On (SSO) Customizable look and feel Although a portal and a portlet container are different units, they can be built together as a single component. Here is the list of some open source portals: LifeRay JetSpeed 2 (which uses Pluto as a portlet container)
Labels

git spring integration xsl datapower easymock jni


maven mediation xslt

1 of 2

31/03/2014 10:02 AM

welcome to blog.yamanyar.com: Difference between Portal, Portlet an...

http://blog.yamanyar.com/2009/04/difference-between-portal-portlet-a...

eXo JBoss Portal Light Portal Now it is time learn details, chose one of the paths below, my favorite is JetSpeed v2 tutorial. You can follow the instructions to master portals or just read fastly to have deeper knowldge on the concepts discussed. JetSpeed v1.6 Tutorial JetSpeed v2 Tutorial JBoss Portal v2.7.2 eXo
Kaan Yamanyar
Posted by Kaan Yamanyar at 1:32 AM Labels: portal, portlet, portlet container

About Me

View my complete profile

No comments: Post a Comment

Comment as:

Publish

Newer Post Subscribe to: Post Comments (Atom)

Home

Older Post

Simple template. Powered by Blogger.

2 of 2

31/03/2014 10:02 AM

Вам также может понравиться