2010/3/30 Cemal Bayramoglu <jweekend_for...@cabouge.com>

> Olivier,
>
> I got Jame's stuff [1] up and running (thanks James) with just a few
> small changes to the POMs - maybe he has stuff already in his local
> Maven repo that is no longer on the main public repos) working with
> little effort.
>
> If you'd like to make (and maintain ;-) an archetype out of those
> (based on Apache implementations), or a Galssfish based one,  we would
> be happy to include those on our LegUp page [2][3].
>
> Regards - Cemal
> jWeekend
> OO & Java Technologies, Wicket
> Consulting, Development, Training
> http://jWeekend.com
>
> [1] http://svn.carmanconsulting.com/public/wicket-cdi/trunk
> [2] http://jweekend.com/dev/LegUp
> [3] http://code.google.com/p/legup/


Cemal,

    thanks for the offer I'll keep this in mind.

James,

  you need an empty beans.xml file to let Weld know what to scan, this is
explained much further in this blog entry :

http://relation.to/Bloggers/WhyIsBeansxmlRequiredInCDI

And if you plan to build a Weld extension, you must know that you have to
create a file named :

META-INF/services/javax.enterprise.inject.spi.Extension

containing the full qualified name of your class implementing Extension.

Reply via email to