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

Download JAR files tagged by system with all dependencies

Search JAR files by class name

beehive from group com.moparisthebest.beehive (version 1.0.4)

Beehive's goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using the new JSR-175 annotations, Beehive reduces the coding necessary for J2EE. The initial Beehive project has three pieces. NetUI: An annotation-driven web application programming framework that is built atop Struts. NetUI centralizes navigation logic, state, metadata, and exception handling in a single encapsulated and reusable Page Flow Controller class. In addition, NetUI provides a set of JSP tags for rendering HTML / XHTML and higher-level UI constructs such as data grids and trees and has first-class integration with JavaServer Faces and Struts. Controls: A lightweight, metadata-driven component framework for building that reduces the complexity of being a client of enterprise resources. Controls provide a unified client abstraction that can be implemented to access a diverse set of enterprise resources using a single configuration model. In addition, Beehive includes a set of system controls that are abstractions for low-level J2EE resource APIs such as EJB, JMS, JDBC, and web services.

Group: com.moparisthebest.beehive Artifact: beehive
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beehive
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization moparisthebest.com
URL https://github.com/moparisthebest/beehive
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

beehive-jms-control from group com.moparisthebest.beehive (version 1.0.4)

Group: com.moparisthebest.beehive Artifact: beehive-jms-control
Show all versions Show documentation Show source 
 

0 downloads
Artifact beehive-jms-control
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies beehive-controls, xbean, geronimo-j2ee_1.4_spec,
There are maybe transitive dependencies!

beehive-jdbc-control from group com.moparisthebest.beehive (version 1.0.4)

Group: com.moparisthebest.beehive Artifact: beehive-jdbc-control
Show all versions Show documentation Show source 
 

2 downloads
Artifact beehive-jdbc-control
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies beehive-controls, beehive-jdbc-mapper, xbean,
There are maybe transitive dependencies!

beehive-ejb-control from group com.moparisthebest.beehive (version 1.0.4)

Group: com.moparisthebest.beehive Artifact: beehive-ejb-control
Show all versions Show documentation Show source 
 

0 downloads
Artifact beehive-ejb-control
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies beehive-controls, netui-compiler, geronimo-j2ee_1.4_spec,
There are maybe transitive dependencies!

beehive-netui-core from group com.moparisthebest.beehive (version 1.0.4)

Group: com.moparisthebest.beehive Artifact: beehive-netui-core
Show all versions Show documentation Show source 
 

16 downloads
Artifact beehive-netui-core
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies beehive-controls, commons-discovery, commons-el, commons-logging, struts, log4j, commons-codec, myfaces-jsf-api, jsp-api, servlet-api,
There are maybe transitive dependencies!

beehive-netui-compiler from group com.moparisthebest.beehive (version 1.0.4)

Group: com.moparisthebest.beehive Artifact: beehive-netui-compiler
Show all versions Show documentation Show source 
 

0 downloads
Artifact beehive-netui-compiler
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies beehive-controls,
There are maybe transitive dependencies!

sapjco3 from group org.hibersap (version 3.0)

The SAP Java Connector (SAP JCo) is a toolkit that allows a Java application to communicate with any SAP system. It combines an easy to use API with unprecedented flexibility and performance. The package supports both, Java to SAP System as well as SAP System to Java calls. - All SAP Connectors are licensed without additional license fees as part of the respective solution or component license. However, please note that each connector may be used only for connecting external (non-SAP) applications to SAP Systems / SAP Solutions. Scenarios, in which two external (non-SAP) applications are integrated via an SAP Connector, are not allowed. - The redistribution of any connector is not allowed. - All SAP users accessing application functionality through the relevant connector are required to be licensed under a respective solution or component license. To use the SAP JCo with the Hibersap project, you need to either install the SAP JCo jar downloaded from SAP to your local Maven repository (variant a) or deploy it to e.g. an enterprise Maven repository like Nexus or Artifactory (variant b): (a) mvn install:install-file -DgroupId=org.hibersap -DartifactId=sapjco3 -Dversion=3.0.12 -Dpackaging=jar -Dfile=path/to/sapjco3.jar (b) mvn deploy:deploy-file -DrepositoryId=[your.repo.id] -DgroupId=org.hibersap -DartifactId=sapjco3 -Dversion=3.0.12 -Dpackaging=jar -Dfile=sapjco3.jar

