From the course: Spring: Design Patterns

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps

From the course: Spring: Design Patterns

Start my 1-month free trial

Next steps

- [Frank] So we've spent quite a bit of time talking about design patterns, and you may wonder what's next. But before we get there, I want to recap on what we've done in this course. So we started by learning about design patterns in general and the Gang of Four. We then focused on the major patterns in the Spring Framework. Those that the framework itself uses in its day-to-day operations. We've learned about the patterns and how to implement the ones that are most commonly used with and outside the framework. The ones that you most likely are going to encounter are the ones that we talked about how to implement. And probably most importantly, we discussed why to use each of these design patterns, because you can always go look up the implementation, but knowing why to use them is 90% of the battle. Which leads me to where we should go next. We need to study the patterns, especially the more common ones. The ones that I presented are a subset of the most common patterns, and I…

Contents