Download JAR files tagged by allows with all dependencies
jadex-xml from group net.sourceforge.jadex (version 2.4)
Jadex XML is an XML data binding framework for Java and
also for other representations. The main idea of Jadex
XML is that neither the XML-Schema on the one side nor
the Java classes on the other side should define the
binding. Instead, a separate mapping between both is
used as a mediation. This allows designing the XML
representation independent of the Java side
but still being able to connect both as desired.
This idea was first put forward by the JiBX
data binding framework. Jadex XML pushes it further
by combining it with the configuration by exception
principle. The framework can detect obvious
correspondences between both sides automatically and
only needs configuration information when translations
are necessary. The configuration information is
currently specified directly in form of Java
configuration classes.
0 downloads
Artifact jadex-xml
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jadex-commons, bcprov-jdk15,
There are maybe transitive dependencies!
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jadex-commons, bcprov-jdk15,
There are maybe transitive dependencies!
org.talend.esb.job.console from group org.talend.esb.job (version 5.2.3)
Group: org.talend.esb.job Artifact: org.talend.esb.job.console
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact org.talend.esb.job.console
Group org.talend.esb.job
Version 5.2.3
Last update 09. July 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies servlet-api, org.osgi.core, commons-fileupload, org.talend.esb.job.api, org.talend.esb.job.controller,
There are maybe transitive dependencies!
Group org.talend.esb.job
Version 5.2.3
Last update 09. July 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies servlet-api, org.osgi.core, commons-fileupload, org.talend.esb.job.api, org.talend.esb.job.controller,
There are maybe transitive dependencies!
mocca-core from group de.ovgu.dke.mocca (version 0.1.2)
MOCCA is the Message-Oriented Command and Context Architecture,
providing a GLUE middle-ware that allows sending commands to a
peer which are executed by state-less handlers in a specific
context. In contrast to the Request-Response scheme the message
flow is not fixed by the framework. This allows to implement
different communication paradigms (including Request-Response).
The whole system can be seen as an automaton with Messages that
trigger state transitions in the local Contexts.
This library contains the core components, including the
GLUE-based implementation.
0 downloads
Artifact mocca-core
Group de.ovgu.dke.mocca
Version 0.1.2
Last update 16. April 2013
Organization not specified
URL https://projects.dke-research.de/redmine/projects/mocca/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies glue-core, glue-util, jcip-annotations,
There are maybe transitive dependencies!
Group de.ovgu.dke.mocca
Version 0.1.2
Last update 16. April 2013
Organization not specified
URL https://projects.dke-research.de/redmine/projects/mocca/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies glue-core, glue-util, jcip-annotations,
There are maybe transitive dependencies!
xapi-jre-reflect from group net.wetheinter (version 0.3)
This module contains a classpath scanner, and bytecode reader.
It is useful in any java runtime environment, and allows java code to
parse bytecode into a meta structure of classes, annotations, methods and fields.
This meta structure is used throughout xapi to allow us to extend java structures
in a cross-platform compliant way (exposing services and service objects so
you can hack support for whatever runtime you need).
It is especially useful for fast runtime injection, and as an extensible
structure during codegen (which exposes mutable interfaces for our meta structure)
Artifact xapi-jre-reflect
Group net.wetheinter
Version 0.3
Last update 13. April 2013
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 1
Dependencies xapi-core-inject,
There are maybe transitive dependencies!
Group net.wetheinter
Version 0.3
Last update 13. April 2013
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 1
Dependencies xapi-core-inject,
There are maybe transitive dependencies!
snmpAdaptor4j from group net.sf.snmpadaptor4j (version 1.1)
snmpAdaptor4j is an adaptor for Java Management eXtensions (JMX)
providing a simple access to MBeans via the SNMP protocol. Thus, this
adapter you allow to connect most monitoring tools (like Nagios and
Cacti) to your Java applications.
For each MBean, an XML mapping file allows to establish the
relationships between attributes and the MIB of the SNMP adapter. No
additional code is necessary to integrate the MBeans in the SNMP
protocol.
This adapter can work in a multi-applications environment (such as
application servers).
Group: net.sf.snmpadaptor4j Artifact: snmpAdaptor4j
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact snmpAdaptor4j
Group net.sf.snmpadaptor4j
Version 1.1
Last update 12. March 2013
Organization snmpAdaptor4j
URL http://snmpadaptor4j.sourceforge.net
License GNU Lesser General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.sf.snmpadaptor4j
Version 1.1
Last update 12. March 2013
Organization snmpAdaptor4j
URL http://snmpadaptor4j.sourceforge.net
License GNU Lesser General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
xapi-template from group net.wetheinter (version 0.2)
A simple templating system for java codegen.
This library includes an object-oriented, fluent source writing api, for a chained, intuitive codegen api.
It also includes a template processor which can take java source files formatted with "magic comments",
to allow simple mapping of GeneratorClass#generatorMethod() to inject dynamic source content.
//@generateWith(GeneratorClass)//
-Sets the current generator. You may use as many as you please
//generatorMethod(arbitrary-string-data-you-may-want-to-parse)//
-invokes the named method on the current injector, with any text (between brackets) sent as a string
This allows you to markup default source with hooks where you may want to inject arbitrary code.
It is especially useful for generating super-source in gwt compiles; changes to the default class are propagated to overrides.
Artifact xapi-template
Group net.wetheinter
Version 0.2
Last update 20. February 2013
Organization The Internet Party
URL https://github.com/WeTheInternet/xapi-template
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.wetheinter
Version 0.2
Last update 20. February 2013
Organization The Internet Party
URL https://github.com/WeTheInternet/xapi-template
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
org.talend.esb.locator.init from group org.talend.esb (version 5.2.0)
0 downloads
Artifact org.talend.esb.locator.init
Group org.talend.esb
Version 5.2.0
Last update 25. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies zookeeper,
There are maybe transitive dependencies!
Group org.talend.esb
Version 5.2.0
Last update 25. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies zookeeper,
There are maybe transitive dependencies!
locator-rest-service from group org.talend.esb.locator.service (version 5.2.0)
Group: org.talend.esb.locator.service Artifact: locator-rest-service
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact locator-rest-service
Group org.talend.esb.locator.service
Version 5.2.0
Last update 25. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies cxf-api, cxf-rt-frontend-jaxws, cxf-rt-frontend-jaxrs, locator-service-common,
There are maybe transitive dependencies!
Group org.talend.esb.locator.service
Version 5.2.0
Last update 25. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies cxf-api, cxf-rt-frontend-jaxws, cxf-rt-frontend-jaxrs, locator-service-common,
There are maybe transitive dependencies!
weblab-client from group org.ow2.weblab.components (version 0.1)
This library aims to provide a central access point to the services exposed on the ESB
without forcing each part of the system to know the actual location of the ESB and the names
of the exposed endpoints.
For this sake it allows to map service URI (ie referring to service in webLab taxonomy)
to the actual exposed URL on the ESB within the context of a specific project. The library
and the configuration should be added in portal lib in order to be central and available to
any portlets.
The mapping is done in a simple spring config file "webLabClient.xml" which must be accessible
in JAVA classpath.
Artifact weblab-client
Group org.ow2.weblab.components
Version 0.1
Last update 11. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies spring-beans,
There are maybe transitive dependencies!
Group org.ow2.weblab.components
Version 0.1
Last update 11. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies spring-beans,
There are maybe transitive dependencies!
repository4hibernate-parent from group net.sf.r4h (version 4.1.2)
The project provides an implementation of REPOSITORY PATTERN using HIBERNATE for data access. The a goal of this project is to provide an EASY TO USE API that allows to write most of CRUD operations you will need in development of end user applications in ONE LINE OF CODE even for developers who are unfamiliar with Hibernate.
We provide a well tested set of CRUD operations which were assembled in more than 4 years of refactoring of projects of our clients. Instead of writing same code over and over again we encourage you to try this API on your own project and see how many lines of code YOU can replace with JUST ONE LINE.
Group: net.sf.r4h Artifact: repository4hibernate-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact repository4hibernate-parent
Group net.sf.r4h
Version 4.1.2
Last update 23. April 2012
Organization Semochkin Vitaly Evgenevich
URL http://r4h.sf.net
License GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.sf.r4h
Version 4.1.2
Last update 23. April 2012
Organization Semochkin Vitaly Evgenevich
URL http://r4h.sf.net
License GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 440 from 3 (items total 4464)