z

zk-dl

Multiple loosely coupled modules which extend ZK framework, originally created by DataLite company. ZKComposer - controll the MVC design with annotations @ZkEvent?, @ZkComponent?, @ZkBinding?, ... (similar to zkspring or zkcdi projects, however without any framework dependencies). ZKDLComponents splits ZK data driven components (listbox, combobox) to MVC design, adds support for easy large data manipulation and contains many pre-built user controls (filter manager, sort manager, visible listbox columns manager, export to excel, etc.) HibernateDAO & ZKDLComponentsHibernateExtensions - Hibernate generic DAO design with extensions for ZKDLComponents to replace all your plumbing code (filter, sort, lazy loading, CRUD). SpringService? - service layer with spring - generic service which speaks to generic DAO. This is the way we use our components at DataLite?, but you can use any integration or DAO at your will.
http://zk.datalite.cz
GNU LESSER GENERAL PUBLIC LICENSE, Version 3
DataLite
Jiří Bubník
Files download
File Operation
zk-dl-1.4.5.1.pom download
Apache Maven
<dependency>
  <groupId>cz.datalite.zk-dl</groupId>
  <artifactId>zk-dl</artifactId>
  <version>1.4.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cz.datalite.zk-dl:zk-dl:1.4.5.1'
Gradle Kotlin
implementation("cz.datalite.zk-dl:zk-dl:1.4.5.1")
Scala SBT
libraryDependencies += "cz.datalite.zk-dl" % "zk-dl" % "1.4.5.1"
Groovy Grape
@Grapes(
  @Grab(group='cz.datalite.zk-dl', module='zk-dl', version='1.4.5.1')
)
Apache Ivy
<dependency org="cz.datalite.zk-dl" name="zk-dl" rev="1.4.5.1" />
Leiningen
[cz.datalite.zk-dl/zk-dl "1.4.5.1"]
Apache Buildr
'cz.datalite.zk-dl:zk-dl:jar:1.4.5.1'
Dependencies