Hello all,

I cannot find anywhere what are best practices for separating Roo application into 3 modules:
- frontent (GWT or flex)
- backend (CRUD - "controller all" works more than perfect )
- lib (data access)

I'm not saying that i want to create 3 separate projects (but I would like to maintain them easily).

The most important for me is nice separation of backend and frontend.

Any ideas? Any WORKING samples?

Thanks in advance