in 2.0 most of the code is factored out into the extensions package so you
wont need to borrow it

-igor


On 12/20/06, Filippo Diotalevi <[EMAIL PROTECTED]> wrote:

On 12/20/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> take a look at @SpringBean, it would be trivial to extend the base
clases to
> create an @EjbBean or some such to inject directly into components, all
you
> need is to implement IFieldValueFactory to do that
>

Yes... the @EJB annotation support, which is in the patch (WICKET-174
), works exacly as @SpringBean (I "borrowed" quite a lot of code).
I'll add support also for @PersistenceContext and @Resource

--
  filippo

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to