PDA

View Full Version : navigating from one application to another.


Robin John
09-26-2008, 08:37 AM
hi,

I want to know, what is best possible way to navigate from one web application to another.

Regards,
Pulak.

ess
09-26-2008, 01:48 PM
Provide a link from the first to the second application

If data is shared between two applications, store it in a database from the first...and ensure the second is able to access that database to retrieve stored information.

See http://www.jguru.com/faq/view.jsp?EID=245672
and http://wiki.tangosol.com/pages/viewpage.action?pageId=16668

Cheers
~E