• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JSF portlet application - *not much than JSF web application*

 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know little about both JSF and portlet.

What's the difference (special) in JSF portlet application compare to JSF web application?

The things I noticed are:

You have a portlet.xml file, in that you write:



You even don't specify the location of faces-config.xml file as we do in case of struts portlet application in portlet.xml:



Also you don't need any kind of mapping in web.xml to get to the *view.jsp* as it is done in view mode of portlet in portlet.xml.

My question is, what more we can do with JSF portlet application?

Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic