• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Websites based on portlets!!

 
Ranch Hand
Posts: 982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Can you provide me the links for some sites that make use of portlets ..


Thanks in advance

Regards
 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sun provides generic portlets which can be developed and deployed in different portal servers. hope this url may help you

http://onesearch.sun.com/search/onesearch/index.jsp?qt=java+portlets+specification+downloads&charset=UTF-8&rf=0&rt=1&nh=10&cs=0&col=all-filtered
it is better to go through jsr 168 portlet specification.
 
A Kumar
Ranch Hand
Posts: 982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi prasanna,

thanks for the link...but what i wanted are the links for the sites that have deployed portlets...


Regards

[ August 07, 2006: Message edited by: A Kumar ]
[ August 07, 2006: Message edited by: A Kumar ]
 
sai prasanna
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i think that it is hard to get portlet examples. we worked on weblogic portal by using weblogic workshop for only few days because the project was delayed.

for developing portlets in weblogic workshop(uses eclipse IDE internally) we had gone through the following url
http://e-docs.bea.com/wlp/docs92/

in a portal we will have n number of portlets if we want to exchage data between to portlets we go for Page Flows in weblogic/events(sun provided jsr 168 specification(it is a java class) which is generic to all portal servers)

just try to create a portal with two portlets in one portlet specify userName, passWord and save button when save button is clicked capture the data in the second portlet and display. to capture write a java class (jsr 168)
 
A Kumar
Ranch Hand
Posts: 982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Prasanna!!
 
sai prasanna
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://publib.boulder.ibm.com/infocenter/radhelp/v6r0m1/index.jsp?topic=/com.ibm.etools.struts.doc/topics/cstrdoc006.html
Hope this url might help
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic