• submit to reddit
Tinu Awopetu01/22/13
962 views
0 replies

NetBeans Weekly News (Issue #571 - Jan 21, 2013 )

Project News NetBeans Plugin: Velocity Editor Support A plugin providing VTL (Velocity Template Language) editor support--syntax-error highlighting, code folding, and braces matching--for the NetBeans IDE.

Geertjan Wielenga01/20/13
6386 views
0 replies

Meet a NetBeans Community Member: Ann Maybury

Ann Maybury is 75 years old and has been involved in all phases of software production for over 50 years. Here she shares her computing history and usage of the NetBeans IDE and NetBeans Platform as the basis of her golf scheduling software.

Tinu Awopetu01/15/13
1031 views
0 replies

NetBeans Weekly News (Issue #570 - Jan 14, 2013 )

Project News Videos of New NetBeans HTML5 Features The new NetBeans Web Client blog lists a number of videos, from JavaOne 2012, that provide excellent introductions to the new HTML5 features that will be part of NetBeans IDE 7.3. Plugin: Dark Theme for...

Timon Veenstra01/15/13
935 views
0 replies

News from the AgroSense Project: Website & Translation

We have a new website (http://www.agrosense.eu): Since the website is an important part of our communication towards future and existing users of AgroSense, I would like to ask everyone interested in this project for:

Attila Kelemen01/14/13
5034 views
0 replies

The Definitive Gradle Guide for NetBeans IDE

Gradle is a build tool like Ant and Maven (only it is better :)). If you don't already know Gradle, you should visit http://www.gradle.org as they have a vast amount of (good) documentation. For the rest of this documentation (the original is...

Geertjan Wielenga01/13/13
5519 views
0 replies

Meet a NetBeans Community Member: Michael Müller

Michael Müller (pictured right) is head of development at the Institut für das Entgeltsystem im Krankenhaus  (InEK GmbH), which is a German institute for hospital remuneration. InEK's main mission is to develop and refine the G-DRG system, a hospital...

Gail Anderson01/11/13
2543 views
0 replies

Reflections on JavaOne 2012 by the NetBeans Community (Part 4)

After part 1, part 2, and part 3  of this series, packed with NetBeans community members discussing their highlights of JavaOne 2012, here's... part 4! 

Tinu Awopetu01/08/13
1057 views
0 replies

NetBeans Weekly News (Issue #569 - Jan 08, 2013)

Project News Brand New: NetBeans Web Client Blog The NetBeans team has launched a new blog focused on client-side web technologies such as HTML5 and JavaScript. Turn to the blog for updates on new features, highlights, tips, plans and improvements, and...

M A Hossain Tonu01/02/13
6955 views
13 replies

Released: Beginner's Guide for PHP Development with NetBeans IDE

NetBeans has many features that greatly simplify PHP development, and with its several features and great flexibility, PHP developers can become overwhelmed by the IDE's options. This book provides step-by-step instructions that show you how to take control of the environment and make use of these features to make your PHP application development more efficient and productive than ever before.

Tinu Awopetu12/18/12
1463 views
0 replies

NetBeans Weekly News (Issue #568 - Dec 18, 2012)

Project News Interested in Lambdas and JDK8? A preliminary NetBeans build supporting JDK8 Lambdas is available. Many features, including code completion, code highlighting, go to declaration, have been updated to know about lambda expressions and method...

Geertjan Wielenga12/12/12
8949 views
0 replies

Reflections on JavaOne 2012 by the NetBeans Community (Part 3)

After part 1 and part 2  of this series, packed with NetBeans community members discussing their highlights of JavaOne 2012, here's... part 3! 

Tinu Awopetu12/11/12
1337 views
0 replies

NetBeans Weekly News (Issue #567 - Dec 11, 2012)

Project News NetBeans Chrome Plugin for NetBeans IDE 7.3 Beta & Dev Builds Trying out HTML5 support in beta and dev builds of NetBeans IDE 7.3? Find out how to get early access to the NetBeans Chrome plugin from the Chrome Web Store.

Sudeep Hazra12/10/12
15428 views
0 replies

Perl on NetBeans IDE

Perl on NetBeans IDE is intended for Perl programmers who want the intuitiveness of a great editor with the ease of being able to execute the program without having to do it through a Command Interpreter. Also, it has the capability to inspect the...

Jonathan Lermitage12/10/12
18236 views
7 replies

How to use JRebel with NetBeans IDE and Tomcat

The goal of this document is to explain how to use JRebel technology with NetBeans IDE 7.2.1 and a local installation of the Tomcat 7 servlet container. JRebel is able to work with remote servers too, but this will be the subject of another tutorial. Install...

Geertjan Wielenga12/10/12
13359 views
0 replies

Backbone.js Meets RESTful Web Services

In NetBeans IDE 7.3, a Backbone.js file can be generated from a RESTful web service. The Backbone.js file contains complete CRUD functionality and your HTML5...