Glassfish Woodstock


Лицензия

Лицензия

Категории

Категории

GlassFish Контейнер Application Servers Jakarta Server Faces Jakarta EE The Web Tier
Группа

Группа

org.glassfish.woodstock
Идентификатор

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

webui-jsf
Последняя версия

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

4.0.2.16
Дата

Дата

Тип

Тип

jar
Описание

Описание

Glassfish Woodstock
Glassfish Woodstock
Ссылка на сайт

Ссылка на сайт

https://projects.eclipse.org/projects/ee4j/webui-jsf
Организация-разработчик

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

Oracle Corporation
Система контроля версий

Система контроля версий

https://github.com/eclipse-ee4j/glassfish-woodstock

Скачать webui-jsf

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

Данный проект не имеет модулей.

Woodstock Components

What are the Woodstock Components?

The Woodstock components are a set of general purpose UI components that follow Sun Web Application Guidelines, and were used for developing web applications and portlets at Sun. As such the Eclipse GlassFish admin console is build using these components.

The components are built on the Jakarta Faces library, an Eclipse standard technology for building web components with Java. The components will work in any web container that complies with Jakarta EE 9.

Related Documentation

  • Javadocs for the components are created when you build the components. An online version will be available in the future.
  • TLD (tag library descriptor) documentation describes how to use the components, is included in the components jar.

Getting Started

You should first get a good background in Jakarta Faces. Here are a few suggestions:

Once you know Jakarta Faces, you need to decide how you want to build your application. There are a few ways to do this, but this document only discusses Netbeans. You can also use a text editor if you code manually.

Build

You must build using JDK 8. You also need Maven. We recommend 3.5 or newer.

Full build

$ mvn install

Checkstyle

$ mvn validate  -Pcheckstyle

Copyright

$ mvn validate  -Pcopyright
org.glassfish.woodstock

Eclipse EE4J

The Eclipse EE4J Project

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

Версия
4.0.2.16