Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Spring Professional Certification Exam Tutorial - Module 01, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:09:54
    Environment Setup
  • Урок 2. 00:12:05
    Question 01 - What is dependency injection and what are the advantages?
  • Урок 3. 00:09:21
    Question 02 - What is a pattern? What is an anti-pattern. [...]
  • Урок 4. 00:10:23
    Question 03 - What is an interface and what are the advantages of [..]?
  • Урок 5. 00:04:14
    Question 04 - What is meant by "application-context"?
  • Урок 6. 00:08:45
    Question 05 - What is the concept of a “container” and what is its lifecycle?
  • Урок 7. 00:15:43
    Question 06 - How are you going to create a new instance of an [..] Context?
  • Урок 8. 00:07:51
    Question 07 - Can you describe the lifecycle of a Spring Bean in an [...]?
  • Урок 9. 00:02:36
    Question 08 - How are you going to create an ApplicationContext in an [..]?
  • Урок 10. 00:05:25
    Question 09 - What is the preferred way to close an application context? [..]
  • Урок 11. 00:22:23
    Question 10 - Can you describe Dependency injection using Java [..]
  • Урок 12. 00:09:46
    Question 11 - Are beans lazily or eagerly instantiated by default? How do [...]?
  • Урок 13. 00:03:11
    Question 12 - What is a property source? How would you use @PropertySource?
  • Урок 14. 00:04:49
    Question 13 - What is a BeanFactoryPostProcessor and what is it used for? [...]?
  • Урок 15. 00:10:46
    Question 14 - What is a BeanPostProcessor and how is it different to a [...]?
  • Урок 16. 00:03:12
    Question 15 - What does component-scanning do?
  • Урок 17. 00:15:11
    Question 16 - What is the behavior of the annotation @Autowired with [...]?
  • Урок 18. 00:07:08
    Question 17 - What do you have to do, if you would like to inject [...]?
  • Урок 19. 00:05:33
    Question 18 - How does the @Qualifier annotation complement the use of [...]?
  • Урок 20. 00:13:33
    Question 19 - What is a proxy object and what are the two different types [...]?
  • Урок 21. 00:11:50
    Question 20 - What are the advantages of Java Config? What are the limitations?
  • Урок 22. 00:07:48
    Question 21 - What does the @Bean annotation do?
  • Урок 23. 00:02:34
    Question 22 - What is the default bean id if you only use @Bean? How can [...]?
  • Урок 24. 00:05:34
    Question 23 - Why are you not allowed to annotate a final class with [...]?
  • Урок 25. 00:13:28
    Question 24 - How do you configure profiles? What are possible use cases [...]?
  • Урок 26. 00:03:24
    Question 25 - Can you use @Bean together with @Profile?
  • Урок 27. 00:04:02
    Question 26 - Can you use @Component together with @Profile?
  • Урок 28. 00:02:14
    Question 27 - How many profiles can you have?
  • Урок 29. 00:04:57
    Question 28 - How do you inject scalar/literal values into Spring beans?
  • Урок 30. 00:05:42
    Question 29 - What is @Value used for?
  • Урок 31. 00:08:01
    Question 30 - What is Spring Expression Language (SpEL for short)?
  • Урок 32. 00:05:27
    Question 31 - What is the Environment abstraction in Spring?
  • Урок 33. 00:09:19
    Question 32 - Where can properties in the environment come from?
  • Урок 34. 00:05:21
    Question 33 - What can you reference using SpEL?
  • Урок 35. 00:02:27
    Question 34 - What is the difference between $ and # in @Value expressions?