And another thing...
Tim Quinn's Blog

Tuesday Feb 24, 2009

As we are working on the support for app clients in GlassFish v3, I've posted a "request-for-opinions" in the GlassFish forum.


Rather than repeat it all here, please go visit the topic.  If you develop app clients please take a few moments to add your thoughts as replies to the forum topic there (not to this blog). 



Thursday Nov 06, 2008

Supporting new types of applications in GlassFish v3 is as easy as 1...2...3...literally.  Implement three interfaces GlassFish prescribes, package them as an OSGi module accessible to GlassFish, and then you deploy and run apps of the new type. 

[Read More]

In GlassFish v3 prelude deployment is mostly what you know from v2...only quite a bit faster.

[Read More]

Monday Jan 14, 2008

Using GlassFish app clients that access web services with Java SE 1.6 has become easier with the release of Java SE 1.6.0_04.  This is especially true when users launch such app clients using the automatic Java Web Start support that is part of GlassFish.

[Read More]

Thursday Dec 13, 2007

The warning message "Error attempting to process extensions from the manifest of JAR file..." during a client launch might not always indicate a problem.

[Read More]

Friday Nov 09, 2007

This example of an app client with JavaFX uses a local persistence unit to implement a simple address book application.

[Read More]

Friday Oct 12, 2007

NumberGuess example using JavaFX script now available.

[Read More]

Thursday Oct 11, 2007

Starting from an existing app client that uses injected resources, I was able to write an similar JavaFX script U/I that also used the injected resources with minimal changes to the original Java code.

[Read More]

Wednesday Oct 03, 2007

GlassFish V2 update release 1 will execute a JavaFX script you package into your app client. This is available with the current nightly builds of UR1 and will be present in the released UR1.

[Read More]

Monday Sep 17, 2007

Today's GlassFish V2 release includes some enhancements to Java Web Start support that allows developers to specify the icon image and splash screen image that their users will see when they download and launch app clients using Java Web Start.

[Read More]

Monday May 07, 2007

You can download and use the GlassFish V3 technology preview today!

[Read More]

Tuesday Apr 24, 2007

I've just completed the process of writing, with the able help of Rick Palkovic, a new article on Java Web Start support for app clients in GlassFish and publishing it in the technical articles section of java.sun.com.  

Those of you who have read this blog routinely probably won't find much that is new there, but as always we're trying to reach a broader audience and promote the use of app clients in general and the Java Web Start launch feature in particular.  This article should help!

 

 

Wednesday Oct 11, 2006

Many users have encountered problems on Windows when JAR files remain open, causing problems during undeployment and redeployment. Recent changes to GlassFish will resolve many of these difficulties.[Read More]

Tuesday Oct 10, 2006

Open source and product support are not mutually exclusive. In this brief tale I describe a recent experience that shows that people can get good support (lower-case "s") from the community and yet paid Support (upper-case "S") from a product vendor has its own added value.[Read More]

Wednesday Aug 02, 2006

GlassFish redeployments and undeployments can fail on Windows if one or more JAR files in the application is opened but never closed. There is now a tool (unsupported!) that you can use on your own system to help identify which code has opened the file.[Read More]