Hi Geertjan,

It should be working with GlassFish 5.1.0.  However, I just tested and
Jakarta EE 8 is not showing up with GlassFish 5.1.0.  I will need to debug
and repair that issue.

Thank you

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau
<https://www.apress.com/index.php/author/author/view/id/1866>



On Thu, Jul 23, 2020 at 9:12 AM Geertjan Wielenga <geert...@apache.org>
wrote:

> And only if no server is selected? I.e., which server must be selected for
> "Jakarta EE 8 Web" to be available?
>
> Gj
>
> On Thu, Jul 23, 2020 at 2:13 PM Josh Juneau <juneau...@gmail.com> wrote:
>
>> Hi Geertjan,
>>
>> Yes, this is for Maven only...hoping to address ant, etc. in a later
>> release.  For now, if you create a new Java Web project, then you have the
>> option to select Jakarta EE 8, which will create a project with Maven POM
>> including the dependencies required for the Jakarta EE 8 platform.
>>
>> <dependency>
>> <groupId>jakarta.platform</groupId>
>> <artifactId>jakarta.jakartaee-api</artifactId>
>> <version>${jakarta.jakartaee-api.version}</version>
>> <scope>provided</scope>
>> </dependency>
>>
>> Looking to update for Jakarta EE 9 (new namespaces) for 12.2.
>>
>> Josh Juneau
>> juneau...@gmail.com
>> http://jj-blogger.blogspot.com
>> https://www.apress.com/us/search?query=Juneau
>> <https://www.apress.com/index.php/author/author/view/id/1866>
>>
>>
>>
>> On Thu, Jul 23, 2020 at 5:43 AM Geertjan Wielenga <geert...@apache.org>
>> wrote:
>>
>>>
>>>
>>> On Thu, 23 Jul 2020 at 02:03, Josh Juneau <juneau...@gmail.com> wrote:
>>>
>>>> You should be able to change an existing Java EE project to Jakarta EE
>>>> by right-clicking it and updating the project properties accordingly.
>>>>
>>>
>>>> To create a new Jakarta EE 8 app, create a New Maven web project and
>>>> select it.
>>>>
>>>
>>> How is the app different before and after making that change? Is this
>>> for Maven only?
>>>
>>> Gj
>>>
>>>
>>>
>>>
>>>> Thanks
>>>>
>>>> Josh Juneau
>>>> juneau...@gmail.com
>>>> http://jj-blogger.blogspot.com
>>>> https://www.apress.com/us/search?query=Juneau
>>>>
>>>> On Jul 22, 2020, at 1:58 PM, Geertjan Wielenga <geert...@apache.org>
>>>> wrote:
>>>>
>>>> 
>>>>
>>>>
>>>>
>>>> On Wed, Jul 22, 2020 at 8:26 PM Josh Juneau <juneau...@gmail.com>
>>>> wrote:
>>>>
>>>>> Excellent work Neil...thanks!
>>>>>
>>>>> With respect to Jakarta EE 8, the new features are:
>>>>> - Ability to create a Jakarta EE 8 project
>>>>> - Change an existing Maven web application to Jakarta EE 8.
>>>>>
>>>>
>>>> How/where?
>>>>
>>>> Gj
>>>>
>>>>
>>>>
>>>>>
>>>>> Thanks!
>>>>>
>>>>> Josh Juneau
>>>>> juneau...@gmail.com
>>>>> http://jj-blogger.blogspot.com
>>>>> https://www.apress.com/us/search?query=Juneau
>>>>> <https://www.apress.com/index.php/author/author/view/id/1866>
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Jul 22, 2020 at 1:13 PM Neil C Smith <neilcsm...@apache.org>
>>>>> wrote:
>>>>>
>>>>> > On Wed, 22 Jul 2020 at 18:54, Geertjan Wielenga <geert...@apache.org
>>>>> >
>>>>> > wrote:
>>>>> > > Happy to fill out the empty page -- what are the top 5 or so of
>>>>> these and
>>>>> > > what can be considered the release drivers for this?
>>>>> >
>>>>> > The only release driver is the date! :-)
>>>>> >
>>>>> > In terms of bigger features, there's the lightweight C/C++ support -
>>>>> > Jan added a readme at
>>>>> > https://github.com/apache/netbeans/tree/master/cpplite  This could
>>>>> do
>>>>> > with some good testing during beta too!
>>>>> >
>>>>> > There's been a lot of PHP additions - Junichi may have a good grasp
>>>>> of
>>>>> > major changes and what needs testing.
>>>>> >
>>>>> > Jakarta EE 8, auto save?
>>>>> >
>>>>> > My 2c - please add to it everyone, particularly if you want to
>>>>> > highlight things that should get some attention during beta!
>>>>> >
>>>>> > Best wishes,
>>>>> >
>>>>> > Neil
>>>>> >
>>>>> > ---------------------------------------------------------------------
>>>>> > To unsubscribe, e-mail: netcat-unsubscr...@netbeans.apache.org
>>>>> > For additional commands, e-mail: netcat-h...@netbeans.apache.org
>>>>> >
>>>>> > For further information about the NetBeans mailing lists, visit:
>>>>> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>>> >
>>>>> >
>>>>>
>>>>

Reply via email to