Java Development
I'm just beginning to learn all the ins and outs concerning java and j2ee. I have a java web server set up (Tomcat) and can create servlets and JSP pages easily, but I did have one question.
In a corporate development team how does the team create an application? For instance, when I create a servlet I'm basically doing the creating and compiling on my own machine/web server (localhost), but what if the web server was on a different machine? Does everyone work locally and then copy the class files to the webserver? Or is there some other tool I need to use? Thanks for any ideas.
|