Last Version

DataLite ZKoss framework extension library 1.4.5.1

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.

License

License

Categories

Categories

Data
GroupId

GroupId

cz.datalite.zk-dl
ArtifactId

ArtifactId

zk-dl
Version

Version

1.4.5.1
Type

Type

pom
Description

Description

DataLite ZKoss framework extension library
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.
Project Organization

Project Organization

DataLite
Source Code Management

Source Code Management

https://github.com/DataLite/zk-dl

Download zk-dl 1.4.5.1

Filename Size
zk-dl-1.4.5.1.pom 12 KB
Browse

<!-- https://jarcasting.com/artifacts/cz.datalite.zk-dl/zk-dl/ -->
<dependency>
    <groupId>cz.datalite.zk-dl</groupId>
    <artifactId>zk-dl</artifactId>
    <version>1.4.5.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cz.datalite.zk-dl/zk-dl/
implementation 'cz.datalite.zk-dl:zk-dl:1.4.5.1'
// https://jarcasting.com/artifacts/cz.datalite.zk-dl/zk-dl/
implementation ("cz.datalite.zk-dl:zk-dl:1.4.5.1")
'cz.datalite.zk-dl:zk-dl:pom:1.4.5.1'
<dependency org="cz.datalite.zk-dl" name="zk-dl" rev="1.4.5.1">
  <artifact name="zk-dl" type="pom" />
</dependency>
@Grapes(
@Grab(group='cz.datalite.zk-dl', module='zk-dl', version='1.4.5.1')
)
libraryDependencies += "cz.datalite.zk-dl" % "zk-dl" % "1.4.5.1"
[cz.datalite.zk-dl/zk-dl "1.4.5.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5

Project Modules

  • HibernateDAO
  • ZKComposer
  • ZKLiferay
  • ZKComponents
  • SpringService
  • ZKDLComponents
  • ZKDLComponentsHibernateExt
  • DLHelpers
  • Selenium
  • ZKStatistics
  • DLBind