From: Darjus L. <da...@gm...> - 2016-03-08 23:23:14
|
Hey Rosten, This is fantastic work! Have you seen clamp? I think these two have a lot in common. https://github.com/jythontools/clamp Cheers, Darjus On Wed, Mar 9, 2016 at 6:42 AM Rotsen Marcello <rot...@gm...> wrote: > > 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 > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev > |