126 | | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 126 | * Create design for all actions that need to be implemented using HttpRequestHandler interface. This will be our controllers. |
| 127 | * Included in design section |
| 128 | * We'll need a site map for the server pages. |
| 129 | * Included in design section |
| 130 | * Whole business logic MUST be removed from JSP files. Maybe we will rewrite them entirely. |
| 131 | * done |
| 132 | * Provide helper classes that will allow jsp pages to be written without scriptlets which are extremely hard to maintain. |
| 133 | * This wasn't needed at this point |
| 134 | * Provide simple tag library which will allow composition of different jsp in a whole page. For example navigation bar and navigation items, |
| 135 | skeleton tag for (header,navigation,content,footer). |
| 136 | * done explained inside design section |
| 137 | * Basic Guidelines for testing handlers and jsp. |
| 138 | * we won't support this kind of test for handlers, instead we'll use the selenium functional tests. |
| 139 | |
| 140 | |
| 141 | === Changesets === |
| 142 | [4589][4593][4635][4750][4781] |