Best approach for application design
Hi! I'd like to design relatively simple data aquisition app based in Java. I've decided to use JavaFX for UI design, mostly because it looks most approachable and is likely set to be the next standard. Also, I'd like to have local database for storing and manipulation of all the data collected over USB, sent from a dedicated Arduino device (I do have control over incoming data format- in short, it's standard CSV). I guess JavaDB would do the job there. Said manipulation would include retrieval of data in tabular form, as well as graphing data, both live and from already recorded data. My question is - any recommendations for suitable approach? Should I start in NetBeans, or is JDeveloper better for something like this? Alternatively, I'd be grateful for any additional ideas and recommendations. All the best, Nikola