dev@jsr311.java.net

entity providers: when to inject dependencies on per request?

From: Stephan Koops <Stephan.Koops_at_web.de>
Date: Fri, 22 Aug 2008 17:33:52 +0200

Hi,

the current API allows providers the lifecycle per request. Or is this
open in Application.getClasses() ?
When should the dependencies injected? Before the call of
entityProvider.is[Readable|Writeable]() (then all readers|writers must
be injected into for every call), or only for the provider to be use,
that means after the call of is[Readable|Writeable]()?

Or is this out of the spec?

best regards
  Stephan