Spring Certified Professional Exam Project
We use this library on GitHub when rendering your README or any other rich text file.
Certification
Springsource offers the Spring Core Professional certification for those who have attended the official Spring Core training.
Objectives
I found a great outline of the test objectives by Gavin Lasnitzki that covers his experience with Spring 3.0 Exam.
Demo Modules
These are the modules I have created to cover each objective on the test.
-
SpringJMS 'not released' (http://baselogic.com/code/SpringCertification/SpringJMS/index.html)
-
SpringRemoting 'not released' (http://baselogic.com/code/SpringCertification/SpringRemoting/index.html)
Items to review for this project
- TODO: Delete this section once the review is complete
http://www.springbyexample.org/examples/spring-jmx.html
http://www.javalobby.org/java/forums/t44746.html
http://static.springsource.org/spring/docs/3.0.0.RC3/reference/html/ch08s05.html http://static.springsource.org/spring/docs/3.0.0.RC3/reference/html/ch08s05.html
http://www.roseindia.net/tutorial/spring/spring3/aop/proxyfactorybeanexample.html
http://www.jpalace.org/docs/tutorials/spring/beans_16.html
Contributing
Want to contribute? Great! There are two ways to add to these demos.
Installation
- download the source.
- Create new STS workspace.
- Import 'Existing Maven Project' into your STS workspace
Contributing
- Fork it.
- Create a branch (
git checkout -b my_spring_certification
) - Commit your changes (
git commit -am "Added Certification code"
) - Push to the branch (
git push origin my_spring_certification
) - Create an Issue with a link to your branch
- Enjoy a Beer and wait