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

Invoking a portlet from servlet

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

I am new in the portlet development, i want to invoke a portlet from one servlet. How can I do invoke a portlet from a servlet?




Thanks
venucbv
 
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, really, you can't do that. There's no way to generate a URL for just one portlet, without invoking the whole portal infrastructure.

What are you trying to do and why? I'm wondering if there's another way to deal with the problem you're looking at.

-Cameron McKenzie
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi currently i also have same issue, i need to render only part of one of portlet, not fully page - aggregated portlet .
I'm using IBM Websphere 6.0.x, and found PortletServingServlet looks like will fullfil my needs, but i have google there is nothing real example how to use this feature.
If maybe someone can give any idea/example about this feature? it will means alot for me.

Thanks,
Wiyanto

Cameron Wallace McKenzie wrote:Well, really, you can't do that. There's no way to generate a URL for just one portlet, without invoking the whole portal infrastructure.

What are you trying to do and why? I'm wondering if there's another way to deal with the problem you're looking at.

-Cameron McKenzie



 
Something must be done about this. Let's start by reading this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic