WildFly Swarm: JavaFX


Лицензия

Лицензия

AL2
Категории

Категории

WildFly Контейнер Application Servers JavaFX Взаимодействие с пользователем
Группа

Группа

org.wildfly.swarm
Идентификатор

Идентификатор

javafx-parent
Последняя версия

Последняя версия

1.0.2.Final
Дата

Дата

Тип

Тип

pom
Описание

Описание

WildFly Swarm: JavaFX
WildFly Swarm: JavaFX
Организация-разработчик

Организация-разработчик

JBoss by Red Hat

Скачать javafx-parent

Имя Файла Размер
javafx-parent-1.0.2.Final.pom 826 bytes
Обзор

Как подключить последнюю версию

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar
org.easytesting : fest-assert jar

Модули Проекта

  • javafx
  • api
  • runtime
  • modules
  • test

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

Версии библиотеки

Версия
1.0.2.Final
1.0.1.Final
1.0.0.Final
1.0.0.CR3
1.0.0.CR2
1.0.0.CR1