ObjectDB fills ListView in Java FX

#1

Dear All,

I am new to ObjectDB and Java FX. I would like to fill a ListView in Java FX, with Data stored in a ObjectDB database.

 

Does anyone have experience with this? Are there somewhere on the internet Tutorials, concerning this matter?

 

Thanks in advance,

Paul

 

 

#2

This question may be more related to JavaFX than to ObjectDB, as a list of Java objects returned from an ObjectDB query is like any other list of Java objects.

Maybe this old forum thread may help, or you may search for using JPA in general from JavaFX (e.g. using this google query).

ObjectDB Support

Reply