views:

121

answers:

5

I mostly use Eclipse but have mentionned Netbeans on my cv. Are there any good concise and up-to-date tutorials apart from the official ones that could bring me up to speed on how to use the IDE efficiently (shortcuts, debugging, views ...)? This excludes programming tutorials as I don't really need them unless there's a special manipulation involved.

+1  A: 

Please take a look at this cheatsheet and this cheatsheet

Srinivas Reddy Thatiparthy
Exactly the sort of stuff I was looking for! As derivation says, the official pages have the richest information but it's not necessarily something you can sift through in less than a week.
James P.
Then accept my answer,thanks btw!!
Srinivas Reddy Thatiparthy
+1  A: 

It might be a good idea to specify that your question relates to the Netbeans IDE, as opposed to the Netbeans Platform. The latter is the rich client platform on which the IDE is built (analogous to Eclipse RCP).

Daniel
Thanks for pointing this out.
James P.
+1  A: 

The official NetBeans page really is the best place to find NetBeans information; I found it the most helpful when I was learning the platform/ide. Aside from that, however, there are a lot of great articles about Netbeans and it's ecosystem in the NetBeans Zone at Dzone.

derivation
+2  A: 

From within NetBeans, go to Help -> Keyboard shortcuts card to see all the main shortcuts. In the same menu, you have a link to the Help, which contains good explanation for how to use the debugger.

There's also the online help link, with links to many tutorials, including video ones.

Also, most of the content of Pro NetBeans IDE 6 can be viewed online in Google Books.

JRL