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 at http://www.eclipse.org + the Tomcat plugin at :
http://www.sysdeo.com/eclipse/tomcatPlugin.html + the JBoss plugin from
Genuitec at http://www.genuitec.com (they also offer Weblogic and Websphere
eclipse plugins)

or eclipse IBM evolution WSAD,  beta for free

Dom


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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

2002-03-20 Thread Chris Pheby

Can you give any more explicit instructions for how to do this?? It would 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 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 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.

 -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 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 short time evaluation does not give me enough insight, though I
have
 downloaded both Forte and Eclopse. Hope anyone ever used the above tools
in
 real life give me some guidance. Any of the above tools let me debug
servlet
 or even EJB locally? How about remotely? Any other server I need to set up
 beside the IDE to effectively do J2EE?



 Thanks,

 Bing Zhang


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
=
= [EMAIL PROTECTED]  =
= Spam : Unhealthy and High in Sodium and Cholesterol   =
=


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 Tomcat but the instructions are
more or less applicable to any IDE. Here, Tomcat is basically being launched as
the main IDE process and if the source is in the correct place and referenced,
you should be able to set breakpoints etc. The only tricky part is getting the
correct VM parameters in place when you launch it. A search of other IDE's
resources should give you a few more pointers.

I used JBuilder (free remember, although no one has yet mentioned it in this
thread!) reasonably happily until IntelliJ IDEA came along and revised all my
opinions about Java IDEs - its the best by a country mile JBuilder is a
little sluggish but its usable. I liked NetBeans/Forte but its just too slow.
If you find theses IDEs very slow in debugging, you can get a long way with
good old debug messages

As for debugging with in-IDE servers - why bother when you'll have to
eventually deploy to a real target? Go with the method above and test on your
actual target...

cam

__
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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

2002-03-20 Thread Gregor Kovaè

Hi!

Here:

put parameters to java:
-Xint -Xdebug -Xnoagent 
-Xrunjdwp:transport=dt_socket,server=y,address=12999,suspend=n
in your tomcat startup script.
Start tomcat first.
Start NetBeans, go to Debug Attach menu. Select JDPA debugging, your 
hostname and 12999 for port. Click OK. :)
You should be able to debug things running in tomcat now.

Best regards,
 Kovi



At 09:07 20.3.2002 +, you wrote:
Can you give any more explicit instructions for how to do this?? It would 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 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 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.
 
  -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 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 short time evaluation does not give me enough insight, though I
have
  downloaded both Forte and Eclopse. Hope anyone ever used the above tools
in
  real life give me some guidance. Any of the above tools let me debug
servlet
  or even EJB locally? How about remotely? Any other server I need to set up
  beside the IDE to effectively do J2EE?
 
 
 
  Thanks,
 
  Bing Zhang
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


--
=
= [EMAIL PROTECTED]  =
= Spam : Unhealthy and High in Sodium and Cholesterol   =
=


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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

2002-03-20 Thread hanasaki

Let's start with; have you done the research on the web?
- jpda - www.javasoft.com
- reading the Tomcat Startup scripts
- jpda attaching in netbeans - The docs and dubug menus

Chris Pheby wrote:
 Can you give any more explicit instructions for how to do this?? It would 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 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 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.

-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 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 short time evaluation does not give me enough insight, though I
 
 have
 
downloaded both Forte and Eclopse. Hope anyone ever used the above tools
 
 in
 
real life give me some guidance. Any of the above tools let me debug
 
 servlet
 
or even EJB locally? How about remotely? Any other server I need to set up
beside the IDE to effectively do J2EE?



Thanks,

Bing Zhang


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


 
 
 --
 =
 = [EMAIL PROTECTED]  =
 = Spam : Unhealthy and High in Sodium and Cholesterol   =
 =
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


-- 
=
= [EMAIL PROTECTED]  =
= Spam : Unhealthy and High in Sodium and Cholesterol   =
=


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 -Xnoagent 
-Xrunjdwp:transport=dt_socket,server=y,address=12999,suspend=n
in your tomcat startup script.
Start tomcat first.
Start NetBeans, go to Debug Attach menu. Select JDPA debugging, your 
hostname and 12999 for port. Click OK. :)
You should be able to debug things running in tomcat now.

Best regards,
 Kovi



At 09:07 20.3.2002 +, you wrote:
Can you give any more explicit instructions for how to do this?? It would
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 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 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.
 
  -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 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 short time evaluation does not give me enough insight, though I
