From e910bf96176631267b9029f1991852d66c8878e6 Mon Sep 17 00:00:00 2001 From: vgalloy Date: Mon, 4 May 2015 17:02:45 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f885857f..87e893dc 100644 --- a/README.md +++ b/README.md @@ -88,20 +88,20 @@ Implement both frontend (jQuery) and backend validation in the web-ui. Important Points: Maven structure? Library scopes? Architecture (daos, mappers, services, models, dtos, controllers, exceptions, validators)? Validation? Unit test coverage? What about selenium integration into maven? JSTL Tags and HTML documents structure. Prepare a point about Threading (Connections, concurrency), and Transactions. -####4.3.5. Implement all other features in the web-ui +####4.3.5. Connection pool, Transactions +Add a connection pool (BoneCP), put your credentials in an external properties file. +Implement a solid transaction handling model. + +####4.3.6. Implement all other features in the web-ui Implement Computer edit, delete, total count features. Warning: All features will be implemented and tested using Selenium automated with maven -####4.3.6. Implement search and order by features +####4.3.7. Implement search and order by features Search box can look for either computer or company objects. -####4.3.7. Add Company deletion feature in cli +####4.3.8. Add Company deletion feature in cli In the command line interface, add a feature which deletes a company, and all computers related to this company. Warning: Using SQL CASCADE is forbidden. This implies the use of a transaction. -####4.3.8. Connection pool, Transactions -Add a connection pool (BoneCP), put your credentials in an external properties file. -Implement a solid transaction handling model. - ####4.3.9. Code review (t0 + 10 days) Important Points: Maven structure? Library scopes? Architecture (daos, mappers, services, models, dtos, controllers, exceptions, validators)? Validation? Unit test coverage? Search and order by design choices? JSTL Tags and HTML documents structure. Point about Threading (Connections, concurrency), and Transactions.