Archive for the ‘Training & Certification’ category

Spring Source ‘Developing Aspects with AOP’

November 11th, 2009

I have previously posted some comments about my experience attending the Core Spring training. Recently I noticed that Spring Source provided a free online training titled ‘Developing Aspects with AOP‘ and decided I’d take a look.

The training is in the form of a Quick Time movie which can be downloaded from the Spring Source community website. One of the first things that is pointed out is that the training is based on material from the 4-day Core Spring course and having attended the course I can say that it is indicative of the presentation and content on the course. If you are considering attending any of the Spring Source courses I would recommend viewing this online training to give you some idea of what to expect.

The ‘Developing Aspects with AOP’ online training takes just over 50 minutes to watch and starts by providing a background to AOP, the problems it solves and the advantages of using AOP to solve these problems. Code tangling and scattering are discussed along with good examples of each using sample code.

The training goes on to introduce AspectJ and Spring AOP and introduces some key concepts such as Join Points, Pointcuts, Aspects and Advice. A simple scenario is outlined and expanded upon to demonstrate applying Spring AOP to log method execution. Some examples of using the AspectJ pointcut expression language are also provided.

Examples of accessing context information from within an Advice are worked through before describing the types of Advice that can be applied with Spring AOP. Finally the training demonstrates the difference of applying Spring AOP using annotations or XML.

If you are interested in Spring and Spring AOP, this material is well worth 50 minutes of your time. I think it complements the reference documentation and for someone new to AOP I would recommend viewing the online training prior to reviewing the reference documentation. The reason I say this is that the reference documentation goes into more depth in certain areas, particularly the subtle nuances of Spring’s proxy based AOP.

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Spring Source Certified Spring Professional

October 28th, 2009

Having used the Spring Framework for several years and having taken other Java certifications I decided that it would be worthwhile to take the Spring Source Certified Spring Professional certification. Demand for Spring knowledge and experience has increased over the years and more and more development roles require a background in Spring.

In order to be eligible to take the certification exam you have to be able to demonstrate that you have made a contribution to the Spring community (forum posts, articles, raised JIRA or submitted patches) or have taken the Spring Source Core Spring course. Given that I had taken the Core Spring course I was eligible and received an exam voucher to take the exam.

To prepare for the exam I decided that I would read through the reference documentation and work through the slides and practicals provided at the Core Spring course. I felt that this, along with my previous experience with Spring would suffice. In hindsight, I felt the review of the slides and practicals from the Core Spring course was most helpful and the material was easier to recall because the practicals reinforced the slide material.

The exam itself was reasonably tricky. I think the main reason for this was the scope of material covered which was quite extensive. That said, the questions fell within the syllabus and all the material was covered by the Core Spring course material. Thankfully I passed and am now a Spring Source Certified Spring Professional so await a deluge of job offers!!

NOTE: I cannot provide copies of the course material and will ignore any requests for same.

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Spring Source – Core Spring Training

October 27th, 2009

The Core Spring training course delivered by Spring Source is their flagship training product covering a significant proportion of the functionality provided by the Spring Framework and Spring Security libraries. I had been considering taking this training course for some time and given that Spring Source began delivering the course in Ireland and I had some free time I registered for a course in July 09.

The course is run over 4 days and the Spring Source website provides a detailed breakdown of the course content. Going into the course I had several years experience working with the Spring Framework so many of the topics were already familiar to me. What I wanted to get out of the course was to reinforce the knowledge I already had, find new ways of accomplishing the same tasks and to explore areas of the framework I had not yet touched on. I also wanted to take the associated certification.

The course itself was very well delivered and included a hard copy of the course slides and a USB memory key which contained all the material required for the course. This was extremely useful as you could take away the practical labs and instructions (provided in PDF) and undertake these in your own time. This was to prove even more helpful when later studying for the certification exam.

Given the well defined structure of the course, the material covered followed the syllabus closely but there was ample time to explore different ways of accomplishing the same task. The instructor was very knowledgeable about what would work in the real world and what the trade offs were when choosing one method over another. It was clear that the instructor not only knew the training material well but was very experienced in using the Spring Framework to deliver real world applications.

Even though I already had several years experience with the Spring Framework I found the course was beneficial and I was able to apply some of the things I learned straight away. It would be possible to learn the same from the reference material and forums but the manner in which the course was delivered made the learning painless. The 50-50 split between lecture and practical also really helped to reinforce the key concepts.

NOTE: I cannot provide copies of the course material and will ignore any requests for same.

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...