have
  downloaded both Forte and Eclopse. Hope anyone ever used the above tools
in
  real life give me some guidance. Any of the above tools let me debug
servlet
  or even EJB locally? How about remotely? Any other server I need to set
up
  beside the IDE to effectively do J2EE?
 
 
 
  Thanks,
 
  Bing Zhang
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


--
=
= [EMAIL PROTECTED]  =
= Spam : Unhealthy and High in Sodium and Cholesterol   =
=


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



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

2002-03-20 Thread Dom

Hi

You can try Eclipse at http://www.eclipse.org + the Tomcat plugin at :
http://www.sysdeo.com/eclipse/tomcatPlugin.html + the JBoss plugin from
Genuitec at http://www.genuitec.com (they also offer Weblogic and Websphere
eclipse plugins)

or eclipse IBM evolution WSAD,  beta for free

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 Startup scripts
 - jpda attaching in netbeans - The docs and dubug menus

 Chris Pheby wrote:
  Can you give any more explicit instructions for how to do this?? It
would 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 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 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.
 
 -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 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 short time evaluation does not give me enough insight, though I
 
  have
 
 downloaded both Forte and Eclopse. Hope anyone ever used the above tools
 
  in
 
 real life give me some guidance. Any of the above tools let me debug
 
  servlet
 
 or even EJB locally? How about remotely? Any other server I need to set
up
 beside the IDE to effectively do J2EE?
 
 
 
 Thanks,
 
 Bing Zhang
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
  --
  =
  = [EMAIL PROTECTED]  =
  = Spam : Unhealthy and High in Sodium and Cholesterol   =
  =
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


 --
 =
 = [EMAIL PROTECTED]  =
 = Spam : Unhealthy and High in Sodium and Cholesterol   =
 =


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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
 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 supprised
 that almost nobody mention this tool), Eclipse from IBM and NetBean.
 
 I feel short time evaluation does not give me enough insight, though I have
 downloaded both Forte and Eclopse. Hope anyone ever used the above tools in
 real life give me some guidance. Any of the above tools let me debug servlet
 or even EJB locally? How about remotely? Any other server I need to set up
 beside the IDE to effectively do J2EE?
 
 
 Thanks,
 
 Bing Zhang
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 ** 
 This email (including any attachments) is intended for the sole use of the
 intended recipient/s and may contain material that is CONFIDENTIAL AND
 PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
 distribution or forwarding of any or all of the contents in this message is
 STRICTLY PROHIBITED. If you are not the intended recipient, please contact
 the sender by email and delete all copies; your cooperation in this regard
 is appreciated.
 **
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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.

-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 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 short time evaluation does not give me enough insight, though I have
downloaded both Forte and Eclopse. Hope anyone ever used the above tools in
real life give me some guidance. Any of the above tools let me debug servlet
or even EJB locally? How about remotely? Any other server I need to set up
beside the IDE to effectively do J2EE?



Thanks,

Bing Zhang


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 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), Eclipse from IBM and NetBean.

 I feel short time evaluation does not give me enough insight, though I
have
 downloaded both Forte and Eclopse. Hope anyone ever used the above tools
in
 real life give me some guidance. Any of the above tools let me debug
servlet
 or even EJB locally? How about remotely? Any other server I need to set up
 beside the IDE to effectively do J2EE?



 Thanks,

 Bing Zhang


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 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.
 
 -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 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 short time evaluation does not give me enough insight, though I have
 downloaded both Forte and Eclopse. Hope anyone ever used the above tools in
 real life give me some guidance. Any of the above tools let me debug servlet
 or even EJB locally? How about remotely? Any other server I need to set up
 beside the IDE to effectively do J2EE?
 
 
 
 Thanks,
 
 Bing Zhang
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


-- 
=
= [EMAIL PROTECTED]  =
= Spam : Unhealthy and High in Sodium and Cholesterol   =
=


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 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. 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 short time evaluation does not give me enough insight, though I

have

downloaded both Forte and Eclopse. Hope anyone ever used the above tools

in

real life give me some guidance. Any of the above tools let me debug

servlet

or even EJB locally? How about remotely? Any other server I need to set up
beside the IDE to effectively do J2EE?



Thanks,

Bing Zhang


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 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 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 short time evaluation does not give me enough insight, though I
have
 downloaded both Forte and Eclopse. Hope anyone ever used the above tools
in
 real life give me some guidance. Any of the above tools let me debug
servlet
 or even EJB locally? How about remotely? Any other server I need to set up
 beside the IDE to effectively do J2EE?



 Thanks,

 Bing Zhang


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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

2002-03-19 Thread Bing Zhang

I just downloaded Jdeveloper 3.2.3 this morning. Seems that I have to
abondon it, :-).

Does JDeveloper 9i come with its own Servlet and EJB container or I have to
install something else? I am developing on NT, but backend is Oracle 8.1.7
and Tomcat 4.0.1 on linux. Will add Jboss soon. 

Thanks,

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://www.sys-con.com/java/article2arick.cfm?id=1247count=3702tot=3p
age=2


At 12:37 PM 3/19/2002 -0500, you wrote:
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 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), Eclipse from IBM and NetBean.

 I feel short time evaluation does not give me enough insight, though
I
have
 downloaded both Forte and Eclopse. Hope anyone ever used the above
tools
in
 real life give me some guidance. Any of the above tools let me debug
servlet
 or even EJB locally? How about remotely? Any other server I need to
set up
 beside the IDE to effectively do J2EE?



 Thanks,

 Bing Zhang


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 your 
application server.
I got this on NetBeans' mailing list.

Best regards,
 Kovi

At 08:34 19.3.2002 -0800, you wrote:
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 short time evaluation does not give me enough insight, though I have
downloaded both Forte and Eclopse. Hope anyone ever used the above tools in
real life give me some guidance. Any of the above tools let me debug servlet
or even EJB locally? How about remotely? Any other server I need to set up
beside the IDE to effectively do J2EE?



Thanks,

Bing Zhang


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 short time evaluation does not give me enough insight, though I have
downloaded both Forte and Eclopse. Hope anyone ever used the above tools in
real life give me some guidance. Any of the above tools let me debug servlet
or even EJB locally? How about remotely? Any other server I need to set up
beside the IDE to effectively do J2EE?


Thanks,

Bing Zhang

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Free J2EE IDE: Which one?

2002-03-18 Thread Brett Porter

since you post to the Tomcat list, I guess you are a Tomcat user. Therefore
Netbeans or Forte (essentially the same program) would be a good choice as
they have an integrated Tomcat container. I prefer Netbeans for the cutting
edge stuff, some might like Forte for the extra tools (most of which are now
integrated into the main NB tree).

You can debug almost anything using JPDA, even remotely.

I haven't used Eclipse.

More info would be best requested from the IDE's respective mailing lists.

Cheers,
BRett

-Original Message-
From: Bing Zhang [mailto:[EMAIL PROTECTED]]
Sent: 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 supprised
that almost nobody mention this tool), Eclipse from IBM and NetBean.

I feel short time evaluation does not give me enough insight, though I have
downloaded both Forte and Eclopse. Hope anyone ever used the above tools in
real life give me some guidance. Any of the above tools let me debug servlet
or even EJB locally? How about remotely? Any other server I need to set up
beside the IDE to effectively do J2EE?


Thanks,

Bing Zhang

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



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 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 short time evaluation does not give me enough insight, though I have
downloaded both Forte and Eclopse. Hope anyone ever used the above tools in
real life give me some guidance. Any of the above tools let me debug servlet
or even EJB locally? How about remotely? Any other server I need to set up
beside the IDE to effectively do J2EE?


Thanks,

Bing Zhang

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]
** 
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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: 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), Eclipse from IBM and NetBean.
 
 I feel short time evaluation does not give me enough insight, though I have
 downloaded both Forte and Eclopse. Hope anyone ever used the above tools in
 real life give me some guidance. Any of the above tools let me debug servlet
 or even EJB locally? How about remotely? Any other server I need to set up
 beside the IDE to effectively do J2EE?
 
 
 Thanks,
 
 Bing Zhang
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 ** 
 This email (including any attachments) is intended for the sole use of the
 intended recipient/s and may contain material that is CONFIDENTIAL AND
 PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
 distribution or forwarding of any or all of the contents in this message is
 STRICTLY PROHIBITED. If you are not the intended recipient, please contact
 the sender by email and delete all copies; your cooperation in this regard
 is appreciated.
 **
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


-- 
=
= [EMAIL PROTECTED]  =
= Spam : Unhealthy and High in Sodium and Cholesterol   =
=


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]