Hi,
we are planning to build an intranet portal where we want to integrate some existing web applications without changing them too much. One idea that came up was to "embed" these applications into portlets, so it would be easy to deploy them later.
Do you know of any simple way to do this?
The very rough idea (I do not have much knowlegde of portlets yet) was to just put an <iframe> into the portlets area where the application is shown. This way I would have almost no effort changing the existing application and all the nice features I get using a portal/portlet framework.
Does this sound reasonable? Are there other solutions for his problem? Any comments appreciated!
TIA
Jonas
-
Embedding web apps into Portlets (3 messages)
- Posted by: Jonas Rathert
- Posted on: October 20 2004 06:26 EDT
Threaded Messages (3)
- Embedding web apps into Portlets by Rohit Sood on October 26 2004 09:41 EDT
- Embedding web apps into Portlets by Ernie Svehla on November 16 2004 14:27 EST
- links.... by Joe Fouad on November 26 2004 23:24 EST
-
Embedding web apps into Portlets[ Go to top ]
- Posted by: Rohit Sood
- Posted on: October 26 2004 09:41 EDT
- in response to Jonas Rathert
The iframe solution is okay too - but remember that with iframes you may get UI issues, authentication issues etc
One easy way (and ugly) is to "screen scrape" an existing web-app - open sympony used to provide a scraper - which basically looked for a start-tag and an end-tag from another web-page. -
Embedding web apps into Portlets[ Go to top ]
- Posted by: Ernie Svehla
- Posted on: November 16 2004 14:27 EST
- in response to Jonas Rathert
I am curious to understand what your requirements are for making the application into a portlet in the first place. We have a client that has several J2EE applications that are being considered for migration into portlets but I do not see the value in doing so. Clearly simple apps like news, announcements I see the value as portlets but not full blown applications.
If access to the applications is controlled from the portal via a hyperlink the portal can serve as a spring board for the applications without being migrated into Portlets.
If all your applications are integrated into the portal and your portal goes down you loose access to everything whereas with applications you can seperate them and via use of Single Sign-on still have access to them in the event of portal failure. What am I missing here? -
links....[ Go to top ]
- Posted by: Joe Fouad
- Posted on: November 26 2004 23:24 EST
- in response to Jonas Rathert
the very first thing your application have tohave is real dynamic linking or absolute linking as the portlet have not a defined location,REMEMBER no relative links in portlet