Re: Off Topic: Free J2EE IDE: Which one?

2002-03-22 Thread @Basebeans.com
Subject: Re: Off Topic: Free J2EE IDE: Which one? From: [EMAIL PROTECTED] (Matthew Chestnut) === And here is how to make it all work together: http://www.purposesolutions.com/Resources/EclipseJ2EE.html On Wed, 20 Mar 2002 22:32:35 +0100, Dom [EMAIL PROTECTED] wrote: Hi You can try Eclipse

RE: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread Chris Pheby
: Free J2EE IDE: Which one? You can integrate Tomcat 4 yourself ;) Change the startup scripts to support JPDA Attach with Netbeans For soruce debugging you will need to mount the Tomcat directories in your netbeans project Chris Pheby wrote: I am using netbeans right now (for Servlets not J2EE

RE: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread camccuk
--- Chris Pheby [EMAIL PROTECTED] wrote: Can you give any more explicit instructions for how to do this?? It would be extremely useful! Chris, You might find the following useful: http://community.borland.com/article/0,1410,22057,00.html These are instructions to set up JBuilder with

RE: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread Gregor Kovaè
] [mailto:[EMAIL PROTECTED]] On Behalf Of hanasaki Sent: 19 March 2002 17:33 To: Tomcat Users List Subject: Re: Off Topic: Free J2EE IDE: Which one? You can integrate Tomcat 4 yourself ;) Change the startup scripts to support JPDA Attach with Netbeans For soruce debugging you will need to mount

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread hanasaki
be extremely useful! Thanks in advance. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of hanasaki Sent: 19 March 2002 17:33 To: Tomcat Users List Subject: Re: Off Topic: Free J2EE IDE: Which one? You can integrate Tomcat 4

RE: Tomcat with JPDA WAS: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread Brett Porter
Or, you could just run catalina.sh jpda start ? -Original Message- From: Gregor Kovaè [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 20 March 2002 11:15 PM To: Tomcat Users List Subject: RE: Off Topic: Free J2EE IDE: Which one? Hi! Here: put parameters to java: -Xint -Xdebug

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread Dom
- Original Message - From: hanasaki [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 3:27 PM Subject: Re: Off Topic: Free J2EE IDE: Which one? Let's start with; have you done the research on the web? - jpda - www.javasoft.com - reading the Tomcat

Re: Free J2EE IDE: Which one?

2002-03-19 Thread @Basebeans.com
Subject: Re: Free J2EE IDE: Which one? From: Vic Cekvenich [EMAIL PROTECTED] === netbeans.org [EMAIL PROTECTED] wrote: Go for VIsual Age for Java..This is one of the best way... -Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:01 AM

RE: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Chris Pheby
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Bing Zhang Sent: 19 March 2002 16:35 To: '[EMAIL PROTECTED]' Subject: Off Topic: Free J2EE IDE: Which one? I am trying to use a free IDE to do J2EE development, mainly servlet and EJB. The development

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Matt Egyhazy
Topic: Free J2EE IDE: Which one? I am trying to use a free IDE to do J2EE development, mainly servlet and EJB. The development will be on Windows NT/2000. Deployment is on linux. Three tools come to my mind: Forte Java Community Edition (I am supprised that almost nobody mention this tool

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread hanasaki
]] On Behalf Of Bing Zhang Sent: 19 March 2002 16:35 To: '[EMAIL PROTECTED]' Subject: Off Topic: Free J2EE IDE: Which one? I am trying to use a free IDE to do J2EE development, mainly servlet and EJB. The development will be on Windows NT/2000. Deployment is on linux. Three tools come to my

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread David Cassidy
not tried remote debugging. matt - Original Message - From: Bing Zhang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 11:34 AM Subject: Off Topic: Free J2EE IDE: Which one? I am trying to use a free IDE to do J2EE development, mainly servlet and EJB

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Mark
edition, however, it comes with tc 3.3 and you can debug servlets internally. i have not tried remote debugging. matt - Original Message - From: Bing Zhang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 11:34 AM Subject: Off Topic: Free J2EE IDE: Which one? I am

RE: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Bing Zhang
, Bing Zhang -Original Message- From: Mark To: Tomcat Users List Sent: 3/19/02 1:55 PM Subject: Re: Off Topic: Free J2EE IDE: Which one? I've been using JDeveloper 9i (free) from Oracle. I like it MUCH better than VA Java and has some very nice features. Here's some info... http

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Gregor Kovaè
Hi! I don't know about Eclipse, but I can tell you about NetBeans/Forte. You can use Forte Enterprise Edition (I think it costs around $ 2000) or you could use NetBeans and EJBDoclet (http://xdoclet.sourceforge.net/) to write your EJBs. And then you could use and ANT task to deploy them to

Free J2EE IDE: Which one?

2002-03-18 Thread Bing Zhang
I am trying to use a free IDE to do J2EE development, mainly servlet and EJB. The development will be on Windows NT/2000. Deployment is on linux. Three tools come to my mind: Forte Java Community Edition (I am supprised that almost nobody mention this tool), Eclipse from IBM and NetBean. I feel

RE: Free J2EE IDE: Which one?

2002-03-18 Thread Brett Porter
: Tuesday, 19 March 2002 4:31 PM To: '[EMAIL PROTECTED]' Subject: Free J2EE IDE: Which one? I am trying to use a free IDE to do J2EE development, mainly servlet and EJB. The development will be on Windows NT/2000. Deployment is on linux. Three tools come to my mind: Forte Java Community Edition (I am

RE: Free J2EE IDE: Which one?

2002-03-18 Thread Apparao_Mannava
Go for VIsual Age for Java..This is one of the best way... -Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:01 AM To: '[EMAIL PROTECTED]' Subject: Free J2EE IDE: Which one? I am trying to use a free IDE to do J2EE development, mainly

Re: Free J2EE IDE: Which one?

2002-03-18 Thread hanasaki
VA us EOL'ed www.netbeans.org is free from Sun [EMAIL PROTECTED] wrote: Go for VIsual Age for Java..This is one of the best way... -Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:01 AM To: '[EMAIL PROTECTED]' Subject: Free J2EE IDE