Re: How do you have your dev environment setup?

2008-10-02 Thread Kees Jan Koster
Dear All, I've been doing a lot of webapp development on tomcat, but currently my process is all manual. I write the code in Eclipse, and then copy the appropriate files over to tomcat. I'd like to automate and standardize my process. So would y'all mind explaining how your dev

Re: How do you have your dev environment setup?

2008-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peng, Peng Tuck Kwok wrote: You could use ant to automate it. +1 I use good old emacs (while ducking to avoid being hit with fruit) and ant scripts to do everything, including compiling, deployment, and even starting and stopping tomcat. Each of

Re: How do you have your dev environment setup?

2008-09-17 Thread Ognjen Blagojevic
Bai Shen wrote: I've been doing a lot of webapp development on tomcat, but currently my process is all manual. I write the code in Eclipse, and then copy the appropriate files over to tomcat. I'd like to automate and standardize my process. So would y'all mind explaining how your dev

How do you have your dev environment setup?

2008-09-16 Thread Bai Shen
I've been doing a lot of webapp development on tomcat, but currently my process is all manual. I write the code in Eclipse, and then copy the appropriate files over to tomcat. I'd like to automate and standardize my process. So would y'all mind explaining how your dev environment is configured?

Re: How do you have your dev environment setup?

2008-09-16 Thread Len Popp
I use Eclipse with the Web Standard Tools plug-in. That lets me run and debug the app in Eclipse. When the app is ready to go I export it to a .war file and deploy the .war to the server. -- Len On Tue, Sep 16, 2008 at 17:59, Bai Shen [EMAIL PROTECTED] wrote: I've been doing a lot of webapp

RE: How do you have your dev environment setup?

2008-09-16 Thread Peng Tuck Kwok
you have your dev environment setup? I've been doing a lot of webapp development on tomcat, but currently my process is all manual. I write the code in Eclipse, and then copy the appropriate files over to tomcat. I'd like to automate and standardize my process. So would y'all mind explaining