JSON-P


License

License

AL2
Categories

Categories

WildFly Container Application Servers JSON Data
GroupId

GroupId

org.wildfly.swarm
ArtifactId

ArtifactId

jsonp
Last Version

Last Version

2018.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

JSON-P
JSON-P
Project Organization

Project Organization

JBoss by Red Hat

Download jsonp

How to add to project

<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/jsonp/ -->
<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>jsonp</artifactId>
    <version>2018.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/jsonp/
implementation 'org.wildfly.swarm:jsonp:2018.5.0'
// https://jarcasting.com/artifacts/org.wildfly.swarm/jsonp/
implementation ("org.wildfly.swarm:jsonp:2018.5.0")
'org.wildfly.swarm:jsonp:jar:2018.5.0'
<dependency org="org.wildfly.swarm" name="jsonp" rev="2018.5.0">
  <artifact name="jsonp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='jsonp', version='2018.5.0')
)
libraryDependencies += "org.wildfly.swarm" % "jsonp" % "2018.5.0"
[org.wildfly.swarm/jsonp "2018.5.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.wildfly.swarm : logging jar 2018.5.0
org.glassfish : javax.json jar
org.wildfly.swarm : meta-spi jar 2018.5.0

provided (3)

Group / Artifact Type Version
org.wildfly.core : wildfly-core-feature-pack zip 3.0.8.Final
org.wildfly : wildfly-servlet-feature-pack zip 11.0.0.Final
org.wildfly : wildfly-feature-pack zip 11.0.0.Final

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.easytesting : fest-assert jar 1.4
org.mockito : mockito-core jar 2.2.28
org.wildfly.swarm : build-resources jar 2018.5.0

Project Modules

There are no modules declared in this project.

Build Status License Maven Central Join the chat at freenode:thorntail

Thorntail: Rightsize your JavaEE Applications

Issues for v2/master are being tracked using the Red Hat issue tracking system (JIRA). Issues for v4 are being tracked in GitHub Issues. Bug reports and feature requests are greatly appreciated.

Thorntail Core

Thorntail provides a mechanism for building applications as uber jars, with just enough of the WildFly application server wrapped around it to support each application's use-case.

Note: Thorntail requires Maven 3.2.5 or higher for building your application.

Note: Thorntail requires JDK 8 or higher for building your application or for building Thorntail itself.

Project Configuration

In a normal WAR-based maven pom.xml, simply add the following

<plugin>
  <groupId>io.thorntail</groupId>
  <artifactId>thorntail-maven-plugin</artifactId>
  <version>${version.thorntail}</version>
  <executions>
    <execution>
      <phase>package</phase>
      <goals>
        <goal>package</goal>
      </goals>
    </execution>
  </executions>
</plugin>

This will take the .war file normally created by your build, and wrap it in the wildfly-swarm mechanisms.

If you normally produce myapp-1.0.war, in your target/ directory will then also be present a myapp-1.0-thorntail.jar.

In order to specify the portions of the WildFly AS your application needs, your pom.xml should specify some of the following dependencies within the io.thorntail Maven group-id:

  • bean-validation
  • cdi
  • ee
  • io
  • jaxrs
  • logging
  • naming
  • request-controller
  • security
  • transactions
  • undertow
  • and many more!

How To Build Thorntail Itself

Thorntail attempts to be a well-behaved Maven project. To install to your local repository for usage:

mvn clean install

If you're running short on time:

mvn clean install -DskipTests

Documentation

For a more complete set of documentation, go to the Thorntail Guide.

Community

  • We hang out in #thorntail on irc.freenode.net.
org.wildfly.swarm

WildFly Swarm

WildFly deconstructed

Versions

Version
2018.5.0
2018.4.1
2018.4.0
2018.3.3
2018.3.2
2018.3.1
2018.3.0
2018.2.0.Final
2018.1.0
2017.12.1
2017.12.0
2017.11.0
2017.10.2
2017.10.1
2017.10.0
2017.9.5
2017.9.4
2017.8.1
2017.8.0
2017.7.0
2017.6.1
2017.6.0
2017.5.0
2017.4.0
2012.12.0