mickknutson / SpringCertification

Sample project testing all sections on Spring-Core certification test

Home Page:http://www.baselogic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

Github markdown for this page

Contributing

Want to contribute? Great! There are two ways to add to these demos.

Installation

  1. download the source.
  2. Create new STS workspace.
  3. Import 'Existing Maven Project' into your STS workspace

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_spring_certification)
  3. Commit your changes (git commit -am "Added Certification code")
  4. Push to the branch (git push origin my_spring_certification)
  5. Create an Issue with a link to your branch
  6. Enjoy a Beer and wait

More references

BASE Logic, Inc

LinkdIN

Twitter

Github

Github Spring Certification

Packt Book

Amazon Book

About

Sample project testing all sections on Spring-Core certification test

http://www.baselogic.com


Languages

Language:Java 100.0%