It seems like this app would be a simple CRUD application, perhaps later on tie into enterprise services. If I understand the scope correctly, why not use the web profile on EE6 (glassfish 3). You can use JPA entities as the model, Session beans to provide REST endpoints (controller), and HTML with JavaScript (dojo, jquery, etc) to provide the view. IMHO, this is simpler, easier to maintain (someone coming behind you will likely know the technologies or can learn quickly), and sets you up to scale easily. If you stick with JAX-RI, you'll rarely need to use servlets or even jsp.

Cheers,

Steve
--
You received this message because you are subscribed to the Google Groups "The Java 
Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to