Skip to content

webforj/webforj-addons

Repository files navigation

webforj-addons

Quality Gate Status Verify

webforj-addons enriches the main webforJ framework with a comprehensive suite of additional UI components and specialized services, enhancing your web development capabilities with Java.

This repository contains supplementary modules designed to integrate seamlessly with webforj, providing extended functionality for modern web applications.

Features

  • Extended UI Component Library: Offers a growing collection of ready-to-use UI components beyond the core webforj set, enabling richer user interfaces.
  • Specialized Services: Provides additional backend services and integrations (like WebAuthn and SimpleRouting) that complement the core framework's capabilities.
  • Seamless Integration: Designed to work harmoniously within the webforj ecosystem.

Getting Started

To use webforj-addons in your project, add the necessary dependencies to your pom.xml. You can include the entire suite or pick specific component/service modules.

Example (including a specific component):

<dependency>
  <groupId>com.webforj.addons</groupId>
  <artifactId>webforj-side-menu</artifactId>
  <version>latest</version>
</dependency>

Or to include the WebAuthn service:

<dependency>
  <groupId>com.webforj.addons</groupId>
  <artifactId>webforj-webauthn</artifactId>
  <version>latest</version>
</dependency>

Replace the artifactId with the specific addon module you need and ensure the version matches the desired release.

Documentation

General documentation for the core webforj framework can be found here.

Key sections from the core documentation relevant to using these addons include:

About

The Java-side for the dwc-addons

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5