I know all this, I was just hoping you would explain what you were trying to 
say.

On May 28, 2010, at 12:18 PM, Sven Meier wrote:

> http://en.wikipedia.org/wiki/Multitier_architecture
> 
> On 05/28/2010 06:04 PM, Douglas Ferguson wrote:
>> What is the "service layer" that you speak of?
>> 
>> Is this built into wicket?
>> 
>> D/
>> 
>> On May 28, 2010, at 9:06 AM, Sven Meier wrote:
>> 
>> 
>>> Why so much trouble inside your UI layer? Normally Wicket components are
>>> single-threaded, but with your solution you may introduce race conditions.
>>> 
>>> Move the ExecutorService into your service layer:
>>>   http://pastebin.com/NN58fiZx
>>> 
>>> new ProcessExecutorPanel("associatedFilesMigration") {
>>>      @Override
>>>      protected Future<?>  start() {
>>>           return injectedSpringBean.startMigration();
>>>      }
>>> };
>>> -- 
>>> View this message in context: 
>>> http://apache-wicket.1842946.n4.nabble.com/PROPOSAL-Application-runAs-Method-tp2230030p2234624.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>> 
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to