View Single Post
Old 09-12-2003, 02:43 PM   #1 (permalink)
poknatcha
Upright
 
Location: Nebraska
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.
poknatcha is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73