Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

What are portlets

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
i need some information about portlets and portal server,
what is the diff between a servlet and a portlet,what are the portlet containers available .may be some body can suggest a good book on portlets.
thanx
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Portlet: http://searchwebservices.techtarget.com/sDefinition/0,,sid26_gci947404,00.html
Portal: http://searchsmb.techtarget.com/sDefinition/0,,sid44_gci212810,00.html
Similarities and differences in servlet and protlet:
http://www.opensubscriber.com/message/jetspeed-dev@jakarta.apache.org/514070.html

We have many portals available like,

- BEA Weblogic Portal
- IBM Websphere Portal
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the Java space, you might check out JetSpeed from Jakarta, which is deployable in Tomcat.
 
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to add: Vignette portal.
 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The most popular java portals currently are the following :
- Liferay
- Exo
- JBoss
 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Let me try,

Portlet - It is just an window but may provide the whole functionality like any application. User can customize it according to his/her need. There may be many portlets on one page, every portlet may/may not interact with each other. It is modified form of servlet, in fact we can say it is nothing but a servlet.

Portal Server - It provides resources to run any portlet just like application server provides for servlet.

Please correct me if I am wrong.
Thanks.

 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apaches Pluto server is a portal server.
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You might also check out:

http://www.nabh.com/

for info on open source portal solutions.
 
Ranch Hand
Posts: 687
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Portlet can be comparaple with Tiles, if any body worked with struts.
But different between Tiles and Portlate is
Portlet can provide remote integration while displaying in a desktop(ie. desktop is a view which integrats many portlets) but tiles can't.

And portal is container of collection of several application with various functionalities.

Here one application may represent 1 portlet.
 
Author
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some of your questions are already answered within this thread, especially the link by Adeel Ansari about servlet-portlet diffs provides interesting information. Do you have a specific question about servlets and portlets, that is not covered by this resource?

Only a few books about JSR 168 exist, one is "Building Portals with the Java Portlet API" (Homepage) by J. Linwood, D. Minter (APress 2004). This one is intersting from my point of view. More books exist on specific portal servers. For IBM WebSphere Portal server I would recommend to get the relevant Redbooks, which are available for free (PDF, HTML).

Greetings Stefan
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic