README
This source code covers the great Spring tutorial by Koushik (JavaBrains). For organization purposes, I divided it in three parts: - Spring introduction - Spring AOP (Aspect Oriented Programming) - Spring Data (Accessing databases with Spring)
You can view it here: http://www.youtube.com/playlist?list=PL719420CCED1DB833
There are three Eclipse projects (one for each part of the tutorial), commented for learning purposes.
-
Spring introduction ("SpringTutorial")
This covers the videos from:
Spring Tutorial 01 - Understanding Dependency Injection http://www.youtube.com/watch?v=GB8k2-Egfv0
to:
Spring Tutorial 23 - Event Handling in Spring http://www.youtube.com/watch?v=ZUe1Xz7DAcY
-
Spring AOP ("SpringAOP")
This covers the videos from:
Spring Tutorial 24 - Introduction to AOP http://www.youtube.com/watch?v=QdyLsX0nG30
to:
Spring Tutorial 35 - Understanding AOP Proxies http://www.youtube.com/watch?v=yiinKulgm4U
-
Spring Data ("SpringDataTutorial")
This covers the videos from:
Spring Tutorial 36 - Introduction to Spring Data and Setting Up http://www.youtube.com/watch?v=eR_JFtqyNL4
to:
Spring Tutorial 45 - Using Hibernate with Spring http://www.youtube.com/watch?v=0lqlg5tnDag
Contact: [email protected]
Video tutorials by Koushik (JavaBrains): http://javabrains.koushik.org/