Author |
Message |
23/11/2020 15:08:33
|
gseijo
Active
Joined: 29/09/2020 14:14:26
Messages: 21
Offline
|
Hello Björn,
I looked at your Developer PDF file and all of your demos, but couldn't find any way to read data from a table and show it in a grid.
Can you give me a tip, please?
Greets
Gori
|
|
|
23/11/2020 20:19:58
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
this is something "below" the UI processing.
So you may use JDBC, JPA, Hibernate - or other frameworks to query data.
If you do not have a framework of your choice, please also check the ccee-addon from CaptainCasa, which contains a simple but efficient persistence framework on top of JDBC. Documentation is contained here: http://www.captaincasa.com/docu/eclnt_ccee/
We internally "love it" because it is a thin mapping layer on top of JDBC which is simple and efficient and allows to any time go back to JDBC if you want to do special things...
Regards, Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
24/11/2020 07:00:49
|
gseijo
Active
Joined: 29/09/2020 14:14:26
Messages: 21
Offline
|
Hi,
I'll try it.
Thnxx
|
|
|
|