[appfuse-user] GWT integration in AppFuse.

2010-04-02 Thread johnydz
http://openempi.kenai.com/ It seems good. -- View this message in context: http://n4.nabble.com/GWT-integration-in-AppFuse-tp1748910p1748910.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscrib

Re: [appfuse-user] GWT integration

2007-11-13 Thread Sanjiv Jivan
oops, I meant "like Grid, *Tree* and ComboBoxes" On 11/13/07, Sanjiv Jivan <[EMAIL PROTECTED]> wrote: > > You could use CFX to create restful services although I havent used it > myself. I personally just use Spring MVC to manage the URL delegation to > controllers and in the controllers use XStr

Re: [appfuse-user] GWT integration

2007-11-13 Thread Sanjiv Jivan
You could use CFX to create restful services although I havent used it myself. I personally just use Spring MVC to manage the URL delegation to controllers and in the controllers use XStream to convert the beans to XML or Json and return this data ( write directly to the HttpRespose OutputStream ).

[appfuse-user] GWT integration

2007-11-13 Thread Bron
I am among those who are interested in adding GWT functionality to an Appfuse app and wanted to start a thread to discuss the various approaches. I'm currently thinking the ideal would be be to use REST/JSON messages from Appfuse core or modular archetype. This would be along the lines of curre