Category Archives: NetBeans

NetBeans is an integrated development environment (IDE) for developing primarily with Java, but also with other languages, in particular PHP, C/C++, and HTML5. It is also an application platform framework for Java desktop applications and others.

The NetBeans IDE is written in Java and can run on Windows, OS X, Linux, Solaris and other platforms supporting a compatible JVM. ( Wikipedia )

Scala Hello World Primer Tutorial

The Scala programming language is a burgeoning force in Information Technology … Object-Oriented Meets Functional   Have the best of both worlds. Construct elegant class hierarchies for maximum code reuse and extensibility, implement their behavior using higher-order functions. Or anything … Continue reading

Posted in eLearning, NetBeans, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , | 2 Comments

Jenkins and NetBeans Maven Project Primer Tutorial

Today we are installing Jenkins onto our MacBook Pro laptop. So what is Jenkins? Well, we quote from the Jenkins landing page below … As an extensible automation server, Jenkins can be used as a simple CI server or turned … Continue reading

Posted in eLearning, NetBeans, Operating System, Projects, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , | 3 Comments

NetBeans Backbone.js HTML5 Web Application Primer Tutorial

Today we create a NetBeans (IDE) HTML5 project based on the Backbone.js methodology for web application creation, which we include a bit about as quoted from Wikipedia (thanks) below: Backbone.js is a JavaScript library with a RESTful JSON interface and … Continue reading

Posted in eLearning, NetBeans, Tutorials | Tagged , , , , , , , , , , , , , , , | 17 Comments

NetBeans Java EE RESTful Web Service Primer Tutorial

Web Services allow for communication using the World Wide Web between two devices, as Wikipedia explains below. Do you remember previous Java Eclipse Web Service Primer Tutorial as shown below that used Eclipse IDE which works on Mac OS X … Continue reading

Posted in eLearning, NetBeans, Software, Tutorials | Tagged , , , , , , , , , , , , , | 4 Comments

C, C++ NetBeans, gdbserver Debugging Primer Tutorial

Today’s tutorial is about debugging C (and C++ can be done too) using the gdbserver plugin in the NetBeans IDE, and its progression brought into play issues regarding the upgrade of Xcode 4 to Xcode 5 (and Mac OS 10.7.5 … Continue reading

Posted in eLearning, NetBeans, Tutorials | Tagged , , , , , , , , , | 24 Comments

NetBeans Grails Groovy Primer Tutorial

Today’s NetBeans (IDE) Grails (framework) Groovy (programming language) Primer tutorial shows a simple application project using Groovy with a Grails framework, which is an environment with similarities to Java. Let’s see below some of what Wikipedia says about Grails. Grails … Continue reading

Posted in eLearning, NetBeans, Tutorials | Tagged , , , , , , , | 20 Comments

C, C++ NetBeans, Xcode gcc Primer Tutorial

Today’s tutorial has come about as a consequence of Xcode and its Command Line Tools Primer Tutorial in the sense that the installation of Xcode Command Line Tools (in earlier Xcode versions … think maybe less than 4 … “out … Continue reading

Posted in eLearning, NetBeans, Software, Tutorials, Xcode | Tagged , , , , , , , , , | 17 Comments

NetBeans HTML/JavaScript Web Application Primer Tutorial

Today’s NetBeans HTML/JavaScript Web Application primer tutorial shows how an HTML and JavaScript project can be managed from within an IDE. NetBeans uses the GlassFish web server to run the web application built under NetBeans supervision. The original website is … Continue reading

Posted in eLearning, NetBeans, Tutorials | Tagged , , , , , | 13 Comments