From: Rotsen M. <rot...@gm...> - 2016-03-08 19:41:45
|
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 |