Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[servlet-dev] Question about of Dynamic Registration


Hello,

I'm currently building an open source project named GServlet which aims to use the Groovy language and its provided modules to simplify Servlet API web development.

1) https://github.com/GServlet/gservlet-api

The first release is scheduled for the upcoming days and it will target the Java EE Servlet API. You can read more about this project on its developer guide 

1)  https://develop--gservlet.netlify.app/docs/1.0.0/ 

For the next versions, I want to target Jakarta EE and it would be awesome if in the upcoming version of Jakarta Servlet, we can have the possibility to register, or unregister a servlet, filter..., once the servlet context has been initialized to make a live development without restarting the container possible. For the moment, I'm able to reload any artifact once it is created through the use of a proxy but I can't register a new one, and also, I cannot alter the servlet registration if you add later a @ServletSecurity, or @MultipartConfig annotation 

Is this possibility on the radar for Jakarta Servlet 5.1?


Best Regards
Mamadou Lamine Ba

Back to the top