Java annotations support (new lib)
Rotsen Marcello <[email protected]>
| Newsgroups | gmane.comp.lang.jython.devel |
|---|---|
| Message-ID | <CAA_mf+VCtvWGq43b4f=ayBr1kjOozzSbmiE0_q8qP_fvCf5tFQ@mail.gmail.com> |
Hi Guys, I've developed a library to enable the use of Java Annotations inside Jython scripts. Although it is still a work in progress I'd like to ask your opinion about it and I would appreciate any suggestions you have. I also have some questions regarding the internals of Jython related to concurrency but i'll post them in another message. An explanatory description of the lib and the source code can be found on GitHub at the address: https://github.com/rotsenmarcello/jython-annotation-tools/tree/dev And here are some examples of the annotations in use as : 1. JPA Entity/Hibernate: https://github.com/rotsenmarcello/jython-annotation-tools/blob/dev/jython-annotation-tools/src/test/resources/net/wstech2/jython/tests/jpatests.py 2. Simple Spring: https://github.com/rotsenmarcello/jython-annotation-tools/blob/dev/jython-annotation-tools/src/test/resources/net/wstech2/jython/tests/springtests.py 3. SpringMVC/SpringBoot: https://github.com/rotsenmarcello/jython-annotation-tools/blob/dev/jython-annotation-tools/src/test/resources/net/wstech2/jython/tests/springwebtests.py Thanks, Rotsen ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://makebettercode.com/inteldaal-eval _______________________________________________ Jython-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jython-dev