Skip to content

Conversation

@Wrent
Copy link

@Wrent Wrent commented Jan 17, 2015

Our main contribution to the WebAdmin module is relocation of all HTML code from Java methods to Velocity templates. Such a division follows well-known MVC pattern and makes the maintenance of HTML code much easier. Moreover, as the complex rendering methods have been removed and replaced with simple data retrieval methods, these Java classes can be now tested with unit tests.

These refactoring changes also led to significant improvement of software metrics, which could be seen in the previous section. The classes and methods were generally shortened and contain methods with significantly lower cyclomatic complexity.

@Wrent
Copy link
Author

Wrent commented Jan 17, 2015

Adam Kučera 4406028
Maarten Duijn 1517279

@Wrent Wrent changed the title Reengineering of WebAdmin package. Reengineering of WebAdmin package. 4406028-1517279 Jan 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant