Re: [appfuse-user] Appfuse and GWT

2009-01-25 Thread Matt Raible
You should be able to use the GWT Plugin to add GWT support to Maven. From there, you'll just need to 1) expose your services for GWT and 2) write your GWT code to talk to those services. http://code.google.com/p/gwt-maven/ You may be able to use Enunciate to automatically generate your GWT RPC c

Re: [appfuse-user] Appfuse and GWT

2009-01-24 Thread mcheeta
Hi All: As it has been a few months am wondering if there has been any updates on this support... Am too waiting for Appfuse + GWT1.5 Cens wrote: > > How about this > http://code.google.com/p/shine-reference/wiki/GettingStarted2 > ? > > Of course I would stay with GWT 1.5 (=Java5 compatible) i

Re: [appfuse-user] Appfuse and GWT

2008-08-27 Thread Vincenzo Caselli
How about this http://code.google.com/p/shine-reference/wiki/GettingStarted2 ? Of course I would stay with GWT 1.5 (=Java5 compatible) in order to keep the model annotated classes on the client GWT side. What do you think? The link above seems close to our goal. Some hint on where to start with a

Re: [appfuse-user] Appfuse and GWT

2008-08-27 Thread Michael Duergner
I already tried both they seem to work pretty good although I think there is some work to do for a full integration when looking at the model layer. On Wed, Aug 27, 2008 at 5:18 AM, Sanjiv Jivan <[EMAIL PROTECTED]>wrote: > I'd recommend using GWT-Server Library (GWT-SL) for Spring integration. It

Re: [appfuse-user] Appfuse and GWT

2008-08-26 Thread Sanjiv Jivan
I'd recommend using GWT-Server Library (GWT-SL) for Spring integration. It is a stable library that is easy to use and works very well. http://gwt-widget.sourceforge.net/ Also Hibernate4GWT is useful for Hibernate integration : http://hibernate4gwt.sourceforge.net/index.html Sanjiv On Mon, Aug

Re: [appfuse-user] Appfuse and GWT

2008-08-25 Thread Pablo Alcaraz
same here! I love appFuse and gwt but I think I need a LOT of time to glue both for myself. I 'd like a lot to have appFuse with GWT on it. :D Pablo Cens wrote: Matt, is there any chance to have GWT among the presentation frameworks of Appfuse or Appfuse-light? I can provide my experience wi

Re: [appfuse-user] Appfuse and GWT

2008-08-25 Thread Vincenzo Caselli
These might help: http://technophiliac.wordpress.com/2008/08/24/giving-gwt-a-spring-in-its-step http://adminsight.de/2008/02/14/non-invasive-gwt-and-spring-integration/ Vincenzo On Mon, Aug 25, 2008 at 7:53 PM, Michael Duergner < [EMAIL PROTECTED]> wrote: > I'd be glad to help with some stuff t

Re: [appfuse-user] Appfuse and GWT

2008-08-25 Thread Michael Duergner
I'd be glad to help with some stuff too. As I'd really like to have a GWT presentation layer combined with the power of Appfuse and Spring. But I don't have to time for the whol design stuff of this integration. ;-) On Mon, Aug 25, 2008 at 10:07 AM, Vincenzo Caselli <[EMAIL PROTECTED]> wrote: > I

Re: [appfuse-user] Appfuse and GWT

2008-08-25 Thread Vincenzo Caselli
I am repeating myself, but I can help with pleasure. I just need some hint about where to put hands. Your supervision may be great, think about it, you could provide GWT along with others. Vincenzo Caselli On Mon, Aug 25, 2008 at 2:11 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > Of course ther

Re: [appfuse-user] Appfuse and GWT

2008-08-24 Thread Matt Raible
Of course there's a possibility. Unfortunately, I'm too busy with living life and raising kids to do it these days - especially since I've said I'd add Stripes and Wicket support this year. ;-) Matt On Sun, Aug 24, 2008 at 6:36 AM, Cens <[EMAIL PROTECTED]> wrote: > > Matt, > is there any chance t

[appfuse-user] Appfuse and GWT

2008-08-24 Thread Cens
Matt, is there any chance to have GWT among the presentation frameworks of Appfuse or Appfuse-light? I can provide my experience with both of them (GWT and Appfuse), but I don't think to be able to do all the glue-work by myself. One thing I could do is provide the CRUD code for the appfuse:gen Ma

Re: [appfuse-user] Appfuse and GWT

2008-08-08 Thread Vincenzo Caselli
Well, I'd say that at present I can turn it off. The application seems to work well, both for the Appfuse part and the GWT one. Thanks again. Vincenzo On Fri, Aug 8, 2008 at 5:22 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > Similarly in Tomcat , just

Re: [appfuse-user] Appfuse and GWT

2008-08-08 Thread Matt Raible
Similarly in Tomcat , just add compression="on" to your coyote connector, and you'll get gzip on larger pages. See their configpage for more info. On Fri, Aug 8, 2008 at 9:20 AM, Matt R

Re: [appfuse-user] Appfuse and GWT

2008-08-08 Thread Matt Raible
The GZipFilter is for gzipping. ;-) http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html Matt On Fri, Aug 8, 2008 at 8:46 AM, Vincenzo Caselli <[EMAIL PROTECTED]> wrote: > Found it! > It's gzipFilter. > What is it intended for? > Now I'm gonna remove just this filter and test the whole app

Re: [appfuse-user] Appfuse and GWT

2008-08-08 Thread Vincenzo Caselli
Found it! It's gzipFilter. What is it intended for? Now I'm gonna remove just this filter and test the whole app. Thank you Matt Vincenzo Caselli On Fri, Aug 8, 2008 at 4:33 PM, Vincenzo Caselli <[EMAIL PROTECTED]> wrote: > Hey Matt, > thank you, I just removed all the filters and at least the

Re: [appfuse-user] Appfuse and GWT

2008-08-08 Thread Vincenzo Caselli
Hey Matt, thank you, I just removed all the filters and at least the gwt call is working again! Now I will try to make a dicotomic search in order to find the one that is causing the problem (hope is just one). Bye Vincenzo Caselli On Fri, Aug 8, 2008 at 4:05 PM, Matt Raible <[EMAIL PROTECTED]>

Re: [appfuse-user] Appfuse and GWT

2008-08-08 Thread Matt Raible
I would try commenting out filters in web.xml to see if that helps. Matt On Fri, Aug 8, 2008 at 7:44 AM, Vincenzo Caselli <[EMAIL PROTECTED]> wrote: > Hi all, > I finally managed to make GWT to co-exist into an Appfuse-JSF project. > But I am facing a very strange problem when the GWT service ret

[appfuse-user] Appfuse and GWT

2008-08-08 Thread Vincenzo Caselli
Hi all, I finally managed to make GWT to co-exist into an Appfuse-JSF project. But I am facing a very strange problem when the GWT service returns an object with more than, about 64 characters! In GWT Hosted mode debugging (from inside the Appfuse project) all is working right, without the above li