MCPcopy Index your code
hub / github.com/AdamBien/javaee8-essentials-archetype

github.com/AdamBien/javaee8-essentials-archetype @v0.0.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.4 ↗ · + Follow
3 symbols 4 edges 2 files 2 documented · 67%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Minimalistic Java EE 8 / Jakarta EE + MicroProfile Quickstarter

A quickstart maven archetype for creating greenfield Java EE 8 / Jakarta EE project with MicroProfile 2+ APIs.

Fire up your CLI and type: mvn archetype:generate -Dfilter=com.airhacks:javaee8-essentials-archetype to create a fully fledged Java EE 8 "kB" project. Use the most recent version.

In the IDE of your choice use the group com.airhacks, then the artifact id javaee8-essentials-archetype and also select the most recent version.

Shortcut (copy and paste, replace PROJECT_NAME and GROUP_ID):

mvn archetype:generate -o -DarchetypeGroupId=com.airhacks -DarchetypeArtifactId=javaee8-essentials-archetype -DarchetypeVersion=0.0.4 -Darchetype.interactive=false --batch-mode -Dversion=0.0.1 -DgroupId=GROUP_ID -DartifactId=PROJECT_NAME

The "Watch and Deploy" WAD tool works best with this archetype. It continuously watches and deploys your ThinWAR without any additional configuration.

Core symbols most depended-on inside this repo

ping
called by 0
src/main/resources/archetype-resources/src/main/java/com/airhacks/ping/boundary/PingResource.java

Shape

Class 2
Method 1

Languages

Java100%

Modules by API surface

src/main/resources/archetype-resources/src/main/java/com/airhacks/ping/boundary/PingResource.java2 symbols
src/main/resources/archetype-resources/src/main/java/com/airhacks/JAXRSConfiguration.java1 symbols

For agents

$ claude mcp add javaee8-essentials-archetype \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact