Last Version

ZKInfrastructure 1.4.5.3

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

ZKInfrastructure
Version

Version

1.4.5.3
Type

Type

jar
Description

Description

ZKInfrastructure
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

Download ZKInfrastructure 1.4.5.3


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

Dependencies

compile (18)

Group / Artifact Type Version
org.springframework : spring-core jar 3.2.3.RELEASE
org.springframework : spring-beans jar 3.2.3.RELEASE
org.springframework : spring-aop jar 3.2.3.RELEASE
org.springframework : spring-context jar 3.2.3.RELEASE
org.springframework : spring-tx jar 3.2.3.RELEASE
org.springframework : spring-orm jar 3.2.3.RELEASE
org.springframework.security : spring-security-core jar 3.0.3.RELEASE
org.zkoss.zk : zk jar 6.5.2
org.zkoss.zk : zul jar 6.5.2
cz.datalite.zk-dl : HibernateDAO jar 1.4.5
cz.datalite.zk-dl : SpringService jar 1.4.5
cz.datalite.zk-dl : ZKDLComponents jar 1.4.5
cz.datalite.zk-dl : ZKComposer jar 1.4.5
cz.datalite.zk-dl : ZKDLComponentsHibernateExt jar 1.4.5
cz.datalite.zk-dl : ZKLiferay Optional jar 1.4.5
org.zkoss.zk » ckez Optional jar 3.6.0.0
cz.datalite.zk-dl : DLHelpers jar 1.4.5
org.slf4j : slf4j-api jar 1.7.5

provided (5)

Group / Artifact Type Version
com.liferay.portal : portal-service jar 6.0.5
ch.qos.logback : logback-classic Optional jar 1.0.6
org.slf4j : jul-to-slf4j Optional jar 1.7.5
javax.servlet : servlet-api jar 2.5
log4j : log4j jar 1.2.15

Project Modules

There are no modules declared in this project.