Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.08 KB

webforJ Archetypes

Publish

This repository hosts several application starters to scaffold webforJ applications.

Using the Available Archetypes

Navigate to the folder where you want to create your new project, then run the following command. Replace ${webforj-archetype-X} with the desired archetype name and ${webforj.version} with the version you want to use.

mvn -B archetype:generate \
-DarchetypeGroupId=com.webforj \
-DarchetypeArtifactId=${webforj-archetype-X} \
-DarchetypeVersion=${webforj.version} \
-DgroupId=org.example \
-DartifactId=my-webapp \
-Dversion=1.0-SNAPSHOT

Available Archetypes

  1. webforj-archetype-hello-world
    A "Hello World" starter designed for developers who want to deploy webforJ applications as standalone WAR files.

  2. webforj-archetype-bbj-hello-world
    A "Hello World" starter tailored for creating and deploying webforJ applications running on BBjServices.