Skip to content

maurojava/mybookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project structure

This template project uses Boundary Control Entity (BCE) pattern. Very good description of this pattern is presented by Adam Bien - Structuring Java EE 7 Applications.

Configuring RDBMS

This template project uses HSQLDB. If you want to use other RDBMS:

  • add JDBC driver into libs/lib element of tomee-maven-plugin configuration in pom.xml;
  • edit DataSource configuration in src/test/tomee/tomee.xml

Running HSQLDB instance

mvn exec:java

Running the project

mvn package tomee:start

Shutting down the project

mvn tomee:stop

the project:

The jsf crud is working. But the jQuery not work. i get :               
Caused by: java.lang.ClassCastException: java.util.HashMap cannot be cast to bookstore.entity.Book  ```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors