java web development, what skills do I need?
- by mrblah
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?