Two Laptop Bag
The moose likes Other Application Frameworks and the fly likes Laszlo and Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Laszlo and Java" Watch "Laszlo and Java" New topic
Author

Laszlo and Java

Maris Orbidans
Ranch Hand

Joined: Mar 08, 2004
Posts: 149
How is Laszlo related with Java ? Can I write backend code in Java, like in flex ?
Norman Klein
author
Ranch Hand

Joined: Jan 22, 2008
Posts: 36
Yes. Laszlo only requires a back-end web server that can supply XML over HTTP. This only requires the HTTP's content type be set to "text/xml". This makes it easy to update existing Java servlet applications to support Laszlo, as you only the JSP file needs to be changed to product XML output.

Here is an example of a trivial JSP file.

<%@ page contentType="text/xml" %>
<result>
<status>SUCCESS</status>
</result>
Rahul Nair
Ranch Hand

Joined: Dec 01, 2007
Posts: 136

Hi,

I have some doubts about installing and configuring Laszlo and Struts Application. The Tomcat 6.0 is already installed on my computer.
Can i use the already installed tomcat by configuration using web.xml without using LPS.

I am confused, and did not got any clue, so can you please help me ?

Thanks

rahul


 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Laszlo and Java
 
Similar Threads
Laszlo Framework
Laszlo feature when compared to similar framework.
OpenLaszlo & JME
Laszlo: will it compete with JavaFX?
When will LZX be popular