Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 518 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 518 Bytes

Numberguess Example

This example demonstrates the use of CDI 1.0 and JSF 2.0 in JBoss AS 7.

The example can be deployed using Maven from the command line or from Eclipse using JBoss Tools.

To set up Maven or JBoss Tools in Eclipse, refer to the Getting Started Guide.

To deploy to JBoss AS 7, start JBoss AS 7, and type mvn package jboss-as:deploy. The application is deployed to http://localhost:8080/jboss-as-numberguess. You can read more details in the Getting Started Guide.