-
Notifications
You must be signed in to change notification settings - Fork 0
Maria-il/shopandstorehouse
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This sample web application was developed using technologies Java8, EJB, jQuery, Rest, JSON. It can be run on JBoss 7.1.0.Final application server. This project implements a Shop and Storehouse concept. There are garments which can be found either at the shop or at the storehouse. Every garment item has the type, size, price, color and short description. EJB service bean is operating data, it can add, find, update, save, delete and move garments from the storehouse to the shop and vice versa. There isn't a data base all the data is holding in a memory. The Rest controller consumes and produces JSON data in connection with html+jQuery page. The page shows and allows to edit garments parameters, also it contains buttons to move, update, save and delete garments.