recommend a server side technology for gwt (beginner)

Posted by user486503 on Stack Overflow See other posts from Stack Overflow or by user486503
Published on 2010-12-25T07:46:42Z Indexed on 2010/12/25 7:54 UTC
Read the original article Hit count: 153

Filed under:

hi all !

I am developing a gwt project and am looking for an appropriate server side technology.

it should support be open source and support user login (and not using openID...) with password recovery etc

it seems that the de-facto standard would be spring + hibernate. however, I am unfamiliar with neither of them and understand that the learning curve (especially for spring) is very high. gwt was quite easy to learn using GOOG's excellent online tutorials but the spring equivalent seem to impose lots of configuration files and deeper understanding of its internals.

so I am looking for a simpler server side technology to deploy my gwt app. I am definitely prepared to learn a new framework if necessary but not something that would take me 2 months just to understand the fundamentals...

any ideas...?

© Stack Overflow or respective owner

Related posts about gwt