![]() |
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. |
I use jbuilder or sun one, they have deployment and asset management tools for working in groups. When you compile and build it takes care of deploying it to the correct place and system.
depending on the system it uses ftp or a local copy to deploy. |
And a development team is probably using a source management tool like CVS to manage versions and document distribution. So there's a network-shared source vault, with a system for document check-in and check-out.
Having everybody keep their own code on their own machines is a bad idea. |
Thanks for the post! you have my vote
|
All times are GMT -8. The time now is 03:35 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project