![]() |
Lima-LoaThis is release 0.6 of the Lima-Loa project. For details of the latest release, please check the project web site - www.limaloa.org. IntroductionLima-Loa is a generic implementation of the Gang-of-four Adapter pattern for the Java language, or any other language that runs on the Java Virtual Machine. It allows creation of adapter objects that implement a specified Java interface, and automatically marshall method calls onto pre-defined methods on a target object. Method parameters and results are automatically converted where required. Lima-Loa has a direct API, and Spring integration. Under the covers it converts simple method parameters or results itself, and uses Dozer to convert custom JavaBeans. Release ContentsThe following files are included in this release:
Getting StartedPlease read the manual, look through the sample applications, and have a play. If you have any questions, bug reports or feature requests, please see the project web site. |