kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Swap the jetty jsp component for a generic one #3

Closed TFaga closed 8 years ago

TFaga commented 9 years ago

Currently for JSP support the jetty library is used. However it would be better if we used only the reference implementation and add it to the underlaying server like all the other components.

TFaga commented 8 years ago

Jetty currently only supports the Apache Jasper implementation for which it needs a few additional classes to work. The same is true for other servlet servers (Tomcat, Undertow).

Because of this, the JSP implementation will be specific to the underlying servlet server as it is usually tightly coupled. It will be packaged the way as the webspocket component.