Re: Pivot with Google Guice

2010-08-05 Thread Sandro Martini
Hi Todd, I think that this would be a good addition, after Spring there is Guice (as popularity for DI containers). But do you think to put it inside Pivot (maybe under the skunk area), or directly from Guice people ? Bye, Sandro

RE: Pivot with Google Guice

2010-08-05 Thread aappddeevv
. -Original Message- From: Todd Volkert [mailto:tvolk...@gmail.com] Sent: Wednesday, August 04, 2010 1:32 PM To: dev@pivot.apache.org; u...@pivot.apache.org Subject: Pivot with Google Guice Hi all: For a project of mine, I've written a BXMLModule for use with Google Guice. It scans your

Pivot with Google Guice

2010-08-04 Thread Todd Volkert
Hi all: For a project of mine, I've written a BXMLModule for use with Google Guice. It scans your BXML hierarchy and binds any objects with bxml:id attributes to singleton instances of the corresponding class with an @Named() annotation. Thus, you can have any element with a bxml:id injected int