The new snapshot should fix the build issues people have been  
having.  The previous one had only partially updated the configure  
and make files.

It also includes a basic integration of Spring with Resin's  
WebBeans.  The wiki has some details at http://wiki.caucho.com/Spring.

Basically, you can set Resin as a parent BeanFactory of Spring's web- 
app ApplicationContext.  If Spring can't find a bean in its own  
context, it will ask Resin to see if the bean is configured in Resin.

http://caucho.com/resin/doc/resin-embedding.xtp has an overview of  
the embedding API for Resin, which a number of people have asked  
for.  The embedding API can be used for things like unit testing,  
Maven integration and IDE integration.

-- Scott
  


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to