Facebook   Twitter    e-mail newsletter    YouTube    RSS Feed    Android App    iPhone and iPad App     BlackBerry App    


Results 1 to 15 of 15

Thread: Eclipse or netbeans and kick a$$ tutorials for a beginner

  1. #1

    Default Eclipse or netbeans and kick a$$ tutorials for a beginner

    as the title suggests?

    and yes Java

  2. #2
    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

  3. #3
    Super Grandmaster
    Join Date
    Jun 2009
    Location
    255.255.255.255
    Posts
    6,054

    Default

    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

  4. #4
    Super Grandmaster Elimentals's Avatar
    Join Date
    Dec 2010
    Location
    PE
    Posts
    10,823
    Blog Entries
    8

    Default

    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.

  5. #5

    Default

    Quote Originally Posted by Elimentals View Post
    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.
    Would you mind sending me some of the Android tutorials? Looking to get into that a bit more.
    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

  6. #6
    Super Grandmaster Elimentals's Avatar
    Join Date
    Dec 2010
    Location
    PE
    Posts
    10,823
    Blog Entries
    8

    Default

    Quote Originally Posted by iAmThePope View Post
    Would you mind sending me some of the Android tutorials? Looking to get into that a bit more.
    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.

  7. #7

    Default

    Quote Originally Posted by Elimentals View Post
    Great thanks
    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

  8. #8

    Default

    Just started trying out NetBeans for some PHP work, coming from Notepad++ it's much easier to debug with looks like a keeper..

  9. #9

    Default

    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.

  10. #10

    Default

    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.

  11. #11

    Default

    Quote Originally Posted by Majick View Post
    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 agree, i started using just notepad

  12. #12
    Super Grandmaster
    Join Date
    May 2005
    Location
    Kent, UK
    Posts
    5,054

    Default Eclipse or netbeans and kick a$$ tutorials for a beginner

    Quote Originally Posted by D3x! View Post
    I agree, i started using just notepad
    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

  13. #13

    Default

    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.

  14. #14

    Default

    Quote Originally Posted by zippy View Post
    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.
    lol?

  15. #15
    Super Grandmaster
    Join Date
    May 2005
    Location
    Kent, UK
    Posts
    5,054

    Default Eclipse or netbeans and kick a$$ tutorials for a beginner

    Quote Originally Posted by _kabal_ View Post
    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 desk and 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

Similar Threads

  1. Netbeans VS Eclipse
    By Apache in forum Software and Web Development
    Replies: 17
    Last Post: 24-02-2012, 01:10 PM
  2. Children's Zulu Beginner Tutorials
    By Mitos in forum Health, Wealth, Leisure and Relationships
    Replies: 2
    Last Post: 17-02-2012, 02:49 PM
  3. Netbeans! Some serious questions!
    By Kmasterrr in forum Software and Web Development
    Replies: 3
    Last Post: 19-08-2009, 10:41 AM
  4. NetBeans IDE 6.7 RC1
    By Drake2007 in forum Software and Web Development
    Replies: 1
    Last Post: 02-06-2009, 09:02 AM
  5. Netbeans + Java
    By krycor in forum PC Hardware and Gadgets
    Replies: 6
    Last Post: 18-09-2008, 01:32 AM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •