Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giannisalinetti/jbosslab
JBoss Misc Stuff
https://github.com/giannisalinetti/jbosslab
Last synced: 11 days ago
JSON representation
JBoss Misc Stuff
- Host: GitHub
- URL: https://github.com/giannisalinetti/jbosslab
- Owner: giannisalinetti
- Created: 2016-04-21T21:03:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T16:42:50.000Z (over 7 years ago)
- Last Synced: 2024-10-28T06:50:00.781Z (about 2 months ago)
- Language: Java
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JBoss Lab
A small collection of sources and wars for JBoss EAP 6.x testing purposes.
All these sorces are borrowed from the JBoss Quickstarts collection.
The pom.xml of every project was updated to fix a build issue with Maven (jboss-javaee-6.0 version not resolved).- helloworld: A simple Hello World app
- temperature-converter: a temperature conversion app (F2C/C2F).
- ejb-time: this app uses an ejb to send messages to the application server console log handler
- greeter: a simple app to say hello to users