Category Archives: NetBeans

PHPHOST BLOG

Web Hosting Related Articles You May Need

The Checker Framework

One of the interesting tools I learned about at JavaOne 2012 is The Checker Framework. One of the Checker Framework’s web pages states that the Checker Framework “enhances Java’s type system to make it more powerful and useful,” allowing software dev… Continue reading

Posted in Java (General), NetBeans, Syndicated | Comments Off on The Checker Framework

NetBeans 7.3 Beta is More Than Easel: Hints and FXML Code Completion

NetBeans 7.3, which is now available in Beta, is already probably best known for its Project Easel features. However, in this post I look at some new features outside of Project Easel that I am happy to see now available in NetBeans.

New Hint: null De… Continue reading

Posted in NetBeans, Syndicated | Comments Off on NetBeans 7.3 Beta is More Than Easel: Hints and FXML Code Completion

JavaOne 2012: Getting Started with the NetBeans Platform

I stayed in the Hilton (Continental Ballroom 7/8/9) to see Geertjan Wielenga’s (Oracle Development Tools Principal Project Manager) presentation “Getting Started with the NetBeans Platform.” Geertjan’s bio on his blog summarizes his involvement with Ne… Continue reading

Posted in JavaOne 2012, NetBeans, Syndicated | Comments Off on JavaOne 2012: Getting Started with the NetBeans Platform

JavaOne 2012: Custom Static Code Analysis [NetBeans]

I returned to the Hilton (Continental Ballroom 4) to attend Jan Lahoda’s (Oracle/NetBeans) Birds-of-a-Feather presentation “Custom Static Code Analysis.” I have previously blogged on a subset of the functionality covered by Lahoda in the post Creating … Continue reading

Posted in JavaOne 2012, NetBeans, Syndicated | Comments Off on JavaOne 2012: Custom Static Code Analysis [NetBeans]

JavaOne 2012: NetBeans.Next – The Roadmap Ahead

I walked the few steps necessary from Continental Ballroom 4 and one NetBeans topic (Project Easel) to Continental Ballroom 5 to see another NetBeans-oriented presentation: “NetBeans.Next – The Roadmap Ahead.”

Ashwin Rao started the Birds of a Feat… Continue reading

Posted in JavaOne 2012, NetBeans, Syndicated | Comments Off on JavaOne 2012: NetBeans.Next – The Roadmap Ahead

JavaOne 2012: NetBeans – Project Easel

The JavaOne 2012 conference materials listed this presentation as “Project EASEL: Developing and Managing HTML5 in a Java World,” but the title slide posted as we wait for the session to begin is titled “NetBeans – Project Easel.” The authors and prese… Continue reading

Posted in JavaOne 2012, NetBeans, Syndicated | Comments Off on JavaOne 2012: NetBeans – Project Easel

NetBeans Community Day at JavaOne 2012

Geertjan Wielenga invited me to participate in the panel at NetBeans Community Day at JavaOne 2012 and I’m looking forward to that. I’ll be participating in the “Community Session: For You — By You: Growing the NetBeans Community” (UGF10364) discussio… Continue reading

Posted in JavaOne 2012, NetBeans, Syndicated | Comments Off on NetBeans Community Day at JavaOne 2012

NetBeans 7.2: Generating (Introduce) Local Extensions

I have already blogged on two refactoring options NetBeans 7.2 provides in my aptly named posts NetBeans 7.2: Refactoring Parameterized Constructor As Builder and NetBeans 7.2: Refactoring Constructor As Static Factory. In this post, I look at another … Continue reading

Posted in NetBeans, Syndicated | Comments Off on NetBeans 7.2: Generating (Introduce) Local Extensions

NetBeans 7.2: Refactoring Constructor As Static Factory

In the post NetBeans 7.2: Refactoring Parameterized Constructor As Builder, I looked at how NetBeans 7.2 supports refactoring a constructor to a builder as described in Item 2 of the Second Edition of Effective Java. In this post, I look at how NetBean… Continue reading

Posted in Java (General), NetBeans, Syndicated | Comments Off on NetBeans 7.2: Refactoring Constructor As Static Factory

NetBeans 7.2: Refactoring Parameterized Constructor As Builder

Shortly after the Second Edition of Josh Bloch’s Effective Java was released, I borrowed a colleague’s copy to browse it and consider purchasing a copy of my own despite already owning a copy of the first edition. It did not take me long to realize tha… Continue reading

Posted in Java (General), NetBeans, Syndicated | Comments Off on NetBeans 7.2: Refactoring Parameterized Constructor As Builder