Category Archives: Programming

NetBeans Java EE7

By now, GlassFish 4 is still not bundled to NetBeans daily builds. You have to install it separate as I described in an former article [1]. Do you want to know about the upcoming Java EE 7 support? A bunch … Continue reading

Posted in NetBeans, Programming | Tagged , | Comments Off

Introduction into JSF

At Java User Group Cologne, I hold a JSF Session (introduction into JSF 2.0 and a short forecast to JSF 2.2) . For the live parts, I used NetBeans to demonstrate code and applications. You’ll find some of this code … Continue reading

Posted in NetBeans, Programming, Web development | Tagged | Comments Off

Tutorial web development (with JSF) XI: Brave New World

JSF 2.2 is on it’s way. In this lesson I want to introduce one of the new features, HTML5 friendly markup (using Pass Through Elements).

Posted in NetBeans, Programming, Tutorial, Web development | Tagged , , , | Comments Off

Tutorial web development (with JSF) IX – Application “Books”, Part II

In part VII of this tutorial you’ll find some requirenments of the book application. The application is live now, and you can find it here [1]. The information about the books and the reviews is stored in a database. JavaServer … Continue reading

Posted in NetBeans, Programming, Tutorial, Web development | Tagged , | Comments Off

Rename property

In Java development, if you have a private attribute with corresponding public getter/setter pair, this is usually treated as just one property. NetBeans has the ability to rename this getter and all it’s occurrencies in the Java sources. The same … Continue reading

Posted in NetBeans, Programming, Web development | Tagged | Comments Off