Why would you want to do that?  So that your pages can be "injected"?  You
can use the "spring" prefix to inject anything into your pages from your
spring context.  Or, you can just use HiveMind as your IoC container (I've
done this with the Spring ORM stuff successfully).

-----Original Message-----
From: creatxr [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 31, 2006 12:48 PM
To: tapestry-user
Subject: a way to integrate spring and tapestry

tapestry-user,


a way to integrate spring and tapestry
I wish tapestry 's Page can create from spring . 
for example: 
in *.application file to config: 
<application> 
<page name="demoPage" specification-path="spring:demoPageBean" /> 
</application> 
or in *.page file to config: 
<page-specification class="spring:demoPageBean"> 
</page-specification> 
 

[EMAIL PROTECTED]
2006-4-1 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to