[appengine-java] Re: Discussion for Best Practices For App Engine With Example

2010-06-30 Thread James
Jake - Thanks for sharing that! Are you using it successfully w/ GAE? I'm having a problem using it w/ the dev appserver. I'm not the only one - http://code.google.com/p/projectlombok/issues/detail?id=112 I suspect it's just a config issue... lombok should probably only be in the buildpath, no

Re: [appengine-java] Re: Discussion for Best Practices For App Engine With Example

2010-06-28 Thread RAVINDER MAAN
Hi Jake Thanks .I was not aware about this project .I watched introductory video and It seems great.Thanks . On Tue, Jun 29, 2010 at 3:48 AM, Jake wrote: > Hey all, > > I've seen a lot of posts like this that are overwhelmed with getters/ > setters. I wonder why more people haven't started t

[appengine-java] Re: Discussion for Best Practices For App Engine With Example

2010-06-28 Thread Jake
Hey all, I've seen a lot of posts like this that are overwhelmed with getters/ setters. I wonder why more people haven't started to use lombok? http://projectlombok.org/ It is, by far, the best tool I've found when programming Java. I'm just wondering why it's not more commonly used. Jake On

Re: [appengine-java] Re: Discussion for Best Practices For App Engine With Example

2010-06-28 Thread RAVINDER MAAN
I have set up this project at http://code.google.com/p/forumdiscussion/ Please look at it and let me know if I need to change something. 2010/6/28 Andrés Cerezo > You can share source code with a svn from eclipse, look at > http://www.youtube.com/watch?v=15jItreEX1M it's an installation and >

Re: [appengine-java] Re: Discussion for Best Practices For App Engine With Example

2010-06-28 Thread Andrés Cerezo
You can share source code with a svn from eclipse, look at http://www.youtube.com/watch?v=15jItreEX1M it's an installation and investigate about svn and google codes. 2010/6/28 RAVINDER MAAN > I am sorry for long post .But i just want to know about other peoples view > on this .In a way I just w

Re: [appengine-java] Re: Discussion for Best Practices For App Engine With Example

2010-06-28 Thread RAVINDER MAAN
I am sorry for long post .But i just want to know about other peoples view on this .In a way I just want to know what is the best way to implement this specification.May be it can be example project for other people . I am new to GAE so i dont know where to put its code and how to discuss it wit

Re: [appengine-java] Re: Discussion for Best Practices For App Engine With Example

2010-06-28 Thread Andrés Cerezo
I think it would be best to share with a svn, don't you? 2010/6/28 djd > This is not quite an example, but a rather complete file listing, > along with specs And your question was? > Sorry I don't want to be negative, but your post is so long! > > On Jun 27, 9:39 pm, RAVINDER MAAN wrote

[appengine-java] Re: Discussion for Best Practices For App Engine With Example

2010-06-28 Thread djd
This is not quite an example, but a rather complete file listing, along with specs And your question was? Sorry I don't want to be negative, but your post is so long! On Jun 27, 9:39 pm, RAVINDER MAAN wrote: > Hello all >     I am working on a project which has following > requirements.Ac