|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Jave IDE similar to Visual Studio .NETHi 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 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 > "Michael Jackson" <michaeldjack***@cox.net> wrote in message news:RTnzf.8847$Dh.4671@dukeread04...> Hi all, a good free one but without form builder is Eclipse : > > 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. 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 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 > > 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 > > > martin <mar***@discussions.microsoft.com> wrote:
> Basically, both Eclipse and NetBeans are very good but they dont have GUI Actually, I *believe* that both of them now have GUI designers. I know > form designers and they don't offer built in SQL Server connectivity. Also, > both are free downloads. 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 Agreed. You may be interested in this blog post I wrote:> 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. 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 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 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 |
|||||||||||||||||||||||