Tag Archives: NetBeans

Developing SOA Composite Applications using POJOs

I’ve just had an article published on the Packt Article Network entitled Developing SOA Applications Using POJOs.  In the article I discuss how to use the POJO Service Engine in GlassFish ESB / OpenESB when creating Composite Applications in NetBeans … Continue reading

Posted in Java | Tagged , , , | Leave a comment

Creating a Weld Project using Maven and NetBeans

Now that the Beta Maven archetypes for Weld (the reference implementation of JSR 299 – Java Contexts and Dependency Injection) have been published in the Maven Central Repository, its easy to create Weld projects using Maven and NetBeans. Assuming you … Continue reading

Posted in Java | Tagged , , , , | Leave a comment

Introduction to JSF 2 Using NetBeans 6.8 and GlassFish v3

I’ve just published an article entitled, “Introduction to JSF 2 Using NetBeans and GlassFish” over at developinjava.com. In the article I give a brief introduction to JSF 2 and show how you can create JSF 2 managed beans without XML … Continue reading

Posted in Java | Tagged , , , , | 1 Comment

NetBeans Tip: Changing JDK Versions

When you install a new JDK on your PC, NetBeans doesn’t automatically use the new JDK, rather it will continue to use the JDK that was defined when NetBeans was installed. This isn’t generally a problem unless you’ve uninstalled the … Continue reading

Posted in Java | Tagged , | 1 Comment

NetBeans and Kenai JIRA Integration

NetBeans 6.7 RC1 has been released today and one of the new featires available with the RC is JIRA integration. NetBeans 6.7 now supports both Bugzilla and JIRA integration although the JIRA integration is described as “Early Access”. To install … Continue reading

Posted in Java | Tagged , , | 3 Comments

NetBeans Tip: Split Screen Editing

Sometimes it can be useful to perform spit screen editing on a single file.  It can be useful to see one part of the file whilst editing another part. NetBeans 6.5 allows you to do this, but its not immediately … Continue reading

Posted in Java | Tagged | 6 Comments

Registering JBoss 5.0 in NetBeans 6.5 – Fully Supported

Several new patches have been released for NetBeans today, one of which allows JBoss 5.0 to be properly registered within the IDE without having to resort to the fix I blogged about recently. Over 60 other fixes have also been released and are available … Continue reading

Posted in Java | Tagged , | Leave a comment

Registering JBoss 5.0 in NetBeans 6.5

If you use NetBeans and JBoss, you’ve probably noticed that you can’t register JBoss 5.0 as a server in NetBeans 6.5 This issue is logged at NetBeans as issue number 154800 and is scheduled to be released into Patch 2 … Continue reading

Posted in Java | Tagged , | 2 Comments

Can NetBeans Make Wishes Come True?

Can NetBeans make my wishes come true – OK, maybe not…, but yesterday I blogged about the features I would like to see in a future version of NetBeans. Over on his blog, David Van Couvering has said that the NetBeans team are: … Continue reading

Posted in Java | Tagged , | Leave a comment

Future Features for NetBeans

Over on the NetBeans forums as part of the NetBeans 10th anniversary, users are posting the features that they would like to see in the future versions of NetBeans. I thought it would be fun to post what I’d like to see … Continue reading

Posted in Java | Tagged , | Leave a comment