• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Which IDE ??

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which IDE to use espeially while learning J2EE.

Currently I'm using Netbeans 5. But a lot of my friends say IBM's WebStudio is better (although I've found IBM's products intimidating). I tried Eclipse but I figured using notepad with command line was easier as I couldn't make anything out of it. So right now I'm sticking with NetBeans but what about IntelliJ IDEA, Sun Java Studio EE 8 etc.
 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MyEclipse...rich set of features, works well with different servers, cheap.

www.myeclipseide.com
 
Ranch Hand
Posts: 490
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Eclipse is far cheaper

www.eclipse.com

How can you use Netbeans, yet find Eclipse confusing?

If any IDE is getting in your way of learning, you probably need to stick with a good editor(not Notepad, try TextPad or Crimson editor) for a while.

JCreator is a pretty decent IDE for java. But I think Eclipse is the best, it is free, well designed and supported, easy to use(IMO) and is very extensible. I even axed VS .net 2003 in favor of Eclipse for my C and C++ work.
[ April 12, 2006: Message edited by: Rusty Shackleford ]
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Deependra Tewari:
I tried Eclipse but I figured using notepad with command line was easier as I couldn't make anything out of it.



I've found that Dave Carlson�s Eclipse Distilled is invaluable when you are trying to use Eclipse - and you are shown the correct way right from the get-go. He opens the preface with:


This is the book I wanted to read when I started using Eclipse three years ago.

 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I really like IntelliJ but it isn't free.
 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.jetbrains.com/
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to our "IDEs, Version Control, and other Tools" forum.
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I like Jtest, but like I said, I use Jbuilder 2006 mainly these days. But man, it just consumes PC resources fast!
 
Deependra Tewari
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I started my learning using NetBeans 5.0 as I was advised by my guide.After using it for sometime, I tried Eclipse on my friend's workstation. However it's layout was very confusing, cluttered and it required some plug-in for Java which was missing so It was like ouch experience.

Right now I'm trying to get my hands on Eclipse Distilled and see what happens.

By the way what about the Sun Java Studio EE 8? It's layout seems OK to me and I could deploy an EJB as easily as on NetBeans. But there aren't many books around on any of these (SJS EE8 & NetBeans 5) nor do I find many reviews on them. Right now I'm using NetBeans and will give Eclipse a try.
Meanwhile I'd really like some advice on good books for NetBeans 5. Thanks
 
Ranch Hand
Posts: 584
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Deependra,

You can use the oficial NetBeans how to guide. It's available in pdf version at http://www.netbeans.org/files/documents/40/718/UsingNetBeans5.0.pdf
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic