Re: Class metadata repository

2012-02-19 Thread James Carman
Chas, the scannotation library works quite well if you don't want to wait for us to finish up work on meiyo/classscan. Glad to hear from you again! On Sun, Feb 19, 2012 at 1:36 AM, Chas Honton wrote: > I need to find classes in a jar file marked with an @Entity annotation > without instantiatin

Re: Class metadata repository

2012-02-18 Thread Matt Benson
Hi Chas, Some of us have been planning to work on a component of this type. Some of Simone Tripodi's ideas are in the [meiyo] sandbox project; the [classscan] sandbox area has also been reserved, but we haven't yet added anything here. Feel free to join in/start the discussion and submit patches

Class metadata repository

2012-02-18 Thread Chas Honton
I need to find classes in a jar file marked with an @Entity annotation without instantiating the classes. I have written similar functionality for a jdo implemention and for an IOC container by using asm to read the class files. Now I'm helping out with a jpa implementation. Do I need to rew