scripter73
Programmer
Hi,
I’m relatively new to Java and Tomcat and I’m having a “baptism by fire” to get my web application completed.
Here’s what’s happening. I am basically writing my web application in JSP. Other team members are creating class packages that I will be able to use. However, my main question is with the environment.
I have a:
- Code repository (like SourceSafe, ClearCase, etc.) where all of the code is to be stored
- I’m supposed to do an ANT build so everyone has “access” to everything
I’m familiar with the checkin/checkout process of these code repositories, but right now, I’m building my JSP code in C:\Tomcat 4.1\webapps\<web app name>. I want to use the classes that are in the repository.
I’ve been told to “do a build”, but my question is if I do that, then will I have all of the code/classes, etc that I need, and then where does my code get placed? I’m having trouble visualizing why I need to do all of these things and how they tie in together. Also, can you explain the purpose of a JAR file in this environment?
Can someone provide a general overview with how these checkin/checkout processes work with ANT and Java programming? I’m basically asking a really big “WHY?” question. Please let me know if I can provide more information.
Thanks in advance for your help.
Scripter73
Change Your Thinking, Change Your Life.