com.enioka.jqm:jqm-jsfsample

JQM is an asynchronous batch job manager in Java

License

License

Categories

Categories

Jakarta Server Faces Jakarta EE The Web Tier
GroupId

GroupId

com.enioka.jqm
ArtifactId

ArtifactId

jqm-jsfsample
Last Version

Last Version

1.4.2
Release Date

Release Date

Type

Type

war
Description

Description

com.enioka.jqm:jqm-jsfsample
JQM is an asynchronous batch job manager in Java
Project URL

Project URL

http://jqm.readthedocs.org
Project Organization

Project Organization

Enioka

Download jqm-jsfsample

How to add to project

<!-- https://jarcasting.com/artifacts/com.enioka.jqm/jqm-jsfsample/ -->
<dependency>
    <groupId>com.enioka.jqm</groupId>
    <artifactId>jqm-jsfsample</artifactId>
    <version>1.4.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-jsfsample/
implementation 'com.enioka.jqm:jqm-jsfsample:1.4.2'
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-jsfsample/
implementation ("com.enioka.jqm:jqm-jsfsample:1.4.2")
'com.enioka.jqm:jqm-jsfsample:war:1.4.2'
<dependency org="com.enioka.jqm" name="jqm-jsfsample" rev="1.4.2">
  <artifact name="jqm-jsfsample" type="war" />
</dependency>
@Grapes(
@Grab(group='com.enioka.jqm', module='jqm-jsfsample', version='1.4.2')
)
libraryDependencies += "com.enioka.jqm" % "jqm-jsfsample" % "1.4.2"
[com.enioka.jqm/jqm-jsfsample "1.4.2"]

Dependencies

compile (4)

Group / Artifact Type Version
com.enioka.jqm : jqm-api-client-hibernate jar 1.4.2
org.hibernate : hibernate-entitymanager jar 4.2.21.Final
org.primefaces : primefaces jar 4.0
org.primefaces.themes » sam jar 1.0.8

provided (2)

Group / Artifact Type Version
javax.faces : jsf-api jar 2.0
javax.servlet : javax.servlet-api jar 3.0.1

Project Modules

There are no modules declared in this project.

JQM

Full documentation and feature list

Quickstart tutorial

Release notes

The aptly named Job Queue Manager, or JQM for short, is a queue manager. It has three goals:

  • to optimize and streamline the execution of jobs, whatever they may be, by using queues with rich configuration
  • to make job administration simple
  • to be easy to include or embed in most environments.

The result is a small-footprint, easy to use grid execution system that takes care of everything which would be boilerplate code or missing otherwise: configuring logs, throttling processes, handling priorities between different classes of jobs, distributing the load over multiple servers, distributing the files created by the jobs, and much more...

It is able to run anything that can be run on the command line without modifications. It also has a very rich Java integration which make it an ideal "job application server" for Java users - with no modifications required, allowing to directly use code from plain Main to Spring Batch and other frameworks...

Jobs and users also optionally benefit from rich REST APIs exposing all JQM data and operations.

There are many use cases for JQM. Common real-world examples include:

  • replacing another job execution manager, like the one inside OS/400 - a reference as far as job queuing is concerned
  • adding a distributed execution capability to a scheduler or any application
  • removing load from a paid application server
  • removing asynchronous executions from a web application server, not designed to deal with long running threads
  • throttling jobs, like allowing only one instance of the same job at a time

Also of note that JQM was created with compatibility in mind:

  • uses either PostgreSQL, Oracle, MySQL, DB2 or an embedded HSQLDB
  • one of the client API implementations is a REST-like API, callable from everywhere, not only Java but also .NET or shell scripts
  • the Java implementation of the client API is usable in all application servers and JSE code (tested with WebSphere 8.x, Glassfish 3.x, Tomcat 7.x, JBoss 7+...)
  • under an Apache 2 license, which basically allows you to do anything you want with the product and its code in any situation.

Finally, JQM is a free (as beer) and open source product backed by the IT consulting firm Enioka which first developed it for an international conglomerate. Enquiries about support, development of extensions, integration with other products, consulting and other commercial questions are more than welcome at [email protected]. Community support is of course freely offered on GitHub using the bug-tracker.

com.enioka.jqm

enioka

Versions

Version
1.4.2
1.4.1
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.2.2
1.2.1