Skip to main content.

Introduction

There's a maxim saying "One picture is worth ten thousand words". And I have no doubt this is true. This is why I decided to publish bunch of viewlets showing how to do some things in UIDiagram instead of writing about them.

To learn more about what a viewlet actually is, click here.

^ TOP

How to create a new UIDiagram file?

This viewlet shows how to create single project and UIDiagram file in it.

Duration 0:37 mins.

To see the viewlet without Qarbon watermark, please click here.

^ TOP

How to edit a simple diagram?

This viewlet shows how to create simple application using UIDiagram.

Duration 2:11 mins.

To see the viewlet without Qarbon watermark, please click here.

^ TOP

How to generate an application?

This viewlet shows how to generate Laszlo application from edited diagram.

Duration 0:32 mins.

To see the viewlet without Qarbon watermark, please click here.

^ TOP

How to start Laszlo application?

This viewlet shows how to launch previously generated Laszlo application. It includes quick Laszlo environment set-up and application start up.

Duration 2:09 mins.

Before you start, make sure, you have downloaded and installed following items:

OpenLaszlo Server
Axis
JAF

For easier installation, we suggest to download OpenLaszlo Developer Kit which is a binary distribution with installer and Tomcat servlet container.

After dealing with OpenLaszlo set-up, you can unpack Axis archive and copy all files from webapps folder to Server\tomcat-5.0.24\webapps in your OpenLaszlo location. If you had followed the default settings during OpenLaszlo installation process, the path you need copy Axis libraries to is "C:\Program Files\OpenLaszlo Server 3.2\Server\tomcat-5.0.24\webapps".

Finally, you will need to unpack JavaBeans Activation Framework's zip file and copy activation.jar file to the lib folder in the Axis application folder (server\tomcat-5.0.24\webapps\axis\WEB-INF\lib).

To see the viewlet without Qarbon watermark, please click here.

^ TOP

How to start Thinlet application?

This viewlet shows how to launch previously generated Thinlet application. It helps to configure Java Project to run Thinlet application.

TODO

^ TOP

How to configure Web Services?

TODO