Skip to content

Latest commit

 

History

History
101 lines (79 loc) · 3.97 KB

README.adoc

File metadata and controls

101 lines (79 loc) · 3.97 KB

kitchensink: Assortment of technologies including Arquillian

The kitchensink quickstart demonstrates a Java EE 7 web-enabled database application using JSF, CDI, EJB, JPA, and Bean Validation.

What is it?

The kitchensink quickstart is a deployable Maven 3 project designed to help you get your foot in the door developing with Java EE 7 on WildFly Application Server.

It demonstrates how to create a compliant Java EE 7 application using JSF, CDI, JAX-RS, EJB, JPA, and Bean Validation. It also includes a persistence unit and some sample persistence and transaction code to introduce you to database access in enterprise Java.

Access the Application

The application will be running at the following URL: http://localhost:8080/{artifactId}/.

Server Log: Expected Warnings and Errors

You will see the following warnings in the server log. You can ignore these warnings.

WFLYJCA0091: -ds.xml file deployments are deprecated. Support may be removed in a future version.

HHH000431: Unable to determine H2 database version, certain features may not work