• 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

web aplication inside a portlet

 
Ranch Hand
Posts: 111
Eclipse IDE Firefox Browser Debian
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I have two web aplication made with servlet a jsp.

I would like to make a portal with both aplications in each window.

These aplications are in differents servers.

Is it possible to call a show these web aplications from a portal a show them in diferents portlets with the portlets technology.

Thanks.

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

It is possible to show a web application inside a portlet window by using the "iframe portlet" . All you need to do is ,make sure that you application is running on a server and provide the url of that application in your iframe portlet.

Go through this link if you are using websphere portal. If you are using either Jboss portal /Webogic portla then search for the iframe portlet in there documentation.
http://www.ibm.com/developerworks/websphere/library/techarticles/0607_boezeman/0607_boezeman.html#custom


Regards,
Sri Kanth Puchakayala
 
reply
    Bookmark Topic Watch Topic
  • New Topic