PDA

View Full Version : help to get involved


tonix
09-17-2003, 01:44 AM
hi everybody, I'am really impressed by this program ,always dreamed something like this. I am not a programmer and also have very little time to waste so i hope some expert helps me .I would know if it is difficult for a no programmer to use it. is it?
also some technical info before install everything...
do I need to install tomcat too?
what does it mean that the de version can serve only two users? (put the case I develope something and I put it on line: two only user can view it at once?)
(My idea is to make something artistic to show my multimedia art concept)
about the java sdk , must it to be installed on the server where eventually I host my work?(Ihave just be noticed that my host company does not support Java, sic)
hope I have remebered all
thank you very much for answer to me
great!

antun
09-17-2003, 07:05 AM
The LPS is targeted at developers, but it is really easy to get started. The best thing for you to do is to try the first tutorial, and see how it goes:

http://www.laszlosystems.com/developers/learn/documentation/tutorials/laszlo_basics.php

If you don't want to install the LPS, then you can use the LzViewer:

http://www.laszlosystems.com/lps-v1/examples/animation.lzx?lzt=filter&filter=/LZViewer

... basically this is a way to edit Laszlo apps "remotely". You write your code in the HTML form, click update, and your app gets complied on the fly, and launched in a new window. Bear in mind of course that if you continue through the tutorials, you won't be able to use any art assets, as you don't have access to the server when you're using LzViewer.

If you then decide you want to go further, download and install the LPS locally. The standard installation includes Tomcat, and is a one-click install.


what does it mean that the de version can serve only two users?


The Developer Edition (i.e. the free one you can download) will only accept requests from the computer you're working on (i.e. the server) and one other computer. It's designed so that you can develop apps on your own computer. Then when you're ready to deploy them you purchase (mailto:sales@laszlosystems.com) a deployment license that supports lots of users.

Take care and good luck!

-Antun