Re: Any step-by-step on importing/developing react app in Netbeans?

2019-10-07 Thread Thomas Wolf
Ok, never mind. I'm already far further than I was before I asked you. I can figure out the rest - thanks again for the images - they helped illuminate how stupid I was :-) Tom On Mon, Oct 7, 2019 at 2:18 PM Geertjan Wielenga wrote: > I don’t understand, to be honest, what does keeping src

Re: Any step-by-step on importing/developing react app in Netbeans?

2019-10-07 Thread Geertjan Wielenga
I don’t understand, to be honest, what does keeping src separated from generated/dependency stuff mean. I can’t really help with this, you’ll need to explain in a lot more detail and also ‘why’ etc. Gj On Mon, 7 Oct 2019 at 20:02, Thomas Wolf wrote: > Hi Geertjan, > Thanks. It looks like you

Re: Any step-by-step on importing/developing react app in Netbeans?

2019-10-07 Thread Thomas Wolf
Hi Geertjan, Thanks. It looks like you simply opened that directory as a project? I was hoping to keep the src separated from the generated/dependency stuff - that's why I was looking to create a new project from one of the existing project templates and put all the nb/dependencies in the

Re: Any step-by-step on importing/developing react app in Netbeans?

2019-10-07 Thread Geertjan Wielenga
https://github.com/geertjanw/pics/blob/master/react-in-nb-1.png https://github.com/geertjanw/pics/blob/master/react-in-nb-2.png Hope it helps. Gj On Mon, Oct 7, 2019 at 3:12 PM Thomas Wolf wrote: > Hi Geertjan, > That would be great - thanks! > I don't have my src on GitHub, but this

Re: Any step-by-step on importing/developing react app in Netbeans?

2019-10-07 Thread Thomas Wolf
Hi Geertjan, That would be great - thanks! I don't have my src on GitHub, but this directory structure is created by React's sample application generator using cmd "npx create-react-app app" (see https://reactjs.org/docs/create-a-new-react-app.html#create-react-app ). Tom On Sat, Oct 5, 2019 at

Re: Problems contacting website

2019-10-07 Thread Peter Toye
Dear Geertjan, I see what you mean! Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday, October 7, 2019, 12:06:23 PM, you wrote: The mailing list is the forum. Gj On Mon, Oct 7, 2019 at 1:05 PM Peter Toye wrote: Dear Geertjan, I don't think I'm

Re: Problems contacting website

2019-10-07 Thread Geertjan Wielenga
The mailing list is the forum. Gj On Mon, Oct 7, 2019 at 1:05 PM Peter Toye wrote: > Dear Geertjan, > > I don't think I'm on your forum. I didn't know there was one. > > Best regards, > > Peter > mailto:netbe...@ptoye.com > www.ptoye.com > > - > Monday, October 7, 2019,

Re: Problems contacting website

2019-10-07 Thread Peter Toye
Dear Geertjan, I don't think I'm on your forum. I didn't know there was one. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday, October 7, 2019, 11:42:54 AM, you wrote: Here is our website: netbeans.apache.org. And you are currently on our forum,

PLease ignore previous mail

2019-10-07 Thread Peter Toye
Sorry - I just realised that my address book is out of date and has the old Oracle addresses. Regards, Peter mailto:netbe...@ptoye.com www.ptoye.com

Re: Problems contacting website

2019-10-07 Thread Geertjan Wielenga
Here is our website: netbeans.apache.org. And you are currently on our forum, right now. Gj On Mon, Oct 7, 2019 at 12:41 PM Peter Toye wrote: > I'm having problems contacting your website. > > http://www.netbeans.org/community/index.html is timing out. > > https://forums.netbeans.org/ is

Problems contacting website

2019-10-07 Thread Peter Toye
I'm having problems contacting your website. http://www.netbeans.org/community/index.html is timing out. https://forums.netbeans.org/ is giving a security violation: An error occurred during a connection to forums.netbeans.org. PR_CONNECT_RESET_ERROR The page you are trying to view

#codesWith : Jack Woehr codes with NetBeans

2019-10-07 Thread Emilian Bold
Jack Woehr was so kind as to answer my previous call for NetBeans testimonials > NetBeans seems to have become a minority approach, but a critical approach > for those of us who focus more on our programming than on our programming > tools. Read the full article on

Re: Maven project with java modules

2019-10-07 Thread Richard Grin
Thanks Geertjan, all is clear for me now. Richard Le 07/10/2019 à 10:36, Geertjan Wielenga a écrit : If you’re using Maven, the point for you is to understand how Maven works with Jigsaw — there’s hundreds of tips and insights you can find on google about this. For the Java modular project,

Re: Maven project with java modules

2019-10-07 Thread Geertjan Wielenga
If you’re using Maven, the point for you is to understand how Maven works with Jigsaw — there’s hundreds of tips and insights you can find on google about this. For the Java modular project, look in the “Java with Ant” category. To do something similar to that witb Maven, just create a Maven

Re: Maven project with java modules

2019-10-07 Thread Richard Grin
Hi Geertjan, I have studied your example but it is a little too complex just to know how to create modules with NetBeans because I don't use services in my little project. I have just seen one of your YouTube video https://www.youtube.com/watch?v=jSqqLHCP9ms. The first part demonstrates and