Home All Groups Group Topic Archive Search About

Jave IDE similar to Visual Studio .NET

Author
18 Jan 2006 9:29 AM
Michael Jackson
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

Author
18 Jan 2006 9:51 AM
Steve B.
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

"Michael Jackson" <michaeldjack***@cox.net> a écrit dans le message de news:
RTnzf.8847$Dh.4671@dukeread04...
Show quote
> 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
>
Author
18 Jan 2006 9:53 AM
Jeroen Vandezande
"Michael Jackson" <michaeldjack***@cox.net> wrote in message
news:RTnzf.8847$Dh.4671@dukeread04...
> 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.


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
Author
18 Jan 2006 1:04 PM
Lloyd Dupont
there is also NetBeans, on http://java.sun.com !!

Show quote
"Jeroen Vandezande" <NoSpam@NoSpam.be> wrote in message
news:OalM5TBHGHA.1452@TK2MSFTNGP11.phx.gbl...
>
> "Michael Jackson" <michaeldjack***@cox.net> wrote in message
> news:RTnzf.8847$Dh.4671@dukeread04...
>> 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.
>
>
> 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
>
>
Author
18 Jan 2006 2:21 PM
martin
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

Show quote
"Michael Jackson" wrote:
> 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
>
>
>
Author
18 Jan 2006 5:36 PM
Jon Skeet [C# MVP]
martin <mar***@discussions.microsoft.com> wrote:
> 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
> 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.

Agreed. You may be interested in this blog post I wrote:
http://msmvps.com/blogs/jon.skeet/archive/2005/12/22/79631.aspx

--
Jon Skeet - <sk***@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
Author
18 Jan 2006 6:14 PM
Lloyd Dupont
Great Blog Entry!

Show quote
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MPG.1e388ce47185ac9b98cd0e@msnews.microsoft.com...
> martin <mar***@discussions.microsoft.com> wrote:
>> 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
>> 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.
>
> Agreed. You may be interested in this blog post I wrote:
> http://msmvps.com/blogs/jon.skeet/archive/2005/12/22/79631.aspx
>
> --
> Jon Skeet - <sk***@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
Author
18 Jan 2006 4:41 PM
John Galt
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

AddThis Social Bookmark Button