My favorites | Sign in
Google
                
Search
for
Updated Jan 01, 2009 by limpbizkit
BeCarefulAboutIoInProviders  

Be careful about I/O in Providers

The Provider interface is convenient for the caller, but it lacks semantics:

ThrowingProviders is a Guice extension that implements an exception-throwing provider. It allows failures to be scoped, so a failed lookup only happens once per request or session.


Sign in to add a comment