Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] [jsp-dev] Splitting JSP-API IMPL off to a separate project

I agree with Scott to choose a name that has "jsp" in it, where jsp-impl makes the most sense imho in keeping it clear what it is and where it belongs (to). Although I'm personally not a fan of "impl", why not make it "jsp-ref" (jsp reference)? This would make sense and make it clear as it's current state is being based on the concept of "reference implementation".

Edwin

On Mon, 13 Apr 2020 at 18:27, Joakim Erdfelt <joakim.erdfelt@xxxxxxxxx> wrote:
Not sure renaming to WaSP will actually mean much.

What about all of the stuff already using "jsp" elsewhere?
Like, what about the jsp namespace style of usage?
eg: <jsp:scriptlet> and <jsp:declaration>
Will we expect those to change too?

What about the filename extensions?
index.wasp ?

Seems like it will cause quite the ripple effect.

After all, to me, "JSP" is (J)akarta (S)erver (P)ages now.

- Joakim

On Mon, Apr 13, 2020 at 7:31 AM arjan tijms <arjan.tijms@xxxxxxxxx> wrote:
Hi,

The impl folder in the jsp-api project (https://github.com/eclipse-ee4j/jsp-api/tree/master/impl) contains what was initially called the Sun JSP-RI implementation.

To make jsp-api a pure spec/api project, I think it would be best to split off the impl to its own project under github/eclipse-ee4j. This has been suggested before by various stakeholders.

I wonder what generally the thoughts are on this.

If positive, one thing we need is a name.

My own proposal would be "WaSP" - Web-application Server Pages, but there are probably more suggestions.

Kind regards,
Arjan Tijms
_______________________________________________
jsp-dev mailing list
jsp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jsp-dev
_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev

Back to the top