it could work. if you have the client side just submit stuff in the
normal form submit. dont try to use RPC though. Just normal form post
and ajax post

On Oct 14, 5:51 am, gregor <[EMAIL PROTECTED]> wrote:
> Hi CFS,
>
> I think the biggest problem to look at is whether the GWT 1.5 RPC
> mechanism uses Java 1.5 syntax server side (and since e.g. it
> serializes generic collections, it must do). In which case your RPC
> servlets probably won't run and you'd have to look at e.g. JSON to
> communicate with the server. I don't believe you can't mix GWT 1.5 RPC
> client side code with the 1.4 version of gwt-servlet.jar server side.
>
> regards
> gregor
>
> On Oct 14, 11:14 am, CFS <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > Is it possible to run the server side part of an GWT 1.5 application
> > in a Java 1.4 compliant container? (In particular it's a SAP WAS).
>
> > If it's not possible to do it easily, is it possible to do it at all
> > with some (reasonable) work?
>
> > Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
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