when the tomcat run, It throw exceptions.
And I find that T5.1 can not live with spring IoC.
I am just a T5 newbie, I search documents to use Tapestry IoC.
I writer this fuction :
public static void bind(ServiceBinder binder) {
binder.bind(IHttpService.class, HttpService.class)
.withId("httpService");
binder.bind(IPOIService.class, POIService.class).withId("POIService");
binder.bind(IUserService.class, UserService.class)
.withId("userService");
}
but how to invoke this funtion?
MANIFAST file? if yes, where I put it?
Tapestry documents are not bad, they are worst.
2009-08-16
sohu