java web development, what skills do I need?
Posted
by mrblah
on Stack Overflow
See other posts from Stack Overflow
or by mrblah
Published on 2009-12-24T15:55:08Z
Indexed on
2010/05/09
22:18 UTC
Read the original article
Hit count: 340
I want to learn, at least at a basic level, how to build java web applications (coming from a .net background).
Meaning, I would like to be able to build, deploy a simple cms type application from the ground up.
What exactly do I need to learn?
Tomcat seems to be a good web server for Java.
What options are there for the web? I know there is hibernate for an ORM.
Does java have MVC? what about JSP? can MVC and JSP be together? beans?
Maybe a book that covers all of these?
© Stack Overflow or respective owner