Best approach for application design | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

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

5th Jun 2018, 10:07 AM
Nikola Stojanović
Nikola Stojanović - avatar
6 Answers
+ 2
basically object oriented programming
5th Jun 2018, 8:10 PM
Ugochukwu Justice
Ugochukwu Justice - avatar
+ 2
Thank you for your input!
5th Jun 2018, 8:13 PM
Nikola Stojanović
Nikola Stojanović - avatar
+ 1
well I will use cpp for data manipulation and the programming of an arduino
5th Jun 2018, 7:43 PM
Ugochukwu Justice
Ugochukwu Justice - avatar
+ 1
Arduino side is not a problem, that's already finished and functional - what I'm asking is other side, data acquisition software on my PC.
5th Jun 2018, 7:58 PM
Nikola Stojanović
Nikola Stojanović - avatar
+ 1
I don't know but cpp allows the manipulation of data received or written by you while it is being executed like a bank Account can open a lot of accounts quickly and at the same time block an account or increase or reduce money. this can be done manually or with the use of the arduino
5th Jun 2018, 8:09 PM
Ugochukwu Justice
Ugochukwu Justice - avatar
+ 1
oop (object oriented programming) sees the data as objects and the state can be changed
5th Jun 2018, 8:11 PM
Ugochukwu Justice
Ugochukwu Justice - avatar