Group: org.hibersap Artifact: sapjco3
Show all versions Show source 
 

4219 downloads
Artifact sapjco3
Group org.hibersap
Version 3.0
Last update 06. March 2015
Organization akquinet tech@spree GmbH
URL http://service.sap.com/connectors
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hibersap-sapjco3 from group org.hibersap (version 3.0-RC01)

The SAP Java Connector (SAP JCo) is a toolkit that allows a Java application to communicate with any SAP system. It combines an easy to use API with unprecedented flexibility and performance. The package supports both, Java to SAP System as well as SAP System to Java calls. - All SAP Connectors are licensed without additional license fees as part of the respective solution or component license. However, please note that each connector may be used only for connecting external (non-SAP) applications to SAP Systems / SAP Solutions. Scenarios, in which two external (non-SAP) applications are integrated via an SAP Connector, are not allowed. - The redistribution of any connector is not allowed. - All SAP users accessing application functionality through the relevant connector are required to be licensed under a respective solution or component license. To use the SAP JCo with the Hibersap project, you need to either install the SAP JCo jar downloaded from SAP to your local Maven repository (variant a) or deploy it to e.g. an enterprise Maven repository like Nexus or Artifactory (variant b): (a) mvn install:install-file -DgroupId=org.hibersap -DartifactId=sapjco3 -Dversion=3.0 -Dpackaging=jar -Dfile=path/to/sapjco3.jar (b) mvn deploy:deploy-file -DrepositoryId=[your.repo.id] -DgroupId=org.hibersap -DartifactId=sapjco3 -Dversion=3.0 -Dpackaging=jar -Dfile=sapjco3.jar

Group: org.hibersap Artifact: hibersap-sapjco3
Show source 
 

87 downloads
Artifact hibersap-sapjco3
Group org.hibersap
Version 3.0-RC01
Last update 09. April 2014
Organization akquinet tech@spree GmbH
URL http://service.sap.com/connectors
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.pojava.datetime from group org.pojava (version 3.0.0)

POJava DateTime is a simple, light-weight Java-based API for parsing and manipulating dates. It parses dates from most languages and formats out of the box without having to specify which format is expected. Defaults such as time zones, and whether to interpret an internationally ambiguous date like "03/06/2014" as DMY order or MDY order are inferred by system time zone and locale and stored in a default config object that can be replaced or overridden. Multiple languages for month names are supported without any additional configuration needed. The net effect the default parser for a server in Paris would have a different automatic configuration from a server in New York. Throw a random local date at either, and it'll parse it as expected. If your server supports customers from multiple locales and time zones, then each can be specified when parsing a date/time to resolve any ambiguities.

Group: org.pojava Artifact: org.pojava.datetime
Show documentation Show source 
 

0 downloads
Artifact org.pojava.datetime
Group org.pojava
Version 3.0.0
Last update 11. March 2014
Organization not specified
URL http://www.pojava.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sirix-core from group com.github.johanneslichtenberger.sirix (version 0.1.0)

Sirix is a versioned, treebased storage system. It provides an ID-less diff-algorithm to import differences between two versions. Furthermore an ID-based diff-algorithm facilitates the comparison of versions stored within Sirix. A GUI with several visualizations for comparing these versions visually is available to aid an analyst. Versions are stored using well known versioning strategies (full, incremental, differential). The architecture is especially well suited for flash-disks because of a COW-principle. In the future we aim to provide throughout security as well as a replaced page-structure to speedup our architecture. A brackit(.org) binding will enable XQuery and the XQuery Update Facility. Temporal XPath axis and possibly diff-functions will help analysts to gain quick knowledge from the stored data.

Group: com.github.johanneslichtenberger.sirix Artifact: sirix-core
Show documentation Show source 
 

0 downloads
Artifact sirix-core
Group com.github.johanneslichtenberger.sirix
Version 0.1.0
Last update 27. September 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies snappy-java,
There are maybe transitive dependencies!



Page 740 from 745 (items total 7443)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy