A book database application integrating JPA and SQl.
There are three type of authoring entitites:
Individual Authors
Writing Groups
Ad Hoc Teams
Also, there is a many to many relationship between Individual Authors and Ad Hoc Teams.
The other entities that are involved in this application are:
Books
Publishers
We will be creating a main class that would perform different tasks based on the users input.