I don't think it's actively maintained. I started a project called WOGWT (also on google code); it's out of date, but newer than this one.
It really depends on what you need because you can communicate with a WO server in many possible ways: 1) JSON/XML via direct actions 2) JSON/XML via REST 3) JSON/XML via component actions 4) RPC via direct actions 5) RequestFactory somehow For JSON or XML you don't really need anything specific to GWT on the server. For RPC, WOGWT has a request handler you could use. RequestFactory is the newest RPC method in GWT and could be very useful, but I haven't heard of anyone integrating it with WO yet. What are you looking to do? John On Thu, May 19, 2011 at 7:18 PM, Michael DeMan <[email protected]> wrote: > Hi All, > > Does anybody know status on the WOGST adaptor (is it reliable/well > designed?) - or is there another standard technique to use to be able to > utilize GWT on the client side with WebObjects on the back end? > > http://sites.google.com/site/wogwtadapter/ > > Thanks, > > - Mike DeMan > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/johnthuss%40gmail.com > > This email sent to [email protected] >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
