• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

difference between portal & portlet project

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

I am new portlet programming, and using RAD7, there I found options for creating Portlet & portal projects, what is difference between these two types, when we go for specific type.




Thanks,
Prakash
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A portlet project allows you to create portlets, the individual content deliver vehicles for a portal server.

A portal project allows you to develop skins and themes, the elements that determine the overall look and feel of a portal site.

-Cameron McKenzie
 
siva prakash
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Cameron,

I am working on portlet project on RAD7. Can have any good tutorial on wiring of jsr168 portlets in RAD7.

also is there any good site for best practises for portlet project.





Thanks,
prakash
 
Cameron Wallace McKenzie
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Um....

You could check out my portal development site and the link on "Portlet Development Best Practices."

My site has free multimedia tutorials on developing pretty much every type of JSR168 portlet you can imagine, from PortletSession to Custom Portlet Modes. I use IRAD 6.x, but you really wouldn't know the difference between 6.x and 7.x, as the wizards are practically the same, and the spec is identical (both use the JSR-168 portlet API standard).

Happy Portal!

-Cameron McKenzie
 
Hey! You're stepping on my hand! Help me tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic