From d11d4da373df81c3e3abf2134c49fb194528af43 Mon Sep 17 00:00:00 2001 From: Matthieu ALBERT Date: Tue, 21 Feb 2017 16:07:24 +0100 Subject: [PATCH 1/2] Update README.md Changed links to point to this project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a235148..62814f0d 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Creating test classes implies to take into account ALL possibilities: Illegal ca Add and configure the Maven checktyle plugin with the checkstyle.xml and suppressions.xml provided in config/checkstyle/ ####4.3.2. Implement listing and computer add features in the web-ui -Using the provided template https://github.com/loicortola/spec-cdb/tree/master/static, integrate the previous features using Servlets, JSPs, JSTL, and Tags. +Using the provided template https://github.com/excilys/training-java/tree/master/static, integrate the previous features using Servlets, JSPs, JSTL, and Tags. Use DTOs (Data Transfer Object) to transport only relevant data to the JSPs. Implement Computer listing (paginated), and add features. Create two tags (In your own Taglib): one for the pagination module, one for links. From 5b19655d7bd283d27e0f46209e7d87d255a598ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Fuster?= Date: Wed, 8 Mar 2017 10:12:34 +0100 Subject: [PATCH 2/2] Update README.md Sprint with gatling not clear enough, nothing (in this readme) says to use gatling to improve the performances, only to test. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62814f0d..2bc46171 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Replace existing connection logic with a ThreadLocal object. #### 4.3.11 Performance Challenge with Gatling Now is the time to start evaluating your global application performance with a stress-test campain. -Using Gatling, you have one day to stress-test your web application (gatling test and directions present in the folder gatling-test). See the relevant README file for more explanations. For now, choose the simulation without Spring Security. +Using Gatling, you have one day to stress-test your web application (gatling test and directions present in the folder gatling-test) and use tools like VisualVM to improve the performances. See the relevant README file for more explanations. For now, choose the simulation without Spring Security. ####4.3.9. Code review (t0 + 12 days)