On 11 Giu, 09:12, Lucio Benfante <
lucio.benfa...@gmail.com> wrote:
> Il 03/06/2010 10:25, CICAP ha scritto:
>
> > It's very important for this module that lambico-core doesn't depend
> > on Spring framework, but I found a @Component stereotype on @Dao
> > annotation. Is it really necessary? If you can't remove this
> > stereotype, could you replace with a standard one? Maybe there is
> > something on JSR 330 (the one providing @Inject that is used in Spring
> > 3).
>
> Hi cicap,
> coud you point me out where did you exactly find the @Component
> annotation, please?
>
> I'm only seeing it on some (spring dependent) test classes.
Sorry, I've seen your reply almost two months after.
I see a @Component annotation on org.lambico.dao.spring.BusinessDao
(lambico-core module).
Also we should create a lambico-common module to share some
implementation code between lambico-spring and lambico-cdi module,
just to improve maintainability of the project and to make new
features immediately available for cdi module.
I know I should give you more details, but I don't know if someone is
still reading this group (I don't see any new commit for this
project).