Last Version

XML Event Limit Generator 1.0.1

The XmlEventLimitGenerator is a Java library to generate xml strings. You push documents (or objects, like you want) to the xml generator and the generator proceeds the pushed document. While the push sequence it automatically generates an average size of all documents. The benefit of this library is, that you can generate xml strings with a predefined max size. This max size relates to the average document size, that is calculated on the fly, so there is no 100% guarantee, that no xml string will pass the max size, but there is a factor that can be specified as buffer.

License

License

MIT
Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.dweidenfeld
ArtifactId

ArtifactId

xml-event-limit-generator
Version

Version

1.0.1
Type

Type

jar
Description

Description

XML Event Limit Generator
The XmlEventLimitGenerator is a Java library to generate xml strings. You push documents (or objects, like you want) to the xml generator and the generator proceeds the pushed document. While the push sequence it automatically generates an average size of all documents. The benefit of this library is, that you can generate xml strings with a predefined max size. This max size relates to the average document size, that is calculated on the fly, so there is no 100% guarantee, that no xml string will pass the max size, but there is a factor that can be specified as buffer.
Project URL

Project URL

https://github.com/dweidenfeld/xml-event-limit-generator
Source Code Management

Source Code Management

https://github.com/dweidenfeld/xml-event-limit-generator

Download xml-event-limit-generator 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.dweidenfeld/xml-event-limit-generator/ -->
<dependency>
    <groupId>com.github.dweidenfeld</groupId>
    <artifactId>xml-event-limit-generator</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dweidenfeld/xml-event-limit-generator/
implementation 'com.github.dweidenfeld:xml-event-limit-generator:1.0.1'
// https://jarcasting.com/artifacts/com.github.dweidenfeld/xml-event-limit-generator/
implementation ("com.github.dweidenfeld:xml-event-limit-generator:1.0.1")
'com.github.dweidenfeld:xml-event-limit-generator:jar:1.0.1'
<dependency org="com.github.dweidenfeld" name="xml-event-limit-generator" rev="1.0.1">
  <artifact name="xml-event-limit-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dweidenfeld', module='xml-event-limit-generator', version='1.0.1')
)
libraryDependencies += "com.github.dweidenfeld" % "xml-event-limit-generator" % "1.0.1"
[com.github.dweidenfeld/xml-event-limit-generator "1.0.1"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.12.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.