Search the group... 
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/85267b4604f7e70f#

On Sep 16, 3:50 pm, Joe Larson <[EMAIL PROTECTED]> wrote:
> Our main application is a WebObjects app.  We're now adding Web 2.0
> into the equation.  We're rebuilding isolated pages at first.
>
> I'm trying to figure out how to pass in from the WO app initial data
> to the GWT app.  I'd like to feed it two pieces of data:
>
> -WOInstanceID
> -A generated session ID (not the WOSessionID, but my own)
>
> I need these fields so I can initiate a proper Services connection
> back to the WO app for doing all my database work.
>
> I've tried passing arguments on the command line, but that has been
> problematic.  I can't figure out how to parse them.  The two methods
> in class GWT that return URLs seem to strip off everything after
> the ?.  Furthermore when operating in development mode (where my WO
> app is also acting as the web browser), WO gets cranky if you have a ?
> and doesn't actually load my GWT app but instead goes to my app's
> login page.
>
> Any suggestions?
>
> I thought maybe I could create some JavaScript variables from the WO
> app before including the GWT page, but I'm not quite sure how to do
> that nor if that's the best method.
>
> -Joe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to