Re: Need an advice

2021-11-18 Thread Mithat Karaoglu
Hi Gary, Here is my experience in a similar situation. I have developed many applications on server side and desktop/swing. The day I started developing browser-based web applications, I tried several different options. Of course I started with NetBeans as I am a long time NetBeans user. And I trie

Re: Need an advice

2021-11-18 Thread Mark Eggers
I haven't played with d3js, but it does look promising. Here's a link with graphs that can be moved around: https://observablehq.com/collection/@d3/d3-drag Just click on an example, and play with the results. As far as acyclic directed graphs with d3js: https://github.com/erikbrinkman/d3-dag

Re: Need an advice

2021-11-18 Thread Alonso Del Arte
I'm guessing React or Angular. My understanding is that you would have to get the NetBeans TypeScript plugin or else move VS Code or something like that... Al On Thu, Nov 18, 2021 at 5:56 PM Greenberg, Gary wrote: > Sorry for out of topic question, but I really don’t know where else I can > ask

Re: Need an advice

2021-11-18 Thread Anthony DeCarlo
Gary, Many years ago I used a javascript library called D3 to create various bar charts and graphs of tabular data. Users were able to hover over artifacts in the graphs and charts to get more details, or click on various artifacts to drill down to other charts or the raw tabular data. I was quit

Need an advice

2021-11-18 Thread Greenberg, Gary
Sorry for out of topic question, but I really don't know where else I can ask it. I did try to search on the internet but did not come up with anything useful. I am specializing on the back-end development but right now I do need a suggestion for the front end. The user interface for the web appl