Hi Ralph, I've got Spring working nicely with ULC and would be happy to share with you and the community. Can you be more specific about what your trying to accomplish? How familiar are you with Spring, Spring MVC, the dependency injection pattern, and the service locator pattern? The approach I've used is to inject stuff into a ULC application instance using typical Spring XML files. The ULC application instances are created by Spring and the ulcspring.jar. The stuff I generally inject into the ULC application instances are DAO's or services (which generally use DAO's). I then set the necessary stuff into ULC compontents, but you could also use the service locator pattern.
For quick development, I skip the web tier completely. I create a Spring application context using mostly the same Spring XML files and have it create a ULC development runner. Please let me know where I can elaborate. cheers, Cameron On 6/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hello, I would like to use ULC with the Spring framework. Do you have some more information( e.g. examples) about integrating ulc into a spring application? I know the code snippets on the code community side, but that's not very extensive! Mit freundlichen Grüßen/ Best Regards/Sincères Salutations Ralph Weyers _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
_______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
