Well the front end is GWT(actually Ext-GWT).
The  application has a web AND a desktop client.
For the desktop client instead  of rewriting everything let s say in C++ ,
we reuse the GWT code of the web client and run it inside AIR.
So you basically have  2 applications (web + desktop) sharing the same code
base.


2011/7/13 Magno Machado <[email protected]>

> "The advantage of using appcelerator or AIR is that  you wont need to
> rewrite the UI code. You can just take the same code you used for the
> webclient and it will work  inside AIR for example. That have saved us
> a lot of work :)"
> If it's the very same code, same ui, same app, why don't have only the
> gwt frontend?
>
> On 7/12/11, Thomas Broyer <[email protected]> wrote:
> >
> > On Wednesday, July 13, 2011 12:10:50 AM UTC+2, Alain Ekambi wrote:
> >>
> >> Honestly i dont know if  you can use Requestfactory with non GWT client
> >> (never tried). Maybe somebody else can answer that.
> >
> >
> > Yes you can. GWT 2.4 should come with requestfactory-client.jar that can
> be
> > used in any Java app (including Android).
> >
> > I wrote unit tests for RequestFactory services in "pure Java" (i.e.
> without
> > the need for GWTTestCase, contrary to GWT-RPC for instance) and GWT's own
> > RequestFactory unit-tests are run in both "in VM" and "in browser" modes.
> > BobV recently added (probably won't be in 2.4) a UrlRequestTransport
> using
> > java.net.HttpURLConnection
> >
> http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/web/bindery/requestfactory/vm/testing/UrlRequestTransport.java
> > (you'd
> > probably prefer using Apache HttpClient though outside testing)
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To view this discussion on the web visit
> > https://groups.google.com/d/msg/google-web-toolkit/-/akoAfM9CQscJ.
> > 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.
> >
> >
>
>
> --
> Magno Machado Paulo
> http://blog.magnomachado.com.br
> http://code.google.com/p/emballo/
>
> --
> 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.
>
>


-- 

GWT API for  non Java based platforms
http://code.google.com/p/gwt4air/
http://www.gwt4air.appspot.com/

-- 
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