NetBeans recently became an Apache project. Some people had been afraid that NetBeans ends up like OpenOffice, whilst others appreciated that step enthusiastic. I don’t know what future brings, but the NetBeans community is still vibrant. And the NetBeans Dream Team just incorporated seven new members.
You are browsing archives for
Tag: NetBeans
NetBeans 8.2 available
During the last days, most news about NetBeans had been about the transition to Apache. Luckily this did not affect the ongoing development. NetBeans 8.2 had been successfully tested and is available now [1]. If you still get NetBeans 8.1 displayed, then simply refresh your page (in most browsers by hitting the F5 key).
NetBeans goes Apache – Incubation reache
On October, 1st 2016, NetBeans became an official Apache Incubator project. A full list of all incubator projects is available at [1]. I assume that the project page (which is quite shortly today) will present much information soon [2].
NetCAT 8.2 starts
Today NetBeans Community Manager Jirí Kovalský announced that a brand new team for the NetBeans Community Acceptance Test will be formed. Joining this team is a great opportunity to improve your knowledge of software testing as well as NetBeans.
NetBeans and the Java Platform Shell
In my last blog [1], I showed, how to use the upcoming Java Shell within a NetBeans terminal window. By now, this is fine using Linux. Using Windows, you need to install cygwin to run a terminal window, because the native windows prompt is not supported yet. And launching JShell within the NetBeans (cygwin) terminal […]
Cool stuff: NetBeans and JShell
Have you ever tried to use Java interactive with the upcoming JShell? If no, take a look into my former blog [1]. Today I’m going to write about using the Java shell together with NetBeans.
JSF composite components
Let’s assume, we use JSF to write an application which offers a simple registration form. This form queries the user for his first name, last name, and email. The page definition might be similar to the one following, but can’t we avoid the repetition of code?
Interactive Java with jshell
So far we used Nashorn to emulate a Read-Eval-Print-Loop (REPL) for Java. But Java 9 can do better. This version includes a real REPL – the command line tool jshell. Although the Early Access (EA) version is not intended for production, you still can use it for interactively working with Java.
Interactive Java using Nashorn (part II)
In my last blog [1] I showed you how to invoke Nashorn, how to add a Java class and how to invoke a method on it. Now, we want to perform some queries on a bigger amount of data. You can find a description of this data structure on the free sample pages of my […]
NetBeans and Java EE: Download and compi...
Mojarra is the name of the JavaServer Faces reference implementation. In September 2015 the source moved from a Subversion based control system to a Git based server. This blog explains, how to download and compile the bleeding JSF version.