On Tue, Feb 2, 2010 at 12:40 AM, Hendy Irawan <[email protected]> wrote:
> I'd like to ask if Qi4j composite objects will work with JPA / JDO > annotations ? Yes and No. Annotations that is found but not understood are ignored. It is possible for instance to tell Qi4j that "Hey if you find this foreign annotation, apply this Concern..." > The whole idea of JPA/JDO annotations is by annotating POJOs. But Qi4j > composites are not POJOs (CMIIW). Should we treat them as such? What is the > best approach here? I think JPA/JDO mixing (outside a proper EntityStore) with Qi4j is bound to be problematic, unless you totally give up Qi4j's Entity support and UnitOfWork. > Related to this, many libraries are increasingly using annotations for all > sorts of stuff, like the new Spring 3.0 and Java EE 6, JCDI.. How will this > affect Qi4j designed classes? See above. Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

