Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakarta.ee-community] Which will be the initial Versioning Number for the first version of Jakarta EE

It may be part of a future Web Profile under certain circumstances or (if the committees and WGs to make a decision on that kind of stuff comes to a consensus) something like a "RESTful Profile" as MVC 1.0 builds on top of JAX-RS. I would feel more comfortable if it was an optional part of such profile because pure Microservices have no use for it, where it does get handy with very little extra overhead are Self-Contained Systems http://scs-architecture.org/ because as per section 6 of the SCS "manifesto" a proper SCS may not have a shared UI, therefore offering its own UI can be done more easily with MVC 1.0 than having to add the whole Servlet/JSP/JSF stack instead.
If you want MVC is a perfect candidate for a "SCS profile" should something like it ever exist in Jakarta EE ;-)

Werner 


On Wed, May 9, 2018 at 12:47 PM, Pedro Gutiérrez <pagutierrezn@xxxxxxxxx> wrote:
>"Exactly" is not a reasonable measure. The addition of a single new method would mean that it
> is not "exactly" the same. But the idea is that Jakarta EE 8 will be functionally equivalent to Java EE 8.

Will MVC 1.0 (JSR 371), already JCP approved, be part of Jakarta EE 8?

2018-04-30 21:21 GMT+02:00 Mike Milinkovich <mike.milinkovich@eclipse-foundation.org>:
On 2018-04-30 1:59 PM, Werner Keil wrote:
So 8.0 will be exactly compatible with Java EE 8?

"Exactly" is not a reasonable measure. The addition of a single new method would mean that it is not "exactly" the same. But the idea is that Jakarta EE 8 will be functionally equivalent to Java EE 8.

--
Mike Milinkovich
mike.milinkovich@eclipse-foundation.org
(m) +1.613.220.3223


_______________________________________________
jakarta.ee-community mailing list
jakarta.ee-community@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jakarta.ee-community


_______________________________________________
jakarta.ee-community mailing list
jakarta.ee-community@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jakarta.ee-community



Back to the top