[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread Deanna
Have you seen this http://blog.hivedevelopment.co.uk/2009/08/google-web-toolkit-gwt-mvp-example.html It is a sample project that uses the best practices from that video. On Jan 24, 8:44 am, andreas_b andreas.borg...@gmail.com wrote: Hi all. I've just started a new open source GWT/GAE project

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread andreas_b
Yes. I actually refer to that blog in my pages..it is a great walkthrough and is a good starting point for learning about the best practices. However, it is still only a hello world example and it's a whole other story to apply these practices and design patterns to a more complex, real world

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread Deanna Bonds
I am about to code a new project where I intend to use the approach in Ray Ryan's video. I will send your project any tidbits I find. On Jan 24, 9:05 am, andreas_b andreas.borg...@gmail.com wrote: Yes. I actually refer to that blog in my pages..it is a great walkthrough and is a good starting

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread Deanna Bonds
Would you prefer to discuss any ideas here, or through your project page? On Jan 24, 9:08 am, Deanna Bonds deanna.bo...@gmail.com wrote: I am about to code a new project where I intend to use the approach in Ray Ryan's video.   I will send your project any tidbits I find. On Jan 24, 9:05 am,

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread andreas_b
Hi. Preferrably via the project page if you can find an appropriate place for the discussion, but if its something that might be of value for other forum visitors here, we can discuss it here and I can simply add/ link to it from the project page. What kind of project are you working on? BR,

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread Deanna Bonds
My project is a Guild hosting site (for mmorpgs and other games) and Gamer social networking site, with everything integrated (the current crop of them all have stand alone projects tied together from a portal like page). First thing that is probably a good discussion for this group is design

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread andreas_b
Ah. Sounds interesting. I'm familiar with TDD from projects at work, although I haven't been much involved in the definition parts. I read the BDD introduction and it seems to make sense. I will definitely try it out.. I haven't gotten around to define a test methodology yet since I first wanted