You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Boris Heithecker <bo...@gmx.net> on 2019/12/02 09:14:39 UTC

NetBeans platform app with

Hi all,
I'm porting another platform app to NetBeans 11. It has one module that
makes use of JavaFX controls (a chart). With JavaFX removed from jdk11, I'm
looking for best practices to integrate JavaFX 11 (from https://openjfx.io/)
into a NetBeans platform assembly. Does anybody have an idea?
Any help is appreciated.
Boris

--
Boris Heithecker

Re: NetBeans platform app with

Posted by Neil C Smith <ne...@apache.org>.
On Mon, 2 Dec 2019 at 10:24, Geertjan Wielenga <ge...@apache.org> wrote:
> The simplest, from the point of view of integration with JavaFX, would be
> to move to Maven, though of course that may not be simplest from your
> application's point of view.

Not sure that's quite my definition of simplest! :-)  The other option
would be to look at straight library wrapper modules.  That's along
the lines with how it's done in the IDE, although downloaded when
first required there, which I assume you wouldn't need to.  See
https://github.com/apache/netbeans/tree/master/extra

Best wishes,

Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: NetBeans platform app with

Posted by Geertjan Wielenga <ge...@apache.org>.
The simplest, from the point of view of integration with JavaFX, would be
to move to Maven, though of course that may not be simplest from your
application's point of view. However, in the long run, it will be of
benefit especially for integration with JavaFX.

Gj

On Mon, Dec 2, 2019 at 11:04 AM Boris Heithecker <bo...@gmx.net>
wrote:

> It's ant based.
> Boris
>
> On Mon, 2 Dec 2019 at 10:43, Geertjan Wielenga <ge...@apache.org>
> wrote:
>
>> The question in this kind of area will always initially be whether you're
>> using Ant, Maven, or Gradle.
>>
>> Gj
>>
>> On Mon, Dec 2, 2019 at 10:15 AM Boris Heithecker <
>> boris.heithecker@gmx.net> wrote:
>>
>>> Hi all,
>>> I'm porting another platform app to NetBeans 11. It has one module that
>>> makes use of JavaFX controls (a chart). With JavaFX removed from jdk11,
>>> I'm
>>> looking for best practices to integrate JavaFX 11 (from
>>> https://openjfx.io/)
>>> into a NetBeans platform assembly. Does anybody have an idea?
>>> Any help is appreciated.
>>> Boris
>>>
>>> --
>>> Boris Heithecker
>>>
>>
>
> --
> Boris Heithecker
>
>
> Dr. Boris Heithecker
> Lüneburger Str. 30
> 28870 Ottersberg
> Festnetz: +49 4205 315834
> Mobil: +49 170 6137015
>

Re: NetBeans platform app with

Posted by Boris Heithecker <bo...@gmx.net>.
It's ant based.
Boris

On Mon, 2 Dec 2019 at 10:43, Geertjan Wielenga <ge...@apache.org> wrote:

> The question in this kind of area will always initially be whether you're
> using Ant, Maven, or Gradle.
>
> Gj
>
> On Mon, Dec 2, 2019 at 10:15 AM Boris Heithecker <bo...@gmx.net>
> wrote:
>
>> Hi all,
>> I'm porting another platform app to NetBeans 11. It has one module that
>> makes use of JavaFX controls (a chart). With JavaFX removed from jdk11,
>> I'm
>> looking for best practices to integrate JavaFX 11 (from
>> https://openjfx.io/)
>> into a NetBeans platform assembly. Does anybody have an idea?
>> Any help is appreciated.
>> Boris
>>
>> --
>> Boris Heithecker
>>
>

-- 
Boris Heithecker


Dr. Boris Heithecker
Lüneburger Str. 30
28870 Ottersberg
Festnetz: +49 4205 315834
Mobil: +49 170 6137015

Re: NetBeans platform app with

Posted by Geertjan Wielenga <ge...@apache.org>.
The question in this kind of area will always initially be whether you're
using Ant, Maven, or Gradle.

Gj

On Mon, Dec 2, 2019 at 10:15 AM Boris Heithecker <bo...@gmx.net>
wrote:

> Hi all,
> I'm porting another platform app to NetBeans 11. It has one module that
> makes use of JavaFX controls (a chart). With JavaFX removed from jdk11, I'm
> looking for best practices to integrate JavaFX 11 (from
> https://openjfx.io/)
> into a NetBeans platform assembly. Does anybody have an idea?
> Any help is appreciated.
> Boris
>
> --
> Boris Heithecker
>