openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
E
example-webapp
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 18 hours
ago.
Mar 05, 2025 — Mar 05, 2026
Showing page 5 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
testing error message display
tomcz
More...
almost 16 years ago
don't really need more than one SpringDispatcherServlet instance in a batch - way too expensive to keep initialising spring.
tomcz
More...
almost 16 years ago
removed junit rules - only work per-test method and not per batch
tomcz
More...
almost 16 years ago
Moved setup/teardown methods into junit rules.
tomcz
More...
almost 16 years ago
ensure that both driver & server stop correctly
tomcz
More...
almost 16 years ago
added WebDriver tests for end-to-end testing.
tomcz
More...
almost 16 years ago
refactored out the Spring dispatcher servlet creation code so I can reuse it in other projects
tomcz
More...
almost 16 years ago
moved sitemesh servlet into its own package - not really part of the core template package
tomcz
More...
almost 16 years ago
code cleanup
tomcz
More...
almost 16 years ago
use the servlet API
tomcz
More...
about 16 years ago
Use the Spring ResourceLoader abstraction to resolve template files. More portable than just URLs.
tomcz
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.
tomcz
More...
about 16 years ago
changed post method to uppercase to make it appear more obvious in chained invocations
tomcz
More...
about 16 years ago
fixed build script to accept new lib folders
tomcz
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
tomcz
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.
tomcz
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.
tomcz
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.
tomcz
More...
about 16 years ago
updated to spring 3.0 RELEASE
tomcz
More...
about 16 years ago
use UUID to generate identity strings
tomcz
More...
about 16 years ago
cleaning up
tomcz
More...
about 16 years ago
cleaning up
tomcz
More...
about 16 years ago
cleaning up mock usage in tests
tomcz
More...
about 16 years ago
added tests to ensure that status code, cookies and headers are added to response before invoking delegate views
tomcz
More...
over 16 years ago
created decorator view to add response headers
tomcz
More...
over 16 years ago
added element matcher methods
tomcz
More...
over 16 years ago
using shared template group for common snippets
tomcz
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
tomcz
More...
over 16 years ago
Refactored xpath matching so that I can reuse the matcher without duplicating boilerplate code.
tomcz
More...
over 16 years ago
Refactored xpath matching so that I can reuse the matcher without duplicating boilerplate code.
tomcz
More...
over 16 years ago
←
1
2
3
4
5
6
7
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree