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
- Host: GitHub
- URL: https://github.com/iifast2/javaee-library
- Owner: iifast2
- Created: 2020-02-16T04:49:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T18:50:21.000Z (about 7 years ago)
- Last Synced: 2024-11-11T14:44:24.274Z (7 months ago)
- Homepage:
- Size: 930 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javaee-library
JavaEE, Tomcat, MySQLI 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`
## Samples
here is what I was able to do today
----

# 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.