I have a Project in j2ee and I am weak in this language :( I want to know how to put make (the software inssatller, what IDE to use ...) thank you in advance for your advise.
This is to write a Java application that corresponds to the model layer MVC design pattern which is used to implement the problems described below:
As part of a business, it is important to note the different bugs identified in the developed software.
The developers have a responsibility to report met each bug. At the time of reporting, they must indicate the different software affected by each bug.
The application must ensure to implement the following functionality:
1) A developer can see the existence of one or more bugs in the software.
2) The bug can be carried by a single developer.
3) The bug may affect one or more products, and each product can have multiple bugs.
You must implement the following functionality:
1) Adding a user (email / login, password, name, date of birth)
2) Reporting a bug. The bug must contain the following information:
title a description a boolean indicating whether the bug is critical (by default, no bug is critical)
Note: One must assume that all developers are allowed to report various bugs. It is therefore not necessary to check the access rights (login, password, ..)
Points to consider:
Write unit tests to test at least two different features (eg, report bugs, add a developer, ..). It is preferable to use a volatile database in unit tests (h2 database)
Aucun commentaire:
Enregistrer un commentaire