An open API service indexing awesome lists of open source software.

https://github.com/iifast2/javaee-library

without data validator
https://github.com/iifast2/javaee-library

Last synced: 5 months ago
JSON representation

without data validator

Awesome Lists containing this project

README

        

# javaee-library
JavaEE, Tomcat, MySQL

I started first JavaEE project and it's web library - not so simple as I thought

## MySQL Database
First of all you need to create your database `Library` then you have to create table called `books`
![databs](https://user-images.githubusercontent.com/26482766/37278780-17ac3f0e-25e9-11e8-9a81-5e6c90ef14cb.png)

## Samples
here is what I was able to do today

![lib_1](https://user-images.githubusercontent.com/26482766/37128718-a9907e88-227b-11e8-9256-7086c0186e1c.PNG)

----

![lib_2](https://user-images.githubusercontent.com/26482766/37128721-ac4abb3e-227b-11e8-9984-d0f39d465cfb.PNG)

# Update
Now all buttons works.

## Add
Simply enter all data (data validation for year and pages not added yet).
## Update
If you want to update you books you have to enter its title. Unfortunately you can't change books title :/
## Delete
All you need is to enter title.