We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Alef Arendsen opened SPR-5460 and commented
Attached, you'll find a few patch files and one new class that implements an AtomView on top of the PetClinic.
The VisitsAtomView goes in org.springframework.samples.web
The first patch adds a handler method to the ClinicController returning a list of visits
The second patch adds the view as a bean to the ***-servlet.xml and adds a BeanNameViewResolver (ordered as the first resolver).
You would also need JDom and Rome on the classpath of the project.
Have fun!
Affects: 3.0 M1
Attachments:
Referenced from: commits b96a7a7
The text was updated successfully, but these errors were encountered:
Arjen Poutsma commented
Done, thanks Alef!
Sorry, something went wrong.
poutsma
No branches or pull requests
Alef Arendsen opened SPR-5460 and commented
Attached, you'll find a few patch files and one new class that implements an AtomView on top of the PetClinic.
The VisitsAtomView goes in org.springframework.samples.web
The first patch adds a handler method to the ClinicController returning a list of visits
The second patch adds the view as a bean to the ***-servlet.xml and adds a BeanNameViewResolver (ordered as the first resolver).
You would also need JDom and Rome on the classpath of the project.
Have fun!
Affects: 3.0 M1
Attachments:
Referenced from: commits b96a7a7
The text was updated successfully, but these errors were encountered: