Last Version

ZKLiferay 1.4.5

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

ZKLiferay
Version

Version

1.4.5
Type

Type

jar
Description

Description

ZKLiferay
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 ZKLiferay 1.4.5


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

Dependencies

compile (11)

Group / Artifact Type Version
cz.datalite.zk-dl : ZKDLComponents Optional jar 1.4.5
cz.datalite.zk-dl : HibernateDAO Optional jar 1.4.5
cz.datalite.zk-dl : SpringService Optional jar 1.4.5
cz.datalite.zk-dl : ZKComposer Optional jar 1.4.5
org.mockito : mockito-all Optional jar 1.8.1
com.liferay.portal : portal-impl Optional jar 6.1.0
com.liferay.portal : util-java Optional jar 6.1.0
easyconf : easyconf Optional jar 0.9.5
org.springframework : spring-web Optional jar 3.2.3.RELEASE
org.springframework : spring-webmvc-portlet Optional jar 3.2.3.RELEASE
org.slf4j : slf4j-api jar 1.7.5

provided (4)

Group / Artifact Type Version
com.liferay.portal : portal-service jar 6.1.0
javax.portlet : portlet-api jar 2.0
javax.servlet : javax.servlet-api Optional jar 3.0.1
javax.servlet.jsp : jsp-api Optional jar 2.1

Project Modules

There are no modules declared in this project.