as the title suggests?
and yes Java
as the title suggests?
and yes Java
Netbeans:
http://netbeans.org/kb/ for Java
http://forum.codecall.net/topic/4055...sing-netbeans/ very comprehensive tut
http://docs.oracle.com/javase/tutori.../netbeans.html Oracles Tut
Eclipse
http://eclipsetutorial.sourceforge.net/ -> Java
http://www.vogella.com/articles/Eclipse/article.html -> IDE tutorial
Last edited by iAmThePope; 18-07-2012 at 09:23 AM.
When hungry, eat your rice; when tired, close your eyes. Fools may laugh at me, but wise men will know what I mean.
—Lin-Chi
Personally I preferred Netbeans. It was more lightweight in my experience.
As for tutorials.... I've used http://www.youtube.com/user/thenewboston 's tuts for C# and C++ in the past, it's nice for introductions.
Running Windows? ... Upgrade to Linux
For video tutorials you might wanna check out http://thenewboston.org/tutorials.php
I have loads more, but mostly for Android so lemme know if you want em.
.... and thanks for all the fish.
Good place to start:
http://mybroadband.co.za/vb/showthre...id-development
As for IDE discussions:
http://mybroadband.co.za/vb/showthre...evelopment-IDE
.... and thanks for all the fish.
Just started trying out NetBeans for some PHP work, coming from Notepad++ it's much easier to debug withlooks like a keeper..
so having dabbled a little in both now i dare say I prefer netbeans most, however there are one or two small things I prefer in eclipse.
Personal opinion: When starting Java as an absolute beginner I would recommend getting a decent text editor with syntax highlighting before using an IDE. When you are comfortable with the basics you can move on to an IDE (my favourite is IntelliJ IDEA).
I have met too many Java developers that don't even have an idea how Java's classpath works because they can only code using an IDE.
I have progressed from notepad to notepad++
I find those fancy ide's restrictive.Buts that me. If other developers prefer them, good for them.
The reality, though is that you will use whatever the company allows(licencing etc) or insists you use if it's an integral part of their source control systems.
Every time you use a nested table(Oracle) a puppy dies
IDE's restrictive, compared to notepad? I assume that is a joke.
it is impossible to efficiently manage and maintain "enterprise" level apps in notepad.
I write all my SQL scripts using Notepad++ and write the Oracle Packages using PL/SQL Developer.
I use Oracle forms as well.
I use vi to write unix shell scripts and perl scripts.
I think our web team using visual studio.
I believe the choice of an IDE is actually made for most developers, not by them. You use whatever, the organisation has on site. Ofc, if the "site" is your home or your office, then obviously you made the choice, but on sites with large teams, the only choice is which text editor. I chose Notepad++, some of my colleagues use TextPad.
My boss only uses vi, even for Oracle packages. The only windows apps she has open is her email and some word and excel docs. It's the most frustrating experience going through code at her deskand no, she is not in her fifties, I doubt she is older than 35
I used to code java, but not anymore. I used JDeveloper. It was on the desktop. I did try Eclipse, but I spent more time configuring it than anything else, do I dumped it.
Every time you use a nested table(Oracle) a puppy dies
Bookmarks