Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Problems with the integration of multiple Java classes (REST API with annotations) and a Web-Socket Java class

Hi,

I am currently migrating Java 17 + grizzy http server 2.4.4 + grizzly-websockets-server 2.4.4 + jersey 2.43  to Java 17 + jetty 12.0.14 + jersey 3.1.9 + jetty-ee10-websocket-jakarta-server 12.0.14.

My Java application uses an embedded HTTP server with REST API services and Web-Sockets.

I have studied several examples on the Web but I don’t know how to register multiple Java classes (REST API with annotations) and a Web-Socket Java class in the same Jetty server.

Kind regards,

Rob



Back to the top