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

Please explain the portlet directory structure for me

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have open source of a portal web app. But I don't understand its directory structure, why do they divide the app into these packages? Please explain for me
Thanks so much !
1.JPG
[Thumbnail for 1.JPG]
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yen , Please attach the images. Are you referring to JSR portal app or the IBM websphere Portal web app?
 
yen hoang
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jay Batheja wrote:Yen , Please attach the images. Are you referring to JSR portal app or the IBM websphere Portal web app?


because attachments is limited by 1, I will attach the second picture here
2.JPG
[Thumbnail for 2.JPG]
 
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
Well, a portlet app is just a web app with a few extra features, namely a portlet.xml file, and the ability to link to the portlet API. Really, there's not much more too it.

I think you've somehow imported in a bunch of packages reated to the implementation of liferay. They certainly are not required in order to create a standard portlet.

-Cameron McKenzie
 
yen hoang
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Cameron Wallace McKenzie wrote:Well, a portlet app is just a web app with a few extra features, namely a portlet.xml file, and the ability to link to the portlet API. Really, there's not much more too it.

I think you've somehow imported in a bunch of packages reated to the implementation of liferay. They certainly are not required in order to create a standard portlet.

-Cameron McKenzie


I understood! Thanks in advance!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic