Re: Tapestry 5 IoC Eagerloading and ordering of services

2009-07-27 Thread Peter Stavrinides
ssage - From: "Christian Gruber" To: "Tapestry users" Sent: Monday, 27 July, 2009 18:52:29 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Tapestry 5 IoC Eagerloading and ordering of services On Jul 27, 2009, at 11:40 AM, Peter Stavri

Re: Tapestry 5 IoC Eagerloading and ordering of services

2009-07-27 Thread Christian Gruber
On Jul 27, 2009, at 11:40 AM, Peter Stavrinides wrote: Create a service wrapper around DatabaseConnection.getReadConnection(). This will put the eager-loading mechanism on your side. I will try this, but this is not relevant to the issue in question, which is how to control the ordering of ea

Re: Tapestry 5 IoC Eagerloading and ordering of services

2009-07-27 Thread Peter Stavrinides
Message - From: "Howard Lewis Ship" To: "Tapestry users" Sent: Monday, 27 July, 2009 18:09:16 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Tapestry 5 IoC Eagerloading and ordering of services Create a service wrapper around DatabaseConnection.getReadConnect

Re: Tapestry 5 IoC Eagerloading and ordering of services

2009-07-27 Thread Howard Lewis Ship
omething? > > Cheers, > Peter > > > ----- Original Message - > From: "Peter Stavrinides" > To: "Tapestry Mailing List" > Sent: Friday, 24 July, 2009 15:59:20 GMT +02:00 Athens, Beirut, Bucharest, > Istanbul > Subject: Tapestry 5 IoC Eagerlo

Re: Tapestry 5 IoC Eagerloading and ordering of services

2009-07-27 Thread Peter Stavrinides
nides" To: "Tapestry users" Sent: Monday, 27 July, 2009 13:23:50 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Tapestry 5 IoC Eagerloading and ordering of services Hi Kristian, Could you please point me to the JavaDoc of this service? Thanks, Peter -- If you

Re: Tapestry 5 IoC Eagerloading and ordering of services

2009-07-27 Thread Kristian Marinkovic
its a custom service... i created it in my project sorry for the misunderstanding g, kris p.stavrini...@albourne.com 27.07.2009 12:23 Bitte antworten an "Tapestry users" An Tapestry users Kopie Thema Re: Tapestry 5 IoC Eagerloading and ordering of services Hi Kristian,

Re: Tapestry 5 IoC Eagerloading and ordering of services

2009-07-27 Thread P . Stavrinides
/email.html for important additional terms relating to this e-mail. - Original Message - From: "Peter Stavrinides" To: "Tapestry users" Sent: Monday, 27 July, 2009 12:57:56 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Tapestry 5 IoC Eagerloading and ord

Re: Tapestry 5 IoC Eagerloading and ordering of services

2009-07-27 Thread Peter Stavrinides
27 July, 2009 11:50:08 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Tapestry 5 IoC Eagerloading and ordering of services hi Peter, because i couldn't control the ordering of eager load services i stated that no developer may define an eager load service himself. instead i crea

Re: Tapestry 5 IoC Eagerloading and ordering of services

2009-07-27 Thread P . Stavrinides
Istanbul Subject: Re: Tapestry 5 IoC Eagerloading and ordering of services hi Peter, because i couldn't control the ordering of eager load services i stated that no developer may define an eager load service himself. instead i created an eager load service (StartupInitializer) that accepts a

Re: Tapestry 5 IoC Eagerloading and ordering of services

2009-07-27 Thread Kristian Marinkovic
o. g, kris p.stavrini...@albourne.com 27.07.2009 09:55 Bitte antworten an "Tapestry users" An Tapestry users Kopie Thema Re: Tapestry 5 IoC Eagerloading and ordering of services Hi, Before I open a jira for this I have devised an coded example to illustrate it, and hop

Re: Tapestry 5 IoC Eagerloading and ordering of services

2009-07-27 Thread P . Stavrinides
, Peter - Original Message - From: "Peter Stavrinides" To: "Tapestry Mailing List" Sent: Friday, 24 July, 2009 15:59:20 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Tapestry 5 IoC Eagerloading and ordering of services Hi everyone, Is it possible to con

Tapestry 5 IoC Eagerloading and ordering of services

2009-07-24 Thread Peter Stavrinides
Hi everyone, Is it possible to control the ordering of eagerloaded IoC services, especially if the services exist is separate but dependent IoC modules. I found an issue http://issues.apache.org/jira/browse/TAPESTRY-2267 that states these service proxies are claimed and loaded collectively, how