|
From: Colin S. <col...@ex...> - 2003-08-30 12:48:29
|
Juergen checked in a document I wrote about integrating Tapestry and Spring Framework. Of course using the normal approach you'd use with something like Struts, directly calling WebApplicationContextUtils.getWebApplicationContext will work fine. The document however describes a bit of a higher level way of integrating, where beans from the Spring context are added declaratively to a Tapestry page or component, maintaining the inversion of control approach all the way up the layer stack. I don't know if this belongs on the web site or not (you guys can decide), but I just wanted to let you know it existed. Regards, Colin |