File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes Where exactly codes are stored Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Where exactly codes are stored" Watch "Where exactly codes are stored" New topic
Author

Where exactly codes are stored

Rajendra Prakash
Ranch Hand

Joined: Sep 10, 2009
Posts: 293
I am new to development ,While developing web application(j2ee). where exactly the codes are stored.
I am using Eclipse IDE and CVS- version system.
where should i store all codes. Either local system or repository(this option in eclipse)
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

I'm not entirely sure what your question is: if you're using CVS aren't you already storing to code in a repository? Are you confused about the checkout process?
Rajendra Prakash
Ranch Hand

Joined: Sep 10, 2009
Posts: 293
No, thats what i am searching how to store code in to code repository.
I have created one code repository "myApplication". how can i store code in to repository.
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Using Eclipse? Moving to IDE forum; clearly not related to servlets.
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Right-click on the project. Team -> Share Project, continue from there.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Where exactly codes are stored
 
Similar Threads
Generated Servlet class of a jsp.
Doubt in Generics...
String Objects
accessing a server using socket connection
Getting information about where class file is stored based on object