| 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
|
 |
 |
|
|
subject: Laszlo and Java
|
|
|