Arjen Poutsma
d66fd9843e
Reverted changes in r2282: now using varags again.
15 years ago
Chris Beams
9f07b15185
Added Javadoc where necessary; polishing.
15 years ago
Chris Beams
8ece98c694
Fixed build breakage due to use of WebDataBinder.setDisallowedFields(String); changed calls to use the updated String[] signature.
15 years ago
Sam Brannen
3dfb1d5c9c
[SPR-6222] Updating PetClinic Ivy dependencies so that the web-app runs.
15 years ago
Sam Brannen
2e59673e73
[SPR-6222] Updating PetClinic tutorial.
15 years ago
Sam Brannen
f57d702370
[SPR-6222] Updating PetClinic build documentation regarding migration to Spring Build and changes resulting from the upgrade to Spring 3.0.
15 years ago
Sam Brannen
0b069ebe46
Updating PetClinic build documentation regarding migration to Spring Build.
15 years ago
Sam Brannen
8fe497ef53
Updating PetClinic build documentation regarding migration to Spring Build.
15 years ago
Sam Brannen
7983ded6e0
Renamed PetClinicSuiteTests to PetClinicTestSuite so that it doesn't get picked up by Spring Build.
15 years ago
Sam Brannen
a3c3b257e1
Pet Clinic tests now run against JUnit 4.7.
15 years ago
Sam Brannen
a75a975219
Pet Clinic test suite now includes VisitsAtomViewTest.
15 years ago
Chris Beams
a48234cf5f
SPR-5682: Initial support for ConfigurationClassApplicationContext
15 years ago
Sam Brannen
0860f3bb8c
[SPR-6174] DataBinder now uses var-args to set allowed/disallowed/required fields.
15 years ago
Mark Fisher
1bfb26e4b2
updated aspectj weaver version in .classpath files to match ivy.xml configuration
16 years ago
Chris Beams
9163d8043b
updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed.
16 years ago
Sam Brannen
8bfb56c75b
[SPR-5887] Upgraded to JUnit 4.6.0.
16 years ago
Sam Brannen
10829f8b20
Repairing Eclipse classpaths and Ivy config:
...
- org.apache.openjpa -> 1.1.0
- com.sun.syndication -> 1.0.0
- javax.el -> 1.0.0
16 years ago
Chris Beams
a9696c7282
RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
...
* Applied patch submitted by Carlos Zuniga
16 years ago
Colin Sampaleanu
dc592837be
allow petclinic unit tests to work. slf4j impl was needed
16 years ago
Scott Andrews
99fa91d56e
SPR-5605 spring:url tag should use htmlEscape instead of escapeXml for entity encoding
16 years ago
Chris Beams
3ae3de19a9
+ Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated)
...
+ Finished support for @Import , including detection of circular imports
16 years ago
Colin Sampaleanu
d4ba002b00
update hibernate and openjpa dependencies to match the orm module
...
variants. Note that tests are still broken
16 years ago
Chris Beams
6631092870
Removed JSTL-related errors from petclinic search and show JSPs
16 years ago
Chris Beams
6b6b8e50a3
Removed dm Server as targeted runtime for petclinic
16 years ago
Chris Beams
719a25a006
Updating Eclipse classpath to reflect new dependencies on mortbay resources.
16 years ago
Arjen Poutsma
c1ea5a3ab8
Fixing Petclinic
16 years ago
Chris Beams
d0b03604c8
Remapped static resources as /petclinic/static/images/...
...
Renamed tutorial from petclinic.html -> tutorial.html
16 years ago
Chris Beams
3ddd08942c
Polishing the new RESTful interface to the petclinic webapp (SPR-5487):
...
* Eliminated redundant 'clinic' servlet mapping (was: http://localhost:8080/petclinic/clinic/owners ; now: http://localhost:8080/petclinic/owners )
* A parameterless GET for /owners now returns the list of all owners, rather than an error.
* /owners/form is now /owners/search (distinguishes the 'search form' resource from the 'edit owner form' resource)
* Eliminated any need for redirects, <welcome-file-list/>, and index.jsp. Deleted all of them.
* Updated /owners/{oid}/edit to submit using PUT instead of POST
* Updated URI for edit pet form from /owners/{oid}/pets/{pid} to /owners/{oid}/pets/{pid}/edit (the edit form is a distinct resource)
* Updated /owners/{oid}/pets/{pid}/edit to submit using PUT instead of POST
Changes unrelated to the web interface:
* Partitioned up JSPs into new owners, pets, and vets folders.
* Renamed those JSPs, e.g. ownerForm.jsp -> owners/form.jsp; findOwners.jsp -> owners/search.jsp; owners.jsp -> owners/list.jsp
* Updated various controllers to respect the changes to the URI templates, etc.
* Updated .classpath to include all necessary projects and libs to run the webapp successfully in WTP
* Updated JSP error checking rules to relax validation of fragments like header.jsp and footer.jsp
16 years ago
Chris Beams
da2175c0b7
* Updated Eclipse classpath metadata
...
* Fixed (or suppressed as necessary) JSP errors in petclinic
16 years ago
Arjen Poutsma
f5e5fc1662
Added content negotiation and MarshallingView to petclinic
16 years ago
Arjen Poutsma
fae0110536
Added content negotiation and MarshallingView to petclinic
16 years ago
Arjen Poutsma
b96a7a7a8c
SPR-5460: Add AtomView sample to PetClinic
16 years ago
Scott Andrews
dd2f1b467b
adding servlet api to the eclipse classpath to clear up tooling errors from JSP files
16 years ago
Scott Andrews
0a48996f14
adding missing test time dependencies
16 years ago
Scott Andrews
7dcb3b5841
fixing broken unit test related to SPR-5429
16 years ago
Scott Andrews
300e4d7284
SPR-5429 Update Pet Clinic to use HSQL as an embedded database
...
Removing support for running HSQL in stand-alone mode. Out of the box embedded HSQL and MySQL are supported.
16 years ago
Scott Andrews
16c9391069
SPR-5429 Update Pet Clinic to use HSQL as an embedded database
...
Created DbcpDataSourceFactory factory bean to create and populate a dbcp based connection pool. The factory bean is based on EmbeddedDataSourceFactory from the JavaConfig version of Pet Clinic. The new DbcpDataSourceFactory has been tested with HSQL in embedded and stand-alone modes.
16 years ago
Arjen Poutsma
7f7ff4ea9b
Moved petclinic test configs to resource directory.
16 years ago
Arjen Poutsma
fe31de529b
SPR-5326: HibernateClinic in PetClinic sample should use constructor-injection instead of field injection
16 years ago
Arjen Poutsma
f09db3a106
SPR-5335: manager.sh classpath for petclinic should be updated
16 years ago
Arjen Poutsma
60ce3eb12f
SPR-5335: manager.sh classpath for petclinic should be updated
16 years ago
Chris Beams
d7a9d7c8e6
+ refactoring .testsuite .aop.aspectj tests in preparation for migration to .context
...
+ updated all ivy.xml files to depend on AspectJ 1.6.2
16 years ago
Chris Beams
685f2fbc1c
+ updated petclinic dependency metadata from junit 4.4->4.5; servlet 2.4->2.5
...
+ deprecated AssertThrows (slated for complete removal by 3.0 GA)
16 years ago
Chris Beams
986bb1995d
Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles
16 years ago
Chris Beams
1f9e63af49
+ Added necessary JPA dependencies to make Petclinic JUnit tests pass
...
+ Removed unused imports for @RequestParam
Note: While unit tests pass in eclipse, NoClassDefFound errors are still being thrown when tests are run from the command line.
16 years ago
Scott Andrews
05815d6840
applying spring:url best practices
16 years ago
Scott Andrews
eb89752f2b
adding eclipse/wtp project settings
16 years ago
Arjen Poutsma
f56ee389e7
Petclinic is RESTful.
16 years ago
Arjen Poutsma
1929f67f02
Petclinic is RESTful.
16 years ago
Arjen Poutsma
693ae0c2b0
Removing my own name from the pets database.
16 years ago