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

Download JAR files tagged by environment with all dependencies

Search JAR files by class name

tomcat-deployment-listener from group com.github.yohayg (version 2.0.0)

According to Docker best practices a Docker container should not be up if the process fails to load properly. Apache Tomcat deploys all the web applications loaded in its webapp folder. This is a resilient solution for web applications not influencing the application server. However, In a Docker environment according to best practice, the process should fail in case the web application failed to initialize properly. By adding the additional jar created by this project to Tomcat classpath and adding the new listener in the Tomcat conf/server.xml the user can make sure the Tomcat process fails in case there is an initialization exception in their web application which will cause the Tomcat used the tomcat container to abort in immediately indicate that there was an initialization error Abort tomcat when a webapp fails to deploy in Docker container Docker container best practice. Tomcat does not stop if a webapp fail to deploy and the container will continue to run. By adding this listener the tomcat will abort in case the Tomcat fails to deploy the webapp, And the container will not start. You will need to place the listener in Tomcat server.xml and set the Tomcat classpath to contain this jar

Group: com.github.yohayg Artifact: tomcat-deployment-listener
Show all versions Show documentation Show source 
 

0 downloads
Artifact tomcat-deployment-listener
Group com.github.yohayg
Version 2.0.0
Last update 03. April 2018
Organization not specified
URL https://github.com/yohayg/tomcat-deployment-listener.git
License MIT License
Dependencies amount 1
Dependencies tomcat-catalina,
There are maybe transitive dependencies!

easy-config-core from group com.socialbakers.easy-config (version 0.5.7)

Group: com.socialbakers.easy-config Artifact: easy-config-core
Show all versions Show documentation Show source 
 

1 downloads
Artifact easy-config-core
Group com.socialbakers.easy-config
Version 0.5.7
Last update 28. April 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies slf4j-api, commons-io, commons-lang3, freemarker, jdom, commons-beanutils, guava,
There are maybe transitive dependencies!

easy-config from group com.socialbakers.easy-config (version 0.5.7)

Maven plugin for small application config support. Allows you to define configuration for your application at one place and generate config files and java class. Configuration can be instantiate by var args, file config or environment variables or combination of all. ISSUES: -v potomkovi mam rucne psanou pomocnou property, ta se nesmi dostat do property descriptoru, pak je tam s klicem null -pokud reloadArgs byposition vrati null, vyhodit hned vyjimku - confDef = byOrder.get(iPos++); TODO: - boolean opts -- is/get -- option without value true - make def enum public - static instance to access from everywhere without pass an instance -static enum Def -more executions with different configuration has conflict in options and names

Group: com.socialbakers.easy-config Artifact: easy-config
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact easy-config
Group com.socialbakers.easy-config
Version 0.5.7
Last update 28. April 2017
Organization not specified
URL https://github.com/fiserro/easy-config
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jopenvr from group graphics.scenery (version 1.0.5.3)

Group: graphics.scenery Artifact: jopenvr
Show documentation Show source 
 

2 downloads
Artifact jopenvr
Group graphics.scenery
Version 1.0.5.3
Last update 20. February 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies AppleJavaExtensions, jnaerator-runtime,
There are maybe transitive dependencies!

jeuron-project from group org.jeuron (version 0.4.0)

The Jeuron Application Platform is a lightweight framework to assemble software components intended to support multiple project and deployment scenarios while also providing an environment for testing and debugging. The platform is comprised of a set of packages which provide transport, messaging, configuration, and execution services designed to create a configurable, scalable, and distributed application environment. The low resource model permits the platform to be instantiated during each build cycle and to be deployed at all levels of the application hierarchy such as application servers, web servers, and mobile or wired workstations.

Group: org.jeuron Artifact: jeuron-project
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jeuron-project
Group org.jeuron
Version 0.4.0
Last update 25. April 2014
Organization not specified
URL Not specified
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jeuron from group org.jeuron (version 0.4.0)

Group: org.jeuron Artifact: jeuron
Show documentation Show source 
 

0 downloads
Artifact jeuron
Group org.jeuron
Version 0.4.0
Last update 24. April 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
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)

Group: net.wetheinter Artifact: xapi-jre-reflect
Show documentation Show source 
 

1 downloads
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!

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 
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!

shared-ldap-codec-standalone from group org.apache.directory.shared (version 1.0.0-M13)

This module was created to fix issue DIRSHARED-91 where the embedded Felix instance inside the default LdapCodecService implementation was making it very problematic to deploy the ldap-codec inside an RCP (OSGi) environment and hence Apache Directory Studio could not use it. This module is most likely temporary and will disappear once we are fully OSGi enabled. This module is a plain old jar, not a bundle to avoid accidental reuse as an OSGi module because it contains the version of the LdapCodecService that embeds Felix to make controls and extended ops pluggable in the codec.

Group: org.apache.directory.shared Artifact: shared-ldap-codec-standalone
Show all versions Show documentation Show source 
 

0 downloads
Artifact shared-ldap-codec-standalone
Group org.apache.directory.shared
Version 1.0.0-M13
Last update 08. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies shared-ldap-net-mina, shared-ldap-codec-core, mina-core,
There are maybe transitive dependencies!

weblogic-maven-plugin from group org.codehaus.mojo (version 2.9.5)

This plugin will support various tasks within the Weblogic 8.1, 9.x, 10.x and 12.x environment. This version starts to support weblogic 10 and 11. The mojo supports such tasks as deploy, undeploy,clientgen,servicegen, and appc are supported as well as many others. The plugin uses exposed API's that are subject to change but have been tested in 8.1 SP 4-6 and 9.0 - 9.2 MP3, 10.x. There are two versions of the plugin to support the two environments based on differences in the JDK. The 9.x version is currently being refactored to support the standard JSR supported deployment interface. The code used in the plugin has been contributed to the Cargo project however to date has not be integrated into the codebase. Please feel free to suggest improvements or help support this plugin effort.

Group: org.codehaus.mojo Artifact: weblogic-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact weblogic-maven-plugin
Group org.codehaus.mojo
Version 2.9.5
Last update 17. September 2012
Organization not specified
URL Not specified
License Apache License 2
Dependencies amount 6
Dependencies maven-plugin-api, maven-model, maven-artifact, ant, weblogic, webservices,
There are maybe transitive dependencies!



Page 286 from 290 (items total 2892)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy