Open Laszlo - Deployment

Deployment

Laszlo applications can be deployed as traditional Java servlets, which are compiled and returned to the browser dynamically. This method requires that the web server is also running the OpenLaszlo server.

Alternatively, Laszlo applications can be compiled from LZX into Dynamic HTML (DHTML) or a binary SWF file, and loaded statically into an existing web page. This method is known as SOLO deployment. Applications deployed in this manner lack some functionality of servlet-contained files, such as the ability to consume SOAP web services and Java RPC remote procedure calls.

Read more about this topic:  Open Laszlo