Wednesday, November 3, 2010

Re: Database data and GWT applications

Hi Owen,

Did you also install the Google App Engine part of Google SDK on your
Eclipse? Then running and debugging a database-oriented application
gets easy and efficient: the SDK has a Jetty (i.e Tomcat-like) in it.
So, you can fully test locally and test deploy as easily on App Engine
infrastructure.

So, give a try to the full package and come back if any question:

I really find the combination GAE + GWT highly powerful for large
scale and at the same time very efficient to develop + debug on a
single machine

regards
didier

On Nov 3, 6:20 pm, OS <osav...@gmail.com> wrote:
> Hello,
>
> This is my first posting here so I'm sorry if all this has been
> covered before.
>
> I've come to GWT from a J2EE background. I though GWT would be a great
> way of combining data mining at the backend with a nice UI at the
> front. However, I've fallen over at the first hurdle. Apparently GWT
> will not permit database connections with the Google App Engine. Ok,
> that's pants, but I'll move over to TomCat. But this is not as easy as
> it sounds either. There is no Deploy action available and I'm not a
> server admin. The instructions I've found on the web appear complex
> and to top it all it seems I'm going to loose debugging features.
>
> Have I missed the point about GWT? is it not really intended for
> database driven applications?! What exactly is it for? After all, the
> database and server root are on the same Intranet server and security
> is pretty tight. Is it that the GAE is just not up to the job right
> now but it will be coming.
>
> Is there an easy way of using TomCat and keeping the debugging
> ability? I can deploy the application / WAR to TomCat but I can't even
> figure out how to get the GWT Eclipse plugin to launch it from the new
> server, let alone debug the application!
>
> If Eclipse won't do this then I might as well go back to doing this
> long hand in NetBeans!!
>
> Help!!!!
>
> Thanks,
> Owen

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment