Box

Box is an add-on framework for Java EE applications that performs asynchronous gathering of source data with subsequent processing or transformation of that data into output JSON documents and exposing those documents through a web API. Box excels at maintaining existing documents including keeping them up-to-date in real time and deleting them when required. Box supports aggregating data from multiple sources as well as splitting data into multiple documents. How documents are processed is left up to each application. The web api makes the documents available by ID or by harvesting all documents. Harvests can be filtered using facets and documents can be pared down by requesting only needed fields.

License

License

GroupId

GroupId

edu.byu.hbll.box
ArtifactId

ArtifactId

box
Last Version

Last Version

1.3.5
Release Date

Release Date

Type

Type

pom
Description

Description

Box
Box is an add-on framework for Java EE applications that performs asynchronous gathering of source data with subsequent processing or transformation of that data into output JSON documents and exposing those documents through a web API. Box excels at maintaining existing documents including keeping them up-to-date in real time and deleting them when required. Box supports aggregating data from multiple sources as well as splitting data into multiple documents. How documents are processed is left up to each application. The web api makes the documents available by ID or by harvesting all documents. Harvests can be filtered using facets and documents can be pared down by requesting only needed fields.
Project URL

Project URL

https://bitbucket.org/byuhbll/box
Source Code Management

Source Code Management

https://bitbucket.org/byuhbll/box

Download box

Filename Size
box-1.3.5.pom 1 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/edu.byu.hbll.box/box/ -->
<dependency>
    <groupId>edu.byu.hbll.box</groupId>
    <artifactId>box</artifactId>
    <version>1.3.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box/
implementation 'edu.byu.hbll.box:box:1.3.5'
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box/
implementation ("edu.byu.hbll.box:box:1.3.5")
'edu.byu.hbll.box:box:pom:1.3.5'
<dependency org="edu.byu.hbll.box" name="box" rev="1.3.5">
  <artifact name="box" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.box', module='box', version='1.3.5')
)
libraryDependencies += "edu.byu.hbll.box" % "box" % "1.3.5"
[edu.byu.hbll.box/box "1.3.5"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.22.0

Project Modules

  • box-bom
  • box-client
  • box-core
  • box-xslt
  • box-web

Versions

Version
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0