It sounds like you might want to build a CGI that wraps lzc command-line
compiler to compile LZX into SWF or DHTML.
Check out the current docs for lzc. [0]
-e
[0]
http://labs.openlaszlo.org/wafflecone-nightly/docs/developers/compiler.html#d0e119412
On Thu, Nov 1, 2007 at 6:43 PM, Volkan YAZICI wrote:
Hi,
Is it possible to deploy OL as a standalone dedicated server for LZX
rendering? My purpose is to generate related LZX output from another
process (e.g. php, lisp) and collect rendered SWF output generated by
dedicated OL server.
I read Deployer Guide, but it assumes dynamic LZX output will always
get produced by the same Java servlet container. I'd be happy if
somebody can help me to figure out how to deploy a dedicated server
for LZX rendering. (I have no idea about the possible communication
methods in case of a such an availability. Maybe via SOAP or raw HTTP
POST requests.)
Regards.