Just to clarify, both services being injected the IoC way are developed by
me as part of the core program, so nothing sinister to be concerned about.
What would be useful to know is whether Tomcat instantiates classes
annotated with @ServerEndpoint inside or outside of the context of the WAR
app d
Hi John,
The server-side endpoint is itself implemented as a Tapestry 'service',
allowing it to be injected into other application classes for pushing
messages out to connected clients. Whereas the service injected into the
endpoint class itself allows the endpoint to query this service when a
cl
IoC - *shudders*
Can't this be used to "inject" mass surveillance into J2E apps? It
was curiously missing in the bullet items down the home page of
tapestry. :p
So, you're expecting to inject dependencies into components
instantiated on a websocket?
By "the rest of the application" below, are