https://bz.apache.org/bugzilla/show_bug.cgi?id=65262

            Bug ID: 65262
           Summary: Enable websocket endpoints to be IoC friendly (javaee
                    integration at least)
           Product: Tomcat 10
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebSocket
          Assignee: dev@tomcat.apache.org
          Reporter: rmannibu...@gmail.com
  Target Milestone: ------

Follow up of the dev list discussion.
Goal of the ticket is to use the InstanceManager to create websocket endpoints,
encoders, decoders in default configurators (server for sure and would be great
in client when possible - not sure it is that trivial since it is designed to
be standalone).
Note that except the wiring of the instance manager it also implies the proper
destroy call wiring too.

Side note on client side: if the wiring is too complicated cause you don't
always know if a server is running or not - so instance manager access can be
hard, it would be neat to enable to have a SPI to change the default
configurator implementation, goal is the same as on client side: enable to
respect 7.1.1 (javaee integration) spec part which says that endpoints are CDI
aware (in practise I guess it will do a CDI lookup to respect all CDI features
and not reimplement them).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to