Well, there actually is some lower level API, and it is used in the LZViewerServlet and the AuthenticationServlet (The LzViewer was mentioned as an example for a filter. The only problem is that it is fully undocumented how to create a filter and how to pass the filteres lzx-code to the compiler. The LzViewer calls the compiler and saves it to a temporary file, and the AuthenticationServlet seems to do nothing with the lzx-code.

It's also not clear to me why, when they are working with servlets, they donot use the javax.servlet.Filter interface to make filters, but that's something different I'm afraid ;)

Cheers,
Bas

Mike Pence wrote:
Not really. I don't want to be dependent on the LPS server. I want to
go SOLO with Rails on the back end. It is becoming obvious though that
there should be some API at a lower level for doing this stuff.

Best,
Mike Pence

On 12/21/05, Adam Wolff <[EMAIL PROTECTED]> wrote:
sounds like you and Mike Pence <[EMAIL PROTECTED]> are working on the
same thing.

A

On Dec 21, bas wrote:

Hello,

I'm trying to create a web-application with OpenLaszlo that uses on the fly
created .lzx files,
but I cannot seem to get information on how to create a Filter servlet. (this
is as far as I can see a recommended way to generate LZX pages: The forums say
so at:
http://reloaded.laszlosystems.com/developers/community/forums/showthread.php?s=a40ab5fb8450fbf6554e347cc8e34824&threadid=102&goto=nextnewest
)

Can anybody give an example? for example how you could translate all
"hello"-words in "goodbye" ?
My problem is of course not this simple, but being able to do this, I should
be able to solve my problem.

Using JSP's for Preprocessing purposes doesn't work for me, because I need to
use different levels of directories, and that doesn't seem to work (I also
would rather use a Servlet than a JSP).

Cheers, and thanks in advance.


_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user




--
Bas Velthuizen
Abstract Computing International B.V.
Pampuslaan 1
1382 JM Weesp
Tel: 0294 750333
Fax: 0294 750335
<http://www.abstractcomputing.nl>

"We see the world as 'we' are, not as 'it' is; because it is the "I" behind the 'eye' that does the seeing."- Anais Nin
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to