Hi,<br> i&#39;m Sandro,&nbsp; i&#39;ve done an application with laszlo for the front end and tomcat+hibernate+spring for back-end.<br>I&#39;ve defined laszlo datasource that point to localhost/serverapp/view_needed.xml  <br>Inside Spring i&#39;ve defined a lot of views, one for every datasource request, and related spring-mvc-controller&nbsp; mappings like this: 
<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;bean id=&quot;xmlTablesController&quot; class=&quot;it.dietquest.deploy.controllers.RequestController&quot; scope=&quot;request&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ....&nbsp; &nbsp;&nbsp;  <br><br>&nbsp;&nbsp;&nbsp; &lt;!-- CONTROLLER MAPPING DEFS --&gt;
<br>&nbsp;&nbsp;&nbsp; &lt;bean id=&quot;urlMapping&quot; class=&quot;org.springframework.web.servlet.handler.SimpleUrlHandlerMapping&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;property name=&quot;mappings&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;props&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;prop key=&quot;/tables.xml&quot;&gt;xmlTablesController&lt;/prop&gt;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/props&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/property&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/bean&gt;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;!-- VIEW RESOLVER DEF --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;bean id=&quot;xmlViewResolver&quot; class=&quot;org.springframework.web.servlet.view.XmlViewResolver
&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp; &lt;property name=&quot;location&quot; value=&quot;/WEB-INF/views.xml&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/bean&gt;&nbsp;&nbsp;&nbsp; <br><br><br>And so on.... <br><br>Thus, at every datasource request, my spring controller bean get data from db and send pure xml to laszlo.
<br><br>Sandro<br><br><div class="gmail_quote">On Dec 13, 2007 4:15 PM, logu ramesh &lt;<a href="mailto:logurame@gmail.com">logurame@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi...<br>&nbsp;&nbsp;&nbsp;&nbsp; Please tell me how to integrate rpc laszlo application with spring... <br>
</blockquote></div><br>