From: Jim B. <jim...@py...> - 2016-03-08 23:36:16
|
I agree, this is *awesome* work. I'm glad to see the use of __proxymaker__ in Rotsen's implementation. (This hook was originally conceived by Darjus FWIW...). It would be interesting to see how we could combine with Clamp (see my thoughts on what annotation support could look like, https://github.com/jythontools/clamp#supporting-java-annotations, it seems close to what has been done here). But speaking for myself, I have been distracted by other issues, such as just getting Jython releases out ;) However 2.7.1 is now almost done, so maybe the timing is right. As for concurrency: I look forward to your question! - Jim On Tue, Mar 8, 2016 at 4:22 PM, Darjus Loktevic <da...@gm...> wrote: > 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 >> > > > ------------------------------------------------------------------------------ > 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 > > |