Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reengineering of WebAdmin package. 4406028-1517279 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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