Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

NetBeans IDE

  • 12-06-2002 06:57PM
    #1
    Posts: 431 ✭✭


    Does anyone out there use NetBeans to program java graphical applications?

    The IDE is at the NetBeans website

    I was interested to see what other people think, I was thinking of getting it to learn JSP, servlets and stuff like that, mainly for the java.

    But I'm not sure whether to use that over the tomcat implementation, I have that but not installed, I was going to see what others think.

    Any comments as to whether or not Netbeans is any good as a graphical IDE?

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 4,660 ✭✭✭Gavin


    I used it for around 2 months for my third year project.

    I liked it and continue to use it. It does however need a fair amount of power and it's slightly buggy. It won't crash on you, but it's code completion stuff ain't great.

    And it's free ! I used it for servlet/jsp development. I didn't use the bundled server, I ran the tomcat server on a different machine, running linux and samba to access it.

    all worked fine.

    Gav


  • Posts: 431 ✭✭ [Deleted User]


    Great thanks, i think i'll download that.

    It seems to look good, I just want something to mess around with servlets and jsp, i have the tomcat server, can i use that if i set it up on the same computer, do you know?

    thanks again


  • Registered Users, Registered Users 2 Posts: 4,660 ✭✭✭Gavin


    yup, it's no problem running tomcat on the same machine. I split it up, cause I prefer to develop in windows and actually deploy on linux.

    Gav


Advertisement