Tag Archives: GlassFish

Book Review: GlassFish Security by Masoud Kalali

I’ve just posted a review of “GlassFish Security” by Masoud Kalali over on developinjava.com If you’re interested in security and/or GlassFish, I’d recommend this book.  Check out the review here.

Posted in Java | Tagged , | Leave a comment

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

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 6.0 Beta 1 and GlassFish v2 released

NetBeans 6.0 Beta 1 and GlassFish v2 have now been released. According to Ludovic Champenois, GlassFish v2 is bundled as part of NetBeans 6.0 Beta 1, so there is probably only one download needed. The final release of NetBeans 6.0 is expected towards the end of … Continue reading

Posted in Java | Tagged , | Leave a comment

Not long now…

Glassfish v2 and NetBeans 6 beta 2 are due out today. Many people are blogging about the new features of Glassfish v2, so The Aquarium has a roundup of all the news stories and technical blogs covering the launch. NetBeans has had … Continue reading

Posted in Java | Tagged , | Leave a comment

Glassfish Crib Sheet

I’ve listed below some of the more common uses of the Glassfish asadmin command. Hopfully this is a useful crib sheet showing how to do some of the more common administration/day-to-day tasks in Glassfish. You can get a complete list of commands … Continue reading

Posted in Java | Tagged | Leave a comment

Countdown to fun!

September 17th looks like its going to be a good day. According to this post by Roman Strobal on the NBUsers mailing list, thats the day for the first beta of NetBeans 6. I’ve been using the daily builds for NetBeans 6 … Continue reading

Posted in Java | Tagged , | Leave a comment

Glassfish Interview

I’ve just listened to the JavaPosse’s interview with a couple of members of the Glassfish team (Eduardo Pelegri-Llopart and Jerome Dochez). In the interview, they discuss the differences between Glassfish v1, and v2 and go into some details about Glassfish v3 and … Continue reading

Posted in Java | Tagged | Leave a comment

How to Choose an Application Server?

The Aquarium has a new post giving quotes about different application servers that have been evaluated in the latest Forrester tests. Although you need to read the full report to get all the details of the evaluation, the quotes posted are quite interesting.

Posted in Java | Tagged , , | Leave a comment

Migrating a Spring Application from Tomcat 5 to GlassFish

I’ve got a Spring Web application that has been running happily on Tomcat for a while, but I wanted to migrate it to GlassFish. This proved a relatively simple process as only a couple of changes were needed to the … Continue reading

Posted in Java | Tagged , | Leave a comment