Some thoughts on T5

2007-05-05 Thread Peter V
1. Activation context Handling contexts, where some parameters are optional is problematic. Example - we have a search page with 2 parameters: a name and a job and we want to make search results bookmarkable. So to find every Joe who works as an engineer url could be constructed this way: ../searc

Re: T5: injecting service into page

2007-05-03 Thread Peter V
--- Peter V <[EMAIL PROTECTED]> wrote: > I have serious problems with simple service > injection > into page. > > ... Test page class is in test.pages.Test of course, not in test.Test. __ Do You Yahoo!? Tired of spam? Yah

T5: injecting service into page

2007-05-03 Thread Peter V
I have serious problems with simple service injection into page. I have one service interface (test.FooManager) and one service implementation (test.DefaultFooManager). Module (test.AppModule): public class AppModule { public static void bind(ServiceBinder binder) {