https://github.com/maxandersen/wfk-quickstart
https://github.com/maxandersen/wfk-quickstart
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxandersen/wfk-quickstart
- Owner: maxandersen
- Created: 2011-11-04T22:47:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-04T22:58:26.000Z (over 14 years ago)
- Last Synced: 2025-10-19T20:52:12.491Z (8 months ago)
- Language: Java
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Quickstarts (or examples, or samples) for Web Framework Kit. There are a number of rules for quickstarts:
Each quickstart should have a unique name, this enables a user to quickly identify each quickstart
A quickstart should have a simple build that the user can quickly understand. If using maven it should:
Not inherit from another POM
Import the various BOMs from WFK2 to get version numbers
Use the JBoss AS Maven Plugin to deploy the example - for now N/A
The quickstart should be importable into JBoss Tools and deployable there
The quickstart should be explained in detail in the associated user guide, including how to deploy
You can find the documentation at ???.
If you add a quickstart, don't forget to update this README.
The quickstart code is licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.html