• submit to reddit
Javier Ortiz04/06/12
3696 views
0 replies

Eidos UML Project: Looking for Coding Hands!

The Eidos UML Project (http://java.net/projects/eidos-uml) is running out of developers!

Javier Ortiz04/04/12
3853 views
4 replies

Free NetBeans RCP Platform Book!

Last year I was teamed up with Miloš Šilhánek to create a NetBeans Platform book. Due to situations that don't matter anymore, the book was dropped when it was already done.So... we decided to  provide it to the...

Tinu Awopetu04/03/12
1473 views
0 replies

NetBeans Weekly News (Issue #531 - Apr 02, 2012)

Project News NetBeans JavaScript Support: Code Folding There's new life in JavaScript support in NetBeans IDE. Read about the latest updates. If you write JavaScript code, download the daily builds and give the NetBeans team feedback.

Tinu Awopetu03/27/12
2327 views
0 replies

NetBeans Weekly News (Issue #530 - Mar 26, 2012)

Project News Take the NetBeans IDE 7.1 Satisfaction Survey! Are you getting the best coding experience when using NetBeans IDE 7.1 or NetBeans IDE 7.1.1? Are there features or enhancements the NetBeans team should consider in future...

Geertjan Wielenga03/25/12
2281 views
0 replies

Bielefeld University on the NetBeans Platform Again

Yet another NetBeans Platform Certified Training took place recently, at Bielefeld University in Germany. It wasn't the first time that Bielefeld University hosted a NetBeans Platform training course, as can be read in a DZone article from 2010, entitled...

Tinu Awopetu03/22/12
1578 views
0 replies

NetBeans Weekly News (Issue #529 - Mar 19, 2012)

Project News New: NetBeans Groovy Development Blog Development for Groovy support in NetBeans IDE is back on! Check out the new blog detailing what Groovy features NetBeans engineers are working on. Try Groovy support in NetBeans and...

Henry Arousell03/14/12
3081 views
3 replies

Accounting Software on NetBeans

I'm Henry Arousell, product manager and co-developer of the BL Ekonomi-suite of business software here at Björn Lundén Information, Näsviken, Sweden.On November 1 last year, we released the first of a planned five to six NetBeans Platform applications...

Allan Gregersen03/13/12
4649 views
0 replies

Enhanced Javeleon Plugin for Upcoming NetBeans IDE 7.2

Dynamic class reloading takes another jump forward in NetBeans IDE 7.2!

Tinu Awopetu03/12/12
1642 views
0 replies

NetBeans Weekly News (Issue #528 - Mar 12, 2012)

Project News Volunteers Wanted to Test NetBeans IDE 7.2 - Join NetCAT! The NetBeans community testing program is back on for NetBeans IDE 7.2. As always the NetBeans team is looking for enthusiastic volunteers to help test the upcoming...

Eugenio Flores03/12/12
2508 views
0 replies

Paint Store Price List Generator on NetBeans

My name is Eugenio Flores. I am a developer in Nicaragua and I teach Java at a local university.I have created a NetBeans Platform application named "Control de Precios". It is a tool for creating a price list for paint stores whose brand is...

Tinu Awopetu03/09/12
1554 views
0 replies

NetBeans Weekly News (Issue #527 - Mar 5, 2012)

Project News NetBeans IDE 7.1.1 Released

Dustin Marx03/09/12
6515 views
0 replies

Respecting Return Type for Method Overloading

After several years of C++ experience, it seemed natural when I learned that Java does not allow method overloading based on return type. I was surprised when a colleague showed me a code snippet with two overloaded methods with the same runtime signature that compiled in JDK 6 as long as the return types differed.

Timon Veenstra03/07/12
3851 views
0 replies

How to Create MultiView Editors for Nodes

The NetBeans MultiView Windows component is great for providing multiple views of the data in a file. This could be very useful for data that isn't in a file as well. Fortunately, it is quite easy to use the MultiView component for your own non-file data as...

Micheal Nguyen03/06/12
24958 views
0 replies

Why & How I Translated NetBeans into Vietnamese

Micheal Nguyen discusses NetBeans in Vietnam and explains how he translated NetBeans into Vietnamese!

Wade Chandler03/05/12
4629 views
0 replies

Java Module Systems, the EDT, and ClassLoader Issues

The EDT is a separate thread with its own context classloader and this is most likely the system classloader. It is important to understand this.