GoogleCloudPlatform / jetty-runtime

Google Cloud Platform Jetty Docker image
Apache License 2.0
44 stars 33 forks source link

Create test webapps for JSP support levels #31

Closed joakime closed 8 years ago

joakime commented 8 years ago

Identified webapps

joakime commented 8 years ago

@janbartel can WEB-INF/lib/ extras like fragments or resources include JSP files that can be used?

joakime commented 8 years ago

Also test partial JSP precompiled

joakime commented 8 years ago

Should also include test webapps that use older JSTL support versions.

janbartel commented 8 years ago

@joakime these seem more like tests of jetty itself, rather than than testing the touchpoints with the google environment.

meltsufin commented 8 years ago

I agree with Jan that we should be careful not to focus on exhaustively testing Jetty itself, as that testing lives with the Jetty project. However, I do think we need a few test webapps that use different versions of JEE and the corresponding verisons of the the Servlet API/JSP/JST. I think the following 2 simple apps would be appropriate to test a bunch of things at once:

I'm not sure how many people are on older JEE versions, but this should cover the majority.

joakime commented 8 years ago

JSF is not part of Jetty, and we don't have a module for it either.

Typical use is to have the JSF components and libs be part of the webapp itself.

The nearest we can do (in the short term) with JSF is to grab one of the CDI/Weld test projects that use JSF from issue #36