This application demonstrates the interoperability between spring mvc and ejb3 SLSB layer.
The application is a sample blog webapp styled with twitter bootstrap v2.0.
To build and run the application follow this install instructions:
- Download and unzip jboss-as-7.1.1.zip.
- Clone this repository
- You need java 6 and maven 3 to build the application
- Start the jboss application server with standalone.sh or standalone.bat
- To build and deploy call mvn clean package jboss-as:deploy (make sure, that jboss is running)
To redeploy call mvn clean package jboss-as:redpeloy To undeploy the application call jboss-as:undeploy
To generate java classes from wsdl run the following command
- mvn clean generate-sources
- In the ide ( eclipse or jboss dev studio ) right click on the generated sources folder and select the option "Use as source folder" . This helps the ide to discover the generated classes.