How to Get Myself Up to Speed in Building a Java Web App
Posted
by
Damian Wells
on Programmers
See other posts from Programmers
or by Damian Wells
Published on 2011-01-08T22:58:31Z
Indexed on
2011/01/08
22:59 UTC
Read the original article
Hit count: 335
I'm a new developer at a fairly large company and I'm working on a Java Web Application with a senior developer there.
The Web App is built on top of an IBM stack (RAD, DB2, WebSphere) and basically uses JSPs and Servlets. The Web App is an internal tool to be used by employees to manage data coming from Excel files. So, there are lots of database interaction going around like SQL commands.
My question is: I don't know much about JavaEE as a whole and only know a little about JSPs and Servlets and I would like to get myself up to speed so I can understand and contribute to the Web App as fast as I could. What resources (tutorials, links, etc) should I be looking at? Am I supposed to get a book about JavaEE or something that focuses just on JSPs and Servlets?
© Programmers or respective owner