Hi, we have a custom made framework here which has 4 scopes: - Application - HTTP Session - HTTP Request - Call
Call is something that can happen multiple times during one request. I dont think there is really a need to understand the semantic, anyways the request is bound to a thread, so i can use a threadlocal to keep track of the current request, which itself has a reference to the current session. Any idea how i can keep track of the current call? Greetings W
-- 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.
