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

Download JAR files tagged by binding with all dependencies

Search JAR files by class name

fractal-bf-connectors-soap-cxf from group org.objectweb.fractal.bf.connectors (version 0.9)

Binding Factory plugin to export component interfaces via SOAP protocol, and to expose them as Web Services. This plugin relies on Apache CXF http://cxf.apache.org/ to transparently export a Fractal server interface as a web service, and to bind a Fractal client interface to a web service.

Group: org.objectweb.fractal.bf.connectors Artifact: fractal-bf-connectors-soap-cxf
Show all versions 
 

0 downloads
Artifact fractal-bf-connectors-soap-cxf
Group org.objectweb.fractal.bf.connectors
Version 0.9
Last update 01. June 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies cxf-api, stax-api, cxf-rt-frontend-simple, cxf-rt-databinding-aegis, cxf-rt-transports-http-jetty, fractal-bf-connectors-common, jsr250-api, servlet-api, cxf-rt-frontend-jaxws, wsdl4j,
There are maybe transitive dependencies!

ajaxlist from group org.trailsframework.examples (version 1.2.1)

This example is currently broken because of a bug in Tacos 4.1.0 release. It's since fixed in 4.1.1-SNAPSHOT (but we couldn't release 1.1 with snapshot dependencies.). This example needs a version where the following problem is corrected: The 4.1.0 release has a bug in "tacos.services.xml". The TemplateBindingFactory declaration is wrong, it is: construct class="org.apache.tapestry.binding.TemplateBindingFactory" when it should be: construct class="net.sf.tacos.binding.TemplateBindingFactory"

Group: org.trailsframework.examples Artifact: ajaxlist
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ajaxlist
Group org.trailsframework.examples
Version 1.2.1
Last update 02. September 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies tacos-core,
There are maybe transitive dependencies!

soap-cxf from group org.objectweb.fractal.bf.connectors (version 0.1)

Binding Factory plugin to export component interfaces via SOAP protocol, and to expose them as Web Services. This plugin relies on Apache CXF http://incubator.apache.org/cxf/ to transparently export a Fractal server interface as a webservice, and to transparently bind a Fractal client interface to a webservice.

Group: org.objectweb.fractal.bf.connectors Artifact: soap-cxf
Show documentation Show source 
 

0 downloads
Artifact soap-cxf
Group org.objectweb.fractal.bf.connectors
Version 0.1
Last update 20. May 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies cxf-api, stax-api, jsr250-api, cxf-rt-frontend-simple, activation, cxf-rt-databinding-aegis, core, fractal-adl, fractal-api, cxf-rt-transports-http-jetty, servlet-api,
There are maybe transitive dependencies!

jaxb-rich-contract-plugin from group net.codesup.util (version 4.1.2)

Group: net.codesup.util Artifact: jaxb-rich-contract-plugin
Show documentation Show source 
 

0 downloads
Artifact jaxb-rich-contract-plugin
Group net.codesup.util
Version 4.1.2


jaxb2-rich-contract-plugin from group net.codesup.util (version 4.1.1)

Provides a number of plugins for the JAXB (Java API for XML binding) XML-Schema-to-Java compiler (XJC), that enhance the generated source code with various and configurable aspects, like "fluent builder" patterns, generating interface contracts from group and attributeGroup declarations, generating JavaBeans(TM) bound and constrained properties, copy methods and -constructors, selective object graph copying, meta data generation etc.

Group: net.codesup.util Artifact: jaxb2-rich-contract-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact jaxb2-rich-contract-plugin
Group net.codesup.util
Version 4.1.1
Last update 25. April 2024
Organization not specified
URL http://mklemm.github.io/jaxb2-rich-contract-plugin
License not specified
Dependencies amount 2
Dependencies jaxb-plugin-lib, word-wrap,
There are maybe transitive dependencies!

runtime from group org.jsonx (version 0.5.0)

The JSON/Java Runtime API is designed to bind JSON documents to Java objects. More specifically, the JSON/Java Runtime API provides a way for JSON objects whose structure is expressed in the JSON Schema Definition Language to be parsed and marshaled, to and from Java objects of strongly-typed classes. The JSON/Java Runtime API can also be used to validate JSON documents as they are parsed from text or marshaled from Java objects against a JSD. Thus, the JSON/Java Runtime API is a reference implementation of the validation and binding functionalities of the JSON Schema Definition Language.

Group: org.jsonx Artifact: runtime
Show documentation Show source 
 

0 downloads
Artifact runtime
Group org.jsonx
Version 0.5.0
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies math, net, json,
There are maybe transitive dependencies!

jsql from group org.jaxdb (version 0.6.0)

jSQL is an extension to DDLx, offering a lightweight ORM (Object Relational Mapping) solution that runs on the JDBC v4.3 API. The jSQL framework provides strongly-typed semantics for the SQL language, as well as a cohesive binding to user data models. jSQL uses a SQL schema defined in a DDLx file to create a one-to-one, Object-Model-to-Data-Model API that is vendor agnostic.

Group: org.jaxdb Artifact: jsql
Show all versions Show documentation Show source 
 

0 downloads
Artifact jsql
Group org.jaxdb
Version 0.6.0
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies sql, json, binarytree, sqlx, ddlx,
There are maybe transitive dependencies!

zookeeper-contrib-rest from group org.apache.zookeeper (version 3.9.2)

ZooKeeper REST implementation using Jersey JAX-RS. -------------------------------------------------- This is an implementation of version 2 of the ZooKeeper REST spec. Note: This interface is currently experimental, may change at any time, etc... In general you should be using the Java/C client bindings to access the ZooKeeper server. This REST ZooKeeper gateway is useful because most of the languages have built-in support for working with HTTP based protocols. See SPEC.txt for details on the REST binding.

Group: org.apache.zookeeper Artifact: zookeeper-contrib-rest
Show all versions Show documentation Show source 
 

0 downloads
Artifact zookeeper-contrib-rest
Group org.apache.zookeeper
Version 3.9.2
Last update 12. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies zookeeper, slf4j-api, logback-core, asm, grizzly-servlet-webserver, jersey-server, jersey-json,
There are maybe transitive dependencies!

binding from group org.jsonx (version 0.4.0)

The JSON/Java Binding API is designed to bind JSON documents to Java objects. More specifically, the JSON/Java Binding API provides a way for JSON objects whose structure is expressed in the JSON Schema Definition Language to be parsed and marshaled, to and from Java objects of strongly-typed classes. The JSON/Java Binding API can also be used to validate JSON documents as they are parsed from text or marshaled from Java objects against a JSD. Thus, the JSON/Java Binding API is a reference implementation of the validation and binding functionalities of the JSON Schema Definition Language.

Group: org.jsonx Artifact: binding
Show all versions Show documentation Show source 
 

0 downloads
Artifact binding
Group org.jsonx
Version 0.4.0
Last update 20. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies math, net, json,
There are maybe transitive dependencies!

tradeshift-ubl-xsd-2_1 from group com.tradeshift (version 2.2.0)

Group: com.tradeshift Artifact: tradeshift-ubl-xsd-2_1
Show source 
 

0 downloads
Artifact tradeshift-ubl-xsd-2_1
Group com.tradeshift
Version 2.2.0
Last update 05. May 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 206 from 209 (items total 2087)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy