0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
testing error message display More... almost 16 years ago
don't really need more than one SpringDispatcherServlet instance in a batch - way too expensive to keep initialising spring. More... almost 16 years ago
removed junit rules - only work per-test method and not per batch More... almost 16 years ago
Moved setup/teardown methods into junit rules. More... almost 16 years ago
ensure that both driver & server stop correctly More... almost 16 years ago
added WebDriver tests for end-to-end testing. More... almost 16 years ago
refactored out the Spring dispatcher servlet creation code so I can reuse it in other projects More... almost 16 years ago
moved sitemesh servlet into its own package - not really part of the core template package More... almost 16 years ago
code cleanup More... almost 16 years ago
use the servlet API More... about 16 years ago
Use the Spring ResourceLoader abstraction to resolve template files. More portable than just URLs. More... about 16 years ago
Moved redirect creation into its own builder that delegates to the path builder. This means I can put the redirect view into the views package where it should really belong. More... about 16 years ago
changed post method to uppercase to make it appear more obvious in chained invocations More... about 16 years ago
fixed build script to accept new lib folders More... about 16 years ago
Refactored LinkBuilder to remove the plethora of static method calls and replaced them with a builder pattern. Moved hibernate & spring libs into their own folders, just to be explicit why certain libs are there. Updated project to intellij 9 More... about 16 years ago
added StaticView so I can have no-op views that just return a response header, and views that simply output pre-rendered content. More... about 16 years ago
added StaticView so I can have no-op views that just return a response header, and views that simply output pre-rendered content. More... about 16 years ago
added StaticView so I can have no-op views that just return a response header, and views that simply output pre-rendered content. More... about 16 years ago
updated to spring 3.0 RELEASE More... about 16 years ago
use UUID to generate identity strings More... about 16 years ago
cleaning up More... about 16 years ago
cleaning up More... about 16 years ago
cleaning up mock usage in tests More... about 16 years ago
added tests to ensure that status code, cookies and headers are added to response before invoking delegate views More... over 16 years ago
created decorator view to add response headers More... over 16 years ago
added element matcher methods More... over 16 years ago
using shared template group for common snippets More... over 16 years ago
Using fail() in a try/catch block that catches AssertionError does not ensure that the method under test fails for an expected reason - d'oh More... over 16 years ago
Refactored xpath matching so that I can reuse the matcher without duplicating boilerplate code. More... over 16 years ago
Refactored xpath matching so that I can reuse the matcher without duplicating boilerplate code. More... over 16 years ago