Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafabene/demo_deltaspike
https://github.com/rafabene/demo_deltaspike
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafabene/demo_deltaspike
- Owner: rafabene
- Created: 2014-08-06T23:21:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T15:35:47.000Z (almost 9 years ago)
- Last Synced: 2024-04-17T11:07:50.477Z (9 months ago)
- Language: CSS
- Size: 1.25 MB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
demo_deltaspike
================What is it?
-----------This is a demo project that shows a microblog implemented using DeltaSpike.
It doesn't have a fancy GUI but it tries to show an use for each feature of DeltaSpike.
To run it:
Start the JBoss WildFly
----------------------1. Open a command prompt and navigate to the root of the JBoss WildFly directory.
2. The following shows the command line to start the server:For Linux: JBOSS_HOME/bin/standalone.sh
For Windows: JBOSS_HOME\bin\standalone.batBuild and Deploy the application
--------------------------------1. Make sure you have started the JBoss WildFly server as described above.
2. Open a command prompt and navigate to the root directory of this demo.
3. Type this command to build and deploy the archive:mvn clean package wildfly:deploy
4. his will deploy `/target/demo_deltaspike.war` to the running instance of the server.
Access the application
----------------------The application will be running at the following URL: .