aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Java IDE Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Java IDE" Watch "Java IDE" New topic
Author

Java IDE

vijay selvaganapathy
Greenhorn

Joined: Jul 08, 2005
Posts: 14
Hi all,
i would like to know which is the best IDE for writing java applications (like RMI, drag-and-drop etc). I am currently using Eclipse but i am having trouble writing and compiling RMI programs using Eclipse.

Thx in advance,

Regards,

VJ
Barry Gaunt
Ranch Hand

Joined: Aug 03, 2002
Posts: 7729
Perhaps our IDE forum would be a better place to ask your question.

Real SCJD's are doing it with TextPad, JEdit, emacs, vi, nowadays.


Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
Andrew Monkhouse
author and jackaroo
Marshal Commander

Joined: Mar 28, 2003
Posts: 10814
    
  24

I have moved this to the IDE forum.

Regards, Andrew


The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
David Anthony
Greenhorn

Joined: Jul 24, 2005
Posts: 3
I use JBuilder.. I have since version 1.0 (when it was complete crap. JBuilder 2005 is excellent. I have the Enterprise Edition - well worth the investment, IMHO.

That said, I've been seriously evaluating Eclipse lately because some of my clients [a] won't let me do work for them on my laptop and [b] won't let me install my copy of JBuilder on their machines and [c] won't pay for a copy of JBuilder - since I'm not an employee.

I've tried two J2EE toolsets that are available for Eclipse so far - MyEclipse and Lomboz.

Lomboz is complete junk and makes a case for just using Textpad and Ant. I can't even create a simple EJB with it (it won't get past the "create new EJB" wizards).

MyEclipse isn't too bad. It's got a lot of nice tools as well as some level of integration with the Spring IDE.

Both, however, lack the cohesivness that JBuilder Enterprise has. Sure there are a few quirks with their J2EE server support but over all the tool is excellent. I'm actually very nervous about the new initiative that Borland has announced where they are putting JBuilder onto Eclipse. I hope it works for them but I think it will be (at least at first) a big step backwards.

At my last company I made someone use Eclipse for about 5 months until I could get the managment to buy him JBuilder Enterprise. When he did get it it took about one day for him to move over and understand how JBuilder worked. Once he did he came into my office - rather upset - and said; "Why did you subject me to Eclipse and plugins when something like JBuilder was there the whole time..?"

If that's not an endorsement for JBuilder I dunno what is..
[ July 24, 2005: Message edited by: David Anthony ]
vijay selvaganapathy
Greenhorn

Joined: Jul 08, 2005
Posts: 14
Thx David , I will try out Borland EE. The only drawback with this app is it consumes memory a lot.Fortunately I have 1Gig of RAM at my disposal.


Regards,

VJ
Thomas Paul
mister krabs
Ranch Hand

Joined: May 05, 2000
Posts: 13974
Try Oracle's JDeveloper. It has a nuge number of features and is now free.


Associate Instructor - Hofstra University
Amazon Top 750 reviewer - Blog - Unresolved References - Book Review Blog
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17224
    
    1

Actually, while an IDE is great. Since you are doing the SCJD, I highly recommend you just use Textpad.

Also, if you use a drag 'n' drop IDE for your GUI, the IDE will put in more code than you normally do, and you can't submitted generated code that is not your own. It is too recognizable and could fail just because of that.

You will learn a lot more from the experience than just letting an IDE do some work for you.

Mark
[ July 25, 2005: Message edited by: Mark Spritzler ]

Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Phil Johnston
Greenhorn

Joined: Jul 25, 2005
Posts: 6
Intellij all the way for me.

Started out with JBuilder 3, which I used for about 3 years (none of the upgrades did it for me, so stuck with JBuilder 3) and then moved onto Codeguide for a while, which was a million times better.

However, for the last 2 years, I've been using Intellij, which is a billion times better than the other 2. It just makes your life easy.

(Tried Eclipse and Netbeans, but couldn't make head nor tail of either of them....)
Ct Arrington
Author
Greenhorn

Joined: Jan 17, 2001
Posts: 27
Eclipse is rapidly becoming my favorite. Great code navigation, local and remote debugger, lots of available plugins. I'm all but gushing


Blog | Getting Started in Software Development
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Java IDE
 
Similar Threads
flow of execution
good editor
Migration from WAS3.5 to WAS5.0
Learn to work in Eclipse IDE
Java Beans Support in Eclipse IDe