Re: injecting an object into a tap4.1.2 via hivemind

2007-06-06 Thread Igor Drobiazko
It is not documented because stateful service model is not available in hivemind. It is contributed by honeycomb. On 6/6/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: s/scooped/scoped/ On 6/6/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > Igor, > thx for replying, but I've two other quest

Re: injecting an object into a tap4.1.2 via hivemind

2007-06-06 Thread Andrea Chiumenti
s/scooped/scoped/ On 6/6/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: Igor, thx for replying, but I've two other questions Is stateful application or session scooped(I need an application scooped object) ? why stateful isn't documented in http://hivemind.apache.org/hivemind1/descriptor.html#i

Re: injecting an object into a tap4.1.2 via hivemind

2007-06-06 Thread Andrea Chiumenti
Igor, thx for replying, but I've two other questions Is stateful application or session scooped(I need an application scooped object) ? why stateful isn't documented in http://hivemind.apache.org/hivemind1/descriptor.html#invoke-factory ? On 6/6/07, Igor Drobiazko <[EMAIL PROTECTED]> wrote: We d

Re: injecting an object into a tap4.1.2 via hivemind

2007-06-06 Thread Igor Drobiazko
We do it like this: Service: Service implemantation Implementation of the menu builder Inject it into your page: @InjectObject("service:bookie.framework.MenuBuilder") public abstract MenuBuilder getMenuBuilder(); On 6/6/07, Andrea Chiumenti <[EMAIL PROTECT