All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by user with all dependencies

Search JAR files by class name

GroovyConsole from group cz.datalite.zk-dl (version 1.4.5)

Group: cz.datalite.zk-dl Artifact: GroovyConsole
Show documentation Show source 
 

0 downloads
Artifact GroovyConsole
Group cz.datalite.zk-dl
Version 1.4.5
Last update 02. May 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies groovy-all,
There are maybe transitive dependencies!

zk-dl-private from group cz.datalite.zk-dl (version 1.4.5)

Group: cz.datalite.zk-dl Artifact: zk-dl-private
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zk-dl-private
Group cz.datalite.zk-dl
Version 1.4.5
Last update 02. May 2017
Organization not specified
URL Not specified
License GNU LESSER GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 1
Dependencies DLHelpers,
There are maybe transitive dependencies!

TabboxMoveAndHelp from group cz.datalite.zk-dl (version 1.4.5)

Group: cz.datalite.zk-dl Artifact: TabboxMoveAndHelp
Show documentation Show source 
 

0 downloads
Artifact TabboxMoveAndHelp
Group cz.datalite.zk-dl
Version 1.4.5
Last update 02. May 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies ZKComposer,
There are maybe transitive dependencies!

JavaHelp from group cz.datalite.zk-dl (version 1.4.5)

Group: cz.datalite.zk-dl Artifact: JavaHelp
Show documentation Show source 
 

0 downloads
Artifact JavaHelp
Group cz.datalite.zk-dl
Version 1.4.5
Last update 02. May 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies javahelp, zk, zul, zhtml,
There are maybe transitive dependencies!

ZKLiferay from group cz.datalite.zk-dl (version 1.4.5)

Group: cz.datalite.zk-dl Artifact: ZKLiferay
Show documentation Show source 
 

0 downloads
Artifact ZKLiferay
Group cz.datalite.zk-dl
Version 1.4.5
Last update 30. April 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ZKInfrastructure from group cz.datalite.zk-dl (version 1.4.5.3)

Group: cz.datalite.zk-dl Artifact: ZKInfrastructure
Show all versions Show documentation Show source 
 

0 downloads
Artifact ZKInfrastructure
Group cz.datalite.zk-dl
Version 1.4.5.3
Last update 20. April 2017
Organization not specified
URL Not specified
License GNU LESSER GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 14
Dependencies spring-core, spring-beans, spring-aop, spring-context, spring-tx, spring-orm, spring-security-core, zk, zul, HibernateDAO, SpringService, ZKDLComponents, ZKComposer, ZKDLComponentsHibernateExt,
There are maybe transitive dependencies!

zk-dl from group cz.datalite.zk-dl (version 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.

Group: cz.datalite.zk-dl Artifact: zk-dl
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zk-dl
Group cz.datalite.zk-dl
Version 1.4.5.1
Last update 20. April 2017
Organization DataLite
URL http://zk.datalite.cz
License GNU LESSER GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

zk-dl from group cz.datalite (version 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.

Group: cz.datalite Artifact: zk-dl
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zk-dl
Group cz.datalite
Version 1.4.5.1
Last update 05. April 2017
Organization DataLite
URL http://zk.datalite.cz
License MIT License
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

jcql from group com.trebogeer.jcql (version 0.8.7)

JCQL is a tool allowing to generate boilerplate java code from existing cassandra schema. It is intended to be used with Cassandra 2.1+ due to support of UDTs (User Defined Types)/Tuples/Collections. Cassandra's UDTs/Tuples/Collections and an ability to introspect schema through java driver make it possible to automatically generate POJOs and corresponding mappers between database and java models. Properly generated java code saves development efforts and is less error-prone compared to hand coding. Accompanied with proper CI and deployment it can also guarantee consistency between database and java models at any point of application lifecycle from development to production rollout. JCQL does not rely on java reflection or annotations which means all discrepancies between actual cassandra schema and what client code expects it to be will be identified during compilation not at runtime in the middle of the night right after production release. No need to worry about Cassandra client code performance implications due to use of reflection.

Group: com.trebogeer.jcql Artifact: jcql
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcql
Group com.trebogeer.jcql
Version 0.8.7
Last update 11. March 2016
Organization not specified
URL http://github.com/trebogeer/j-cql
License Apache License, Version 2.0
Dependencies amount 10
Dependencies cassandra-all, jaxb-xjc, args4j, snakeyaml, guava, javatuples, slf4j-api, logback-classic, cassandra-driver-core, cassandra-driver-mapping,
There are maybe transitive dependencies!

spring-ldap from group org.springframework.ldap (version 1.3.1.RELEASE)

Spring LDAP is a Java library for simplifying LDAP operations, based on the pattern of Spring's JdbcTemplate. The framework relieves the user of common chores, such as looking up and closing contexts, looping through results, encoding/decoding values and filters, and more. The LdapTemplate class encapsulates all the plumbing work involved in traditional LDAP programming, such as creating a DirContext, looping through NamingEnumerations, handling exceptions and cleaning up resources. This leaves the programmer to handle the important stuff - where to find data (DNs and Filters) and what do do with it (map to and from domain objects, bind, modify, unbind, etc.), in the same way that JdbcTemplate relieves the programmer of all but the actual SQL and how the data maps to the domain model. In addition to this, Spring LDAP provides transaction support, a pooling library, exception translation from NamingExceptions to a mirrored unchecked Exception hierarchy, as well as several utilities for working with filters, LDAP paths and Attributes.

Group: org.springframework.ldap Artifact: spring-ldap
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
6 downloads
Artifact spring-ldap
Group org.springframework.ldap
Version 1.3.1.RELEASE
Last update 01. December 2010
Organization The Spring LDAP Framework
URL http://springframework.org/ldap
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies spring-core,
There are maybe transitive dependencies!



Page 284 from 288 (items total 2878)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy