• 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:

How to put portlet on JSP pages?

 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ranchers,

I'm new to portlets and I have installed Liferay Portal and OpenPortal to my glassfish server on windows. I even able to deploy a simple (hello world) portlet to OpenPortal. However since portlets are like small windows in web pages, how do I put such portlet or window onto a JSP page? How to point to the portlet java file (the one that extends GenericPortlet) when the application starts in web.xml or portlet.xml?

Thanks in advance.
reply
    Bookmark Topic Watch Topic
  • New Topic