#Java Web Application Development

6 messages · Page 1 of 1 (latest)

wintry wadi
#

please help me with that ssignment

Exercise

Create the Shop web application. The application must have at least 3 pages: buyers, products and sales.

On the products page, the introduction of new products must be allowed, as well as the deletion and updating of existing ones.

As for the buyers page, it must be allowed to add, delete and update new buyers.

On the sales page, products must be allowed to be sold to specific buyers. Each sale involves updating the status in the sales table, but also in the buyers and products tables.

The task should be seen as an application that would possibly be used by employees in a physical store or as a web application that would represent a virtual store on the Internet.

Any framework discussed in the course can be used, but the student is not obliged, so we don't have to be strictly bound to the framework, but simply Java EE (which is also a type of framework) can be used.

When solving, the database must be used. No separate technology is insisted on, so it doesn't matter whether you use JDBC or a finite system for object-relational mapping (eg Hibernate).

The task must be submitted as a complete Maven Java Web project. When submitting the task, don't forget to delete the target folder, because it is generated by the environment when the project is built, so it is not needed for verification and usually takes up a lot of memory space.

zinc locustBOT
#

This post has been reserved for your question.

Hey @wintry wadi! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

halcyon spear
#

What have you tried so far? What exactly doesn't work?

ivory bough
#

Have you tried googling? There are enough examples out there on the internet.

#

Especially when it comes to Toturials that take you to the of you assignment step-by-step.