Re: GUICE-GWT-RESTfulWeb Services

2012-05-04 Thread SandMan
We recently did this as well. I ended up picking JBoss Resteasy for our implementation but either of these frameworks (Jersey/RESTEasy) should do the trick. If you are using GWT-P, you just need to extend your 'action handlers' to become REST Service components. Let me know if you run into issu

Re: Newbie Question ! - dependencies objects

2011-12-20 Thread SandMan
Agree with Scott on both the concerns and the implementation. If your next question is going to be, "but I don't know if it's one or more of the dependent objects inside the parent", use Providers. I am assuming either the parent 'serviceconsumer' or some other object 'fills' the dependencies and y

Re: Rebind 'properties' file

2011-02-09 Thread SandMan
I can understand and share your view of the Guice vision and mission. Most of the entries in that file are just environment configuration and never change. I like the efficiency of reading them once and caching them (thru Guice). I see value to what you said and am thinking of splitting the inf

Re: Rebind 'properties' file

2011-02-07 Thread SandMan
There's a slideshow that's supposed to show system notifications (outage notice, updates) when a flag is switched on. This flag is in the property file. -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to googl

Rebind 'properties' file

2011-02-07 Thread SandMan
We are using Names.bindProperties in our Guice module to bind a 'properties' file that has environment and run-time specific configuration. Some of these entries can be changed at run-time and I need to force the application to 'rebind' the file at that time. Is it safe to call 'Names'bindProper