On 20 February 2011 04:20, Dhanji R. Prasanna <[email protected]> wrote:

> For the upcoming GuiceCon in the bay area, we'd like to show case some apps
> that are built on Guice. If you have a public, user-facing app that you'd
> like to share please let us know by replying to this thread with:
>
> Name of app
>

Sisu container (as used in Nexus, Maven3, and various other apps)

Names of developers
>

Stuart McCulloch, Benjamin Bentmann, Jason van Zyl


> URL if applicable
>

https://github.com/sonatype/sisu


> Short description of what it is
>

Extends Guice / JSR330 with scanning, dynamic collections, and auto-wiring
(at binding time using the Guice SPI)
Plus experimental ideas like interpolation of annotations:  @Inject @Named(
"${home}/${app}/temp" ) File tempFile;

Description of how Guice is used and any remarks
>

Used to wire together all sorts of components (JSR330, Plexus, Nexus)
regardless of where their bindings comes from (XML, modules, etc.).


> We will show a selection of these apps at the informal GuiceCon intro. (the
> more entries the better!)
> Thanks!
>
> Dhanji.
>
> --
> You received this message because you are subscribed to the Google Groups
> "google-guice" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-guice?hl=en.
>

-- 
Cheers, Stuart

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en.

Reply via email to