Hi, I am following the Spring tutorial and there are some holes in the tutorial – for example, between sections 6 and 7, there magically appears two beans – “minstrel” and “knighTarget”, which have no references in the documentation. It simply says “From the graph of our Spring beans we see that our Knight has a reference to a minstrel and a knightTarget which in turn has a reference to a quest that the Knight will embark on. In this application we are actually using Aspect Oriented Programming (AOP) in the form of an interceptor to implement the minstrel.” There is no indication on how to create these anywhere in the tutorial. This seems a pretty simple omission on your part.
What’s the resolution?
Thanks,
Don