Hi Jordan,
Great to read you on the Onami mailing list.
It all began with Simo calling for a community around guice extensions
[1]. At that time I was porting guiceyfruit to guice3 and felt the pain
to miss a central place for extensions.
I have spend some time scanning the Governator source code and reading
the documentation to finally decide jumping in the Onami wagon. Not for
any technical reason, but only for the community aspect (Apache is a
great place to have open and supported projects).
So yes, definitively some convergence to setup.
The less easy points I see are:
- All Netflix opensource projects [3] (I use a few of them) rely on
Gradle, and Onami is maven minded.
- Collaboration/Convergence is a nice word for something more concrete
which would be like Neflix contributing in the sandbox to finally
migrate in Onami trunk...
Thx,
Eric
[1]
https://groups.google.com/forum/?fromgroups=#!searchin/google-guice/creating$20a$20community$20of$203rd$20parties$20integrations/google-guice/s_5Nw0rpT9U/IHgymPTGisEJ
[2] https://github.com/echarles/guiceyfruit-3
[3] http://netflix.github.com/
On 22/02/2013 06:40, Christoph Engelbert wrote:
Am 22.02.2013 07:35, schrieb Jordan Zimmerman:
Yeah - similar. BTW - Governator has classpath scanning as well.
So, what do you think? Any interest in working together?
I guess it would be interesting in case of AutoBind and
FactoryAnnotation but for others it's not up to me to decide it :-)
-JZ
On Feb 21, 2013, at 9:35 PM, Christoph Engelbert <noctar...@apache.org> wrote:
ok it seems that your AutoBind is nothing like Onami AutoBind (which
is automatic classpath scanning and registering) but more like the
FactoryAnnotations
(https://svn.apache.org/viewvc/incubator/onami/sandbox/factoryannotation/)
with the difference that you made it possible in Guice 2 :-)