Hi all,
Not sure if this is the right NG to post this to.
I have to learn Java for a new contract. I'm looking for an IDE for Java, as
close to the .NET IDE, hopefully linked to SQL Server like .NET,
intellisense, debugging, etc.
Any recommendations? Prefer free or lengthy time trial if demo.
Thanks
Michael
Steve B. - 18 Jan 2006 09:51 GMT
I never try, but Eclipse is known as a good Java editor...
But you can try to use Visual J# to code, and the actual java compiler to
build result... but I never tried too...
Steve
> Hi all,
>
[quoted text clipped - 8 lines]
> Thanks
> Michael
Jeroen Vandezande - 18 Jan 2006 09:53 GMT
> Hi all,
>
[quoted text clipped - 5 lines]
>
> Any recommendations? Prefer free or lengthy time trial if demo.
a good free one but without form builder is Eclipse :
http://www.eclipse.org/
Or if you want a solution that I think is the closest to VS I would go for
Borland JBuilder: www.Borland.com
Best Regards,
Jeroen Vandezande
Lloyd Dupont - 18 Jan 2006 13:04 GMT
there is also NetBeans, on http://java.sun.com !!
>> Hi all,
>>
[quoted text clipped - 14 lines]
>
> Jeroen Vandezande
martin - 18 Jan 2006 14:21 GMT
Basically, both Eclipse and NetBeans are very good but they dont have GUI
form designers and they don't offer built in SQL Server connectivity. Also,
both are free downloads.
However, in Java I recommend that you use JDBC (or maybe some O/R mapper
like Hibernate) for database connectivity. Thay way you can target any RDBS
with no changes to the code.
Personally, I just switched from Eclipse to Visual Studio and after working
in Visual Studio for about 2 weeks I must say that I miss Eclipse ALOT. For
instance, in Eclipse when I want to rename a class I just press RENAME and
all references are updated. In my Visual Studio (its the .NET 2003 version)
there is no such functionality (I hear VS2005 has something like this
though). But really, once you learn the basics of Eclipse I'm sure you will
have many pleasant AHAs because there is alot of good stuff in Eclipse.
regards,
martin
> Hi all,
>
[quoted text clipped - 8 lines]
> Thanks
> Michael
Jon Skeet [C# MVP] - 18 Jan 2006 17:36 GMT
> Basically, both Eclipse and NetBeans are very good but they dont have GUI
> form designers and they don't offer built in SQL Server connectivity. Also,
> both are free downloads.
Actually, I *believe* that both of them now have GUI designers. I know
Eclipse does (as an add-in, IIRC). I haven't used it myself though - I
don't do much UI work, and I don't tend to like designers anyway.
> Personally, I just switched from Eclipse to Visual Studio and after working
> in Visual Studio for about 2 weeks I must say that I miss Eclipse ALOT. For
[quoted text clipped - 3 lines]
> though). But really, once you learn the basics of Eclipse I'm sure you will
> have many pleasant AHAs because there is alot of good stuff in Eclipse.
Agreed. You may be interested in this blog post I wrote:
http://msmvps.com/blogs/jon.skeet/archive/2005/12/22/79631.aspx

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Lloyd Dupont - 18 Jan 2006 18:14 GMT
Great Blog Entry!
>> Basically, both Eclipse and NetBeans are very good but they dont have GUI
>> form designers and they don't offer built in SQL Server connectivity.
[quoted text clipped - 20 lines]
> Agreed. You may be interested in this blog post I wrote:
> http://msmvps.com/blogs/jon.skeet/archive/2005/12/22/79631.aspx
John Galt - 18 Jan 2006 16:41 GMT
Sun offers a product called Sun Java Studio Enterprise 8. The IDE worked on
Solaris or Windows OSs. I believe the product may be downloaded free of
charge.
http://developers.sun.com/prodtech/javatools/jsenterprise/index.html