Re: How to convert from Class? type to Instance type with GIN ? Are GWT Places Singleton ?

2010-12-30 Thread Piotr Kosmowski
I haven't used gin for a long time, but try to inject ginjector and then you shoud have method get instance by class name. On 30 Gru, 03:54, metalhammer29a metalhammer...@gmail.com wrote: I have custom places in my app: HomePlace extends ApplicationPlace {} MailPlace extends ApplicationPlacfe

How to convert from Class? type to Instance type with GIN ? Are GWT Places Singleton ?

2010-12-29 Thread metalhammer29a
I have custom places in my app: HomePlace extends ApplicationPlace {} MailPlace extends ApplicationPlacfe {} I keep a reference of all my places in a list, in some other class class AppPlaces { ListClass? extends Place places = new ArrayListClass? extends Place(); public AppPlaces(){