Deal all or @Erel,
As I am losing money right now, because I cannot get to the market with an end of life Jetty Server, which I will be forced to replace and maybe change also my code later, I uploaded to ChatGPT the files of java code in the GitHub of Anywhere Software for Server and also the programming documentation of jetty server 12.1. It processed it thoroughly, made the necessary changes and it gave me back four of the files changed with the new requirements. I am not familiar with Eclipse nor do I know how to check it myself if it compiles and works correctly. Is anyone of you available and capable to check if it compiles? The code is in the attached zip file (the jetty12_1_... from chatgpt contains also the migration procedure).
Here is what ChatGPT wrote at the end:
I updated the Jetty-facing files from your uploaded set, especially JServlet, ServerWrapper, WebSocket, and WebSocketModule .
Main changes follow Jetty 12.1’s EE11 split: org.eclipse.jetty.ee11.servlet.*, org.eclipse.jetty.ee11.websocket.server.*, Handler.Sequence, server-level request logging, and Jakarta Servlet multipart Part handling. Jetty’s docs show EE11 servlet artifact/package usage and ServletContextHandler setup, plus Handler.Sequence and the Jetty WebSocket servlet pattern.
I could not compile-test because the sandbox lacks the B4X/AnywhereSoftware and Jetty jar dependencies.
Thanks in advance
As I am losing money right now, because I cannot get to the market with an end of life Jetty Server, which I will be forced to replace and maybe change also my code later, I uploaded to ChatGPT the files of java code in the GitHub of Anywhere Software for Server and also the programming documentation of jetty server 12.1. It processed it thoroughly, made the necessary changes and it gave me back four of the files changed with the new requirements. I am not familiar with Eclipse nor do I know how to check it myself if it compiles and works correctly. Is anyone of you available and capable to check if it compiles? The code is in the attached zip file (the jetty12_1_... from chatgpt contains also the migration procedure).
Here is what ChatGPT wrote at the end:
I updated the Jetty-facing files from your uploaded set, especially JServlet, ServerWrapper, WebSocket, and WebSocketModule .
Main changes follow Jetty 12.1’s EE11 split: org.eclipse.jetty.ee11.servlet.*, org.eclipse.jetty.ee11.websocket.server.*, Handler.Sequence, server-level request logging, and Jakarta Servlet multipart Part handling. Jetty’s docs show EE11 servlet artifact/package usage and ServletContextHandler setup, plus Handler.Sequence and the Jetty WebSocket servlet pattern.
I could not compile-test because the sandbox lacks the B4X/AnywhereSoftware and Jetty jar dependencies.
Thanks in advance
Attachments
Last edited: