Related Posts

  • No related posts

 

Netbeans and its quirks

Posted by Jongerius under Development, Internet, Webdevelopment
1 Star2 Stars3 Stars4 Stars5 Stars6 Stars (No Ratings Yet)
Loading ... Loading ...

For my work I’ve been doing a lot of Java development with my oh so favorite tool NetBeans. Unfortunately for me Netbeans doesn’t appear to like me, or any of the other developers using it, very much.

The major advantage of Netbeans is the build in TomCat server, which handles Java applets and JSP pages. Another is its ability for debugging whilst accessing the web pages. These are some of the reasons for my office to switch from JBuilder to Netbeans.

I’ve been developing with it for a few weeks now, and found that yeah it has great debugging capabilities and the built in Tomcat is definitely an advantage. But it isn’t without its flaws. I’ve had it on many occasion that Tomcat ran out of memory due to dumb as deploying of web projects by Netbeans. Or even more often that Netbeans is unable to debug a project.

For the latter of the two problems there is only one solution: recreate the project and add the existing source. Not a good solution, but he it works. The memory problem well prepare to kill any process running on Java otherwise you won’t be able to continue working.

So is the switch to the free and reasonable good Netbeans worth it. Well its a hell of a lot better then JBuilder 4, which we used up to this day. So in that aspect yea it is better. But when you have to compare it in usability I find it crashing, hanging or not responding in the way you expect it to. I just hope they are planning a major update for Netbeans in the near future.

Further information

3 Responses to “Netbeans and its quirks”

Roman Strobl: August 12th, 2006 at 4:59 pm

Hi, you can consider submitting the bugs you’ve found via Issuezilla on netbeans.org. Developers are mostly very responsive to bug reports so if you have a reproducible case, they will fix it in the next version of NetBeans. Best regards, Roman Strobl, NetBeans Evangelist

Narnio » Netbeans problems, a quick follow up: September 6th, 2006 at 7:19 pm

[...] If you keep track of this blog somewhat you may have read ‘Netbeans and its quirks‘ I ranted about problems I faced while developing in netbeans. Since I found out the reasons for some of the problems I thought it would be nice to keep you all informed. [...]

Narnio » More Netbeans Trouble: November 8th, 2006 at 7:47 pm

[...] As some of you may remember I’ve posted about some of my Netbeans problems in the past and a quick follow up. I guess it’s time for a new follow up, well not exactly but more about that a bit later. In the past I’ve had problems with flickering and the ignorant auto complete. Most of these problems were fixed when I installed Netbeans 5.5. [...]

Leave a Reply