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: 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: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Chris Pheby
I am using netbeans right now (for Servlets not J2EE). Tomcat 4 integration is not here yet, but in practice this has yet to prove a problem. The draft versions of the forthcoming Using Netbeans oreilly book are on the netbeans site and really speeded learning the editor for me. Chris.

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

2002-03-19 Thread Matt Egyhazy
i havent done ejb in forte community 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

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

2002-03-19 Thread hanasaki
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). Tomcat 4 integration is

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

2002-03-19 Thread David Cassidy
I think when you want the J2EE bits for forte it costs :( I'm just starting to get going into the EJB areana and so $1995 doesn't seem very nice :( D Matt Egyhazy wrote: i havent done ejb in forte community edition, however, it comes with tc 3.3 and you can debug servlets internally. i have

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

2002-03-19 Thread Mark
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://www.sys-con.com/java/article2arick.cfm?id=1247count=3702tot=3page=2 At 12:37 PM 3/19/2002 -0500, you wrote: i havent done ejb in forte community

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