Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.6
-
None
Description
move ClassNameLocator to tapestry-ioc so tapestry-hibernate can be used
without tapestry-core
currenty I have to add dependancy to tapestry core to use tapestry-hibernate
in a simple non web project.
and add this to bind im my AppModule:
binder.bind(ClassNameLocator.class, ClassNameLocatorImpl.class);