-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Hi,
I am working on the mvc login with zul. How can i do the connection with PostgreSQL?
ZK is a UI framework and doesn't provide any feature to connect to a database e.g. PostgreSQL. You just connect to a database in a standard java way like https://jdbc.postgresql.org/documentation/head/connect.html
It's better to separate your application architecture into multiple tiers. You can read the following doc and code to know the basic idea:
Asked: 2022-09-01 21:47:37 +0800
Seen: 8 times
Last updated: Sep 06 '22