Harpreet Singh's Weblog
OpenLaszlo on GlassFish and Sun Java Application Server 9.0
OpenLaszlo is a platform to create rich internet applications (read AJAX applications).
I configured OpenLaszlo to deploy and run on GlassFish/SJSAS9.0. I created a simple webservice through Netbeans and deployed on GlassFish/SJSAS9.0. I followed it up with an OpenLaszlo rich client to invoke the webservice using XML-RPC. The application mimics "Test" web service button in the GlassFish/SJSAS9.0 admin ui page. This was a simple proof of concept to test OpenLaszlo on GlassFish/SJSAS9.0.
Head over to GlassFish Wiki if you want to learn how to configure OpenLaszlo on GlassFish and see a snapshot of my client application.
Steps to Setup and Snapshots...
Posted at 05:22PM Sep 11, 2006 by Harpreet Singh in Glassfish | Comments[6]


Posted by Arijit on September 20, 2006 at 03:50 PM PDT #
Posted by Harpreet on September 25, 2006 at 11:51 AM PDT #
Posted by harpreet kaur gill on November 12, 2006 at 05:18 AM PST #
The dependencies are now made available and no longer require extra downloads.
Simply download the bits from Laszio, uncompress, go to the directory
${HOME}/lps-4.0.pr4/Server/lps-4.0.pr4
make a war file:
jar -cvf ../lps.war *
and deploy the war file into glassfish
Thats it! sj
Posted by Steven Jarosz on November 27, 2006 at 01:17 PM PST #
Posted by Max Carlson on January 06, 2007 at 08:37 AM PST #
Posted by Dev on February 02, 2007 at 08:10 PM PST #