Re: Best serverside architecture(framework/stack) to use with GWT for large application...please show me the light

2012-09-03 Thread Kara Rawsonkara
hibernate with jpa beans. run onto of a restful java servlet to serve up your DAL. if your not good with dep inj design use GIN and Guice for instantiating your widgets and composites. also if your new to gwt use the ui binder. advanced create a viewport and screen manager to inject your

Re: Best serverside architecture(framework/stack) to use with GWT for large application...please show me the light

2012-08-29 Thread rhodebump
I love GRAILS and GWT development. Grails make hibernate development very easy for java guys, and grails has hardly any xml stuff to deal with. www.spotmouth.com is an GWT/Grails combo On Saturday, August 25, 2012 7:48:12 PM UTC-4, GWTter wrote: Hi all, I've been doing research on this for

Re: Best serverside architecture(framework/stack) to use with GWT for large application...please show me the light

2012-08-28 Thread Derek
Hi Seth, I personally am not a fan of Spring. I'm generally not a fan of anything that says, First, create a bunch of XML files (GWT excepted :) ). That's why I gravitated to Guice for all my DI needs. That said, Guice and Spring aren't quite the same thing, and you could leverage both of

Re: Best serverside architecture(framework/stack) to use with GWT for large application...please show me the light

2012-08-28 Thread GWTter
Hi Derek, After do some more research and receiving some more advice from others and another helpful answer on SO I'll be going with Spring (I agree about the XML, but they have introduced/incorporated more annotations since the earlier versions). However what you detailed still makes a lot of

Re: Best serverside architecture(framework/stack) to use with GWT for large application...please show me the light

2012-08-28 Thread James
Would you give the detail about how to handle history using GIN, Activity and Place. Is it possible to implement GWT-platform way? Thanks, James, On Tuesday, August 28, 2012 10:12:43 AM UTC-4, Derek wrote: Hi Seth, I personally am not a fan of Spring. I'm generally not a fan of anything

Re: Best serverside architecture(framework/stack) to use with GWT for large application...please show me the light

2012-08-27 Thread Derek
I use Guice on the server side and GIN on the client side. I generally use DTOs over GWT-RPC since RequestFactory isn't what I need / want to migrate to. On Saturday, August 25, 2012 7:48:12 PM UTC-4, GWTter wrote: Hi all, I've been doing research on this for the past 2, almost 3 days now.

Re: Best serverside architecture(framework/stack) to use with GWT for large application...please show me the light

2012-08-27 Thread GWTter
Hi Derek, Thanks a lot for the reply. I did consider Guice for DI on the serverside but not sure if it would be redundant if using a framework like Spring. I do want to utilize RF though as it has a nice set of features which I'd like to include, e.g. caching and only delta posts. And I'll

Re: Best serverside architecture(framework/stack) to use with GWT for large application...please show me the light

2012-08-27 Thread GWTter
Hi all, I also posted this question on SO and revised it a little since, but received one really great response so far if anyone is interested: http://stackoverflow.com/questions/12132213/recommended-serverside-architectureframework-stack-to-use-with-gwt-for-large-a -- You received this

Best serverside architecture(framework/stack) to use with GWT for large application...please show me the light

2012-08-25 Thread GWTter
Hi all, I've been doing research on this for the past 2, almost 3 days now. I feel like I've googled everything under the sun on the matter (including these forums) and am almost all tutorialed-out. Before I go into any more details on the question I just want to give a quick overview of the