Wednesday Jun 04, 2008
When launching updatetool of GlassFish v3 on ubuntu, sometimes there are locale problems like the one below :
ValueError: unknown locale: en_IN
Troubleshooting this :
#export LC_ALL=C
and then launch updatetool.
Saturday May 17, 2008
This blog talks about creating a JDBC Connection Pool and an associated JDBC resource with MySQL as the Database vendor.
The
default database "sakila" of MySQL is used in this example. All these
could be done so easily with Netbeans 6.1 after installing the
GlassFish V3 plugin.
This screencast explains how to create a JDBC Connection pool in the
administration console and its associated JDBC resource. It also shows
a HelloWorld web application that used this resource to get some values
from a table in sakila database.
Watch the screencast :
Download GlassFish V3 TP2 from https://glassfish.dev.java.net/downloads/v3-techPreview-2.html