Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an easy way to bind a Swing interface with a data source

I am programming the admin part of a Swing application using WindowBuider, it would basically be tables filled with items which I need to do a CRUD operations on them. the Data comes from MySQL database. I can do it by hand but, it will take too long

Is there an easy way to do that ? using something like in Access forms...

Thanks

like image 470
Momo Avatar asked Jan 18 '26 16:01

Momo


1 Answers

Standard Swing components a too low level and do not provide anything like you need. If commercial solution is suitable from you, have a look at JIDE components.

like image 110
01es Avatar answered Jan 21 '26 05:01

01es