Esko, I'm intrigued about your use of scopes.
In general, I'm curious what it means for a scope to be valid across nodes. This seems to imply that the state of a session-scoped object must be entirely serializable. Are you requiring such a guarantee? thanks -Fred On Tue, Nov 2, 2010 at 9:18 AM, Esko Luontola <[email protected]>wrote: > I'm working on a distributed application server (http:// > dimdwarf.sourceforge.net/) and it's using Guice - both internally and > for application code. It's under development and it will take many > months until there is a usable beta version (it's a hobby project so > progress is slow). It will have persisted scopes (such as application > and session scopes which can be accessed from any server node), but I > haven't yet started to work on that. > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-guice%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-guice?hl=en. > > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
