Re: Thoughts : include Krazo and DeltaSpike out-of-the-box in Plume flavor

2022-12-19 Thread Jean-Louis Monteiro
I'm a bit short today, but I can help if you have questions. The link to the specification for EE 9 and the TCK link is available here https://jakarta.ee/specifications/mvc/2.0/ When downloading the zip file of the TCK, you can unzip and look at the documentation for the requirements. The TCK

Re: Thoughts : include Krazo and DeltaSpike out-of-the-box in Plume flavor

2022-12-19 Thread Zoltán Tichov
Hi! If you think so, I'd be happy to help. Thanks Zoltán On Mon, Dec 19, 2022 at 10:58 AM Swell wrote: > Hey everyone, > > i've been starting two PRs to include Jakarta MVC and TCK in TomEE > > 8.1.x => https://github.com/apache/tomee/pull/991 > 9.x =>

Re: Thoughts : include Krazo and DeltaSpike out-of-the-box in Plume flavor

2022-12-19 Thread Swell
Hey everyone, i've been starting two PRs to include Jakarta MVC and TCK in TomEE 8.1.x => https://github.com/apache/tomee/pull/991 9.x => https://github.com/apache/tomee/pull/992 as David suggested this would have to be a minor update from 8.0.x to 8.1.x and for 9.x maybe too ? ( => 9.1.x ? )

Re: Thoughts : include Krazo and DeltaSpike out-of-the-box in Plume flavor

2022-10-06 Thread David Blevins
> On Oct 6, 2022, at 4:24 AM, Swell wrote: > > David might jump in the boat to confirm, but, when updating the javadoc at > https://tomee.apache.org/jakartaee-10.0/javadoc/ and others, i tried to add > the MVC api to the javadoc and was told MVC is not part of the Full > Specifications Right,

Re: Thoughts : include Krazo and DeltaSpike out-of-the-box in Plume flavor

2022-10-06 Thread Swell
Good to know about the dynamic DAO feature in TomEE. Thanks Jean-Louis David might jump in the boat to confirm, but, when updating the javadoc at https://tomee.apache.org/jakartaee-10.0/javadoc/ and others, i tried to add the MVC api to the javadoc and was told MVC is not part of the Full

Re: Thoughts : include Krazo and DeltaSpike out-of-the-box in Plume flavor

2022-10-06 Thread Jean-Louis Monteiro
I'm fine adding Kazo. I was looking the other day to fix the examples, and I wanted to upgrade Krazo but the final release wasn't available yet. Happy to add it directly to TomEE so we don't need users to do it. Even more now that it's part of Jakarta EE Full Profile, we can add it to Plus and

Re: Thoughts : include Krazo and DeltaSpike out-of-the-box in Plume flavor

2022-10-05 Thread David Blevins
> On Oct 5, 2022, at 4:29 PM, Memo Díaz Solis wrote: > > In the spring boot world you just need to pick dependencies from the > initializer, so if we can provide something like that, it would be easier > for new developers/students. > > Is there any reason to avoid something like that? I mean,

Re: Thoughts : include Krazo and DeltaSpike out-of-the-box in Plume flavor

2022-10-05 Thread Memo Díaz Solis
In the spring boot world you just need to pick dependencies from the initializer, so if we can provide something like that, it would be easier for new developers/students. Is there any reason to avoid something like that? I mean, it is something like Microprofile starter but for TomEE, so that

Re: Thoughts : include Krazo and DeltaSpike out-of-the-box in Plume flavor

2022-10-04 Thread Swell
Thanks Jonathan, If I am not mistaken : MVC is part of the specs but not yet released within the Full Plateform API. TomEE does not ship with Krazo, yet. That said, Glassfish as reference server, ships with Krazo. I would not want newcomers to prefer GlassFish over TomEE. DeltaSpike Repositories

Re: Thoughts : include Krazo and DeltaSpike out-of-the-box in Plume flavor

2022-10-04 Thread Jonathan Gallimore
I'm a +1 for Krazo, in fact I think MVC is now part of the spec so its needed. It _might_ have already been done. I'm a little more on the fence for Deltaspike. I really like it, and use it in my own projects. My question would be, what other dependencies does it bring in, and what is the overall