473,385 Members | 2,004 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Favorite Development Environment

What is your favorite Java development environment? What others have you
tried? What are some pros and cons of each? Thanks!
Jul 17 '05 #1
3 2797
On 7-Oct-2003, "Randy Given" <Gi********@aol.com> wrote:
What is your favorite Java development environment? What others have you
tried? What are some pros and cons of each? Thanks!


I started with JBuilder 8 Enterprise and Oracle 9i JDeveloper. Then I moved
to Eclipse, IntelliJ IDEA, SunONE Studio. Now I settled with Eclipse. I
like Eclipse for the following reasons:
1. open-source
2. supported by a big consortium
3. has a large user base
4. less overhead (compare to JBuilder, JDeveloper, and SunONE Studio)
5. pure Java
6. has plugin for everything under the sun

Right now, I have a setup of Eclipse with Lomboz plugin, and another setup
of Eclipse with MyEclipse plugin. Both are excellent J2EE plugins. I am
using both because I can't decide which one is better. They are about the
same. The only differences are:
1. the current version of Lomboz may not support Eclipse 2.1.1, which is the
version I am using.
2. MyEclipse has far more superior technical support than Lomboz.
3. MyEclipse costs $30/year and Lomboz is free.

I heard a lot of good thing about NetBeans, but I never have the chance to
use it. So I cannot speak about it. Maybe someone in this newsgroup can
shed some light on it. I sure like to hear the "head-to-head" comparison
between Eclipse and NetBeans.

Hope this helps.

simon.
Jul 17 '05 #2
Once you go IntelliJ, you never go back.

It has all the features of Eclipse, plus many more refactoring
options. It has good support for source control, XML, Webapps, etc.
You also get all this functionality without having to dink around with
plugins, though IntelliJ does have a plugin architecture which is used
to integrate JAD, Struts and other interesting components. IntelliJ
is just more usable, too... For example, the most-used commands have
simple CTRL-<something> shortcuts in IntelliJ, where in Eclipse they
are sometimes arcane CTRL-ALT-F<something> shortcuts or (gasp)
sometimes only available in the menu bar.

It's not open source, but when doing enterprise-level developement
$500 a license is a steal. If your company can't afford the $500, use
Eclipse, but don't download the IntelliJ evaluation or you'll be
dissappointed in Ecplise from then on.

-Nathan

"simon" <su**************@hotmail.com> wrote in message news:<rrKgb.517928$Oz4.374408@rwcrnsc54>...
On 7-Oct-2003, "Randy Given" <Gi********@aol.com> wrote:
What is your favorite Java development environment? What others have you
tried? What are some pros and cons of each? Thanks!


I started with JBuilder 8 Enterprise and Oracle 9i JDeveloper. Then I moved
to Eclipse, IntelliJ IDEA, SunONE Studio. Now I settled with Eclipse. I
like Eclipse for the following reasons:
1. open-source
2. supported by a big consortium
3. has a large user base
4. less overhead (compare to JBuilder, JDeveloper, and SunONE Studio)
5. pure Java
6. has plugin for everything under the sun

Right now, I have a setup of Eclipse with Lomboz plugin, and another setup
of Eclipse with MyEclipse plugin. Both are excellent J2EE plugins. I am
using both because I can't decide which one is better. They are about the
same. The only differences are:
1. the current version of Lomboz may not support Eclipse 2.1.1, which is the
version I am using.
2. MyEclipse has far more superior technical support than Lomboz.
3. MyEclipse costs $30/year and Lomboz is free.

I heard a lot of good thing about NetBeans, but I never have the chance to
use it. So I cannot speak about it. Maybe someone in this newsgroup can
shed some light on it. I sure like to hear the "head-to-head" comparison
between Eclipse and NetBeans.

Hope this helps.

simon.

Jul 17 '05 #3
Virtually every Eclipse command can be mapped to any kind of key
shortcut you want. Obviously you haven't used Eclipse much (at all?).

Nathan Zumwalt wrote:
IntelliJ
is just more usable, too... For example, the most-used commands have
simple CTRL-<something> shortcuts in IntelliJ, where in Eclipse they
are sometimes arcane CTRL-ALT-F<something> shortcuts or (gasp)
sometimes only available in the menu bar.


Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
by: mike | last post by:
hi all - i'm fairly new to python, coming from a java servlet / velocity template background. i'm looking for a good python web development tool, and hope to find some suggestions here. ...
28
by: Admin | last post by:
I am doing some research for a Python framework to build web applications. I have discarted Zope because from what I've read, the learning curve is too steep, and it takes more time to build...
0
by: M.sajjad | last post by:
Five Steps to Rapid Development with TierDeveloper 3.0 Unlock the power of rapid development when you use TierDeveloper from AlachiSoft in your N-Tier application development. Follow the steps...
4
by: Jared Thirsk | last post by:
== Introduction to DAF == I am interested in the next generation of approaches to software development. Over the last decades, there has been an obvious shift in how our most complex software...
1
by: Henry Reardon | last post by:
I have been having problems with the Development Center for several days now. It seemed to be working fine when I initially installed DB2 (LUW) Version 8 (FP7) and upgraded to FP8, except that I...
2
by: Les | last post by:
In ancient times I had a desire to make a game and I started to do so, I quickly found the project was beyond the hardware's capability for that era (even in assembler) and had to shelf the...
16
by: Linus | last post by:
Being a ASP developer for a consultant company thinking of starting developing with ASP.NET I have read literally hundreds of web pages and posts in discussion forums on the Internet to get an idea...
4
by: Richard Levasseur | last post by:
(Forewarning, most of these problems and solutions come from being the only developer in a 1 server department with no budget, few resources, unresponsive IT, and non-technical managers, so thats...
1
by: Joseph Geretz | last post by:
Our application consists of a suite of webservices. Depending upon application area, different methods are grouped into separate webservice projects, and are developed and maintained by separate...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.