| Author |
External Application to Portlet.
|
Pulkit Malhotra
Ranch Hand
Joined: Apr 15, 2005
Posts: 30
|
|
I have design in which a external application will be called from the portlet and some parameter will be send to the external application. Then external application will do some processing and return some parameter. How external application can return to same page of portlet application with parameter ?. I'm new to portlet please help me ?. I'm using Spring MVC web flow ?.
|
Regards,<br />Pul_Mal
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
Sounds like the job of a web service of some sort to act at the intermediary. Portlets can access any J2EE resource that is supported by your server - JMS, JDBC, web services, RMI/IIOP. All you need to know is how to code for them. So, how would you access this external resource in a Servlet? That's probably the same way you'd access it from a Portlet. Make sense? -Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
 |
|
|
subject: External Application to Portlet.
|
|
|