« Return to Thread: Grails - J2ee integration

Re: Grails - J2ee integration

by Stephen Souness :: Rate this Message:

Reply to Author | View in Thread

You could have your JSP webapp act as a proxy, accepting an AJAX request from the browser, then making a request to the Grails webapp, processing the response and forwarding that back to the browser.

Browser -> J2EE app -> Grails app
Browser <- J2EE app <- Grails app

this would get complicated if it required any cookies for the interaction with the Grails app.


--
Stephen Souness

 « Return to Thread: Grails - J2ee integration