Re: open source code and IDE

2003-06-04 Thread Simone Leigh
please somebody help me! I do not want to be on the LIST! I don't know how I got on it in the first place--I was just trying to look at a website about cottages---and now 500 plus emails a day. please help me!! From: electroteque [EMAIL PROTECTED] Reply-To: Tomcat Users List

Re: open source code and IDE

2003-06-04 Thread John Turner
Unsubscribe information is included at the bottom of every single message you receive. John On Tue, 03 Jun 2003 12:04:57 -0400, Simone Leigh [EMAIL PROTECTED] wrote: please somebody help me! I do not want to be on the LIST! I don't know how I got on it in the first place--I was just trying

RE: open source code and IDE

2003-05-30 Thread Reynir Hübner
For IDE I would suggest netbeans or eclipse... There is always a debait going on, on which one is better than the other, but obviously as with any such product both have cons and pros. Sourcecode examples are in the examples directory under /tomcat/webapps/examples/ Start there for generic

RE: open source code and IDE

2003-05-30 Thread graghupathy
use eclipse http://www.eclispe.org and use sysdeo pluging for tomcat you can download lots of sample .war file from the net :) -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: 29 May 2003 14:54 To: [EMAIL PROTECTED] Subject: open source code and IDE

RE: open source code and IDE

2003-05-30 Thread Jan Behrens
hi, netbeans (aka sun one) has a reasonable support for webapp development. you might want to look here http://www.jspinsider.com/tutorials/jsp.view and here http://www.cetus-links.org/oo_javaserver_pages.html to get started. have fun ;) jan -Original Message- From: electroteque

RE: open source code and IDE

2003-05-30 Thread Shapira, Yoav
[mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 9:04 AM To: Tomcat Users List Subject: RE: open source code and IDE hi, netbeans (aka sun one) has a reasonable support for webapp development. you might want to look here http://www.jspinsider.com/tutorials/jsp.view and here http://www.cetus

RE: open source code and IDE

2003-05-30 Thread Jan Behrens
, 2003 3:09 PM To: Tomcat Users List Subject: RE: open source code and IDE Howdy, It always seems it's me mentioning the old-school emacs ;) I love that editor. I'm more productive in it than any other one. That said, Eclipse with the emacs key bindings is a great alternative ;) Yoav

RE: open source code and IDE

2003-05-30 Thread Reena Kawal
/new30.jsp -Original Message- From: Jan Behrens [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 6:17 AM To: Tomcat Users List Subject: RE: open source code and IDE hi yoav, i like using a simple editor for writing html :) but with java i am lost without code completion and all those

RE: open source code and IDE

2003-05-30 Thread daniel
thanks for the replies u got me going , although the IDE looks sweet , similar to PHPEdit which i hardly need the code hints for now , but phpedit is open source , i'm not a business, its not for a business its simply to help me learn , i totally hate licencing when u are not going to make any

Re: open source code and IDE

2003-05-30 Thread Jon Wingfield
You could also take a look at JEdit (www.jedit.org). It's a free, open source java ide that has a community writing plug-ins to do most of the things mentioned in previous posts. :) [EMAIL PROTECTED] wrote: thanks for the replies u got me going , although the IDE looks sweet , similar to