PDA

View Full Version : Help reqd!


mohan
07-14-2003, 11:19 PM
Hi,

Can anyone tell me is this Laszlo server acts similar to IIS server(Microsoft) where the applications can be created/deployed, or its using the some supporting web servers like java Tomcat/Apache......to run.

If i have to create a new application using the laszlo then do i need to write my files using java/asp and embed lzx files in these or can i solely use the lzx files without using anyother languages.

Will lzx files,mysql (db), xml can allow me to develop an internet application.

Any help in this regard is appreciated.

Thanks in advance.

Mohan

antun
07-15-2003, 06:53 AM
It doesn't serve up web pages like IIS. It is a servlet, so it runs inside of a servlet container such as Tomcat/Jetty/JRun etc.

To create a Laszlo app, you only need to write LZX files. If your app has any data interaction, you may need to write some services in ASP/PHP/JSP that return XML that the Laszlo app can understand.

-Antun