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