I'm about writing a personal time recording app called TiRe. It
consists of four projects:
 - tire-d8: The actual webapp which gets deployed on GAE/J. Contains
also the GWT frontend.
 - tire-dao: DAO classes for accessing the datastore.
 - tire-model: The server side model.
 - tire-rest: Contains resources which use the DAOs to return JSON
representations of the model.

Feel free to take a look at TiRe using the following links:
 - http://code.google.com/p/tire-d8/
 - http://tire-d8.appspot.com/

Please note that the application is still under development, but the
general architecture is quite completed.

- Harald


On Oct 29, 2:28 am, vehdra music <veh...@gmail.com> wrote:
> Noone has any idea?
>
> How do you organize your projects? Can someone give me an idea?
>
> On 27 oct, 17:33, vehdra music <veh...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi, i would like to know if someone can recommends me a tutorial to
> > organize my project, or if can explain me how can i do it.
>
> > In my project i need this modules:
>
> > a) Core (entities classes + daos)
> > b) Backend (gwt module where the users can admin their app data, the
> > user must be logued)
> > c) Widgets (gwt module that loads an id in the url and displays a
> > widget that the users can put in their webpages, no need to be logued
> > to display the widget)
> > d) Restlet API 1 (an api that the users can use, i'm thinking to
> > develop this api 
> > withhttp://blog.noelios.com/2009/04/11/restlet-in-the-cloud-with-google-a...)
> > e) Restlet API 2 (another resltlet api for other purposes)
>
> > Modules b, c, d, e will load module a (Core).
>
> > And nothing else :)
>
> > Can someone give me an idea about how to organize the proyect?

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to