Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

java-group-blr/lesson09

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 

Repository files navigation

lesson09

Now in English :)

TODO:

New App!

Just a CRUD app, but with... no, for now, just a simple CRUD.

We are going to save items, so...

Item - is something from a shop, it has an ID, name, and price!

  • /item/{id} - GET - get item by id
  • /item - GET - get all items
  • /item - POST - create a new item
  • /item/{id} - DELETE - delete an item by id
  • /item/{id} - PATH/PUT - edit an item by id

Expert level

Create a UI with JSP with forms for CRUD operations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.