Hi Takasho,

Did you have a look at the Spring extension javadocs in the 1.1 snapshot?
There are some XML config snippets in them that you can use in your Spring
configuration file, like:

 <bean id="application" class="org.restlet.ext.spring.SpringApplication">
     <constructor-arg ref="component" />
 
     <property name="root">
         ...
     </property>
 </bean>

Also, note that the current.zip or the SVN trunk are not the final/public
1.1 M1 version, just the current development branch.

Best regards,
Jerome  

> -----Message d'origine-----
> De : news [mailto:[EMAIL PROTECTED] De la part de Takasho
> Envoyé : jeudi 8 novembre 2007 15:36
> À : [email protected]
> Objet : Starting with Restlet 1.1M1 and Spring
> 
> Hi All,
> 
> I am just starting out using the Restlet framework 1.1M1 and 
> Spring 2. I have
> been through the javadocs but I must be missing something 
> with regards to wiring
> the two together when they are deployed into Jetty.
> 
> Can anyone please provide a sample web.xml and 
> applicationContext.xml using
> Restlet 1.1M1 and Spring 2.
> 
> Thanks,
> 
> Takasho.

Reply via email to