Skip to content

Udemy - Spring Professional Certification Exam Tutorial

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: UdemyGroup: NOGRPSource: Udemy
Info Hash
BFC4F2069CAE40060C5E1D83180AE00659E14919
Source
Unverified
Total Size
12.08 GB
Total Files
100
Seeders
1
Leechers
0
Health
1.00
Score
2
Type
Bookware

File List

FileSize
Module 01/00. Environment setup.mp498.93 MB
Module 01/01. What is dependency injection and what are the advantages.mp482.64 MB
Module 01/02. What is a pattern what is an anti pattern.mp470.07 MB
Module 01/03. What is an interface and what are the advantages of.mp488.89 MB
Module 01/04. What is meant by application context.mp428.34 MB
Module 01/05. What is the concept of a aeuroecontaineraeur and what is its lifecycle.mp473.23 MB
Module 01/06. How are you going to create a new instance of an context.mp4127.51 MB
Module 01/07. Can you describe the lifecycle of a spring bean in an.mp475.56 MB
Module 01/08. How are you going to create an applicationcontext in an.mp417.13 MB
Module 01/09. What is the preferred way to close an application context.mp440.64 MB
Module 01/10. Can you describe dependency injection using java.mp4189.42 MB
Module 01/11. Are beans lazily or eagerly instantiated by default how do.mp477.27 MB
Module 01/12. What is a property source how would you use propertysource.mp424.91 MB
Module 01/13. What is a beanfactorypostprocessor and what is it used for.mp443.85 MB
Module 01/14. What is a beanpostprocessor and how is it different to a.mp487.23 MB
Module 01/15. What does component scanning do.mp420.59 MB
Module 01/16. What is the behavior of the annotation autowired with.mp4154.28 MB
Module 01/17. What do you have to do if you would like to inject.mp459.24 MB
Module 01/18. How does the qualifier annotation complement the use of.mp444.95 MB
Module 01/19. What is a proxy object and what are the two different types.mp4105.44 MB
Module 01/20. What are the advantages of java config what are the limitations.mp4116.39 MB
Module 01/21. What does the bean annotation do.mp462.7 MB
Module 01/22. What is the default bean id if you only use bean how can.mp416.52 MB
Module 01/23. Why are you not allowed to annotate a final class with.mp455.72 MB
Module 01/24. How do you configure profiles what are possible use cases.mp4133.9 MB
Module 01/25. Can you use bean together with profile.mp423.02 MB
Module 01/26. Can you use component together with profile.mp427.02 MB
Module 01/27. How many profiles can you have.mp415.73 MB
Module 01/28. How do you inject scalar literal values into spring beans.mp446.74 MB
Module 01/29. What is value used for.mp449.09 MB
Module 01/30. What is spring expression language spel for short.mp477.36 MB
Module 01/31. What is the environment abstraction in spring.mp458.79 MB
Module 01/32. Where can properties in the environment come from.mp492.47 MB
Module 01/33. What can you reference using spel.mp449.01 MB
Module 01/34. What is the difference between $ and # in value expressions.mp418.78 MB
Module 01/code.zip2.21 MB
Module 02/01. What is the concept of aop.mp4128.71 MB
Module 02/02. What is a pointcut a join point an advice an aspect weaving.mp4122.98 MB
Module 02/03. How does spring solve implement a cross cutting concern.mp4104.2 MB
Module 02/04. Which are the limitations of the two proxy types.mp4152.09 MB
Module 02/05. How many advice types does spring support can you name each one.mp466.07 MB
Module 02/06. What do you have to do to enable the detection of the aspect.mp462.59 MB
Module 02/07. If shown pointcut expressions would you understand them.mp4222.35 MB
Module 02/08. What is the joinpoint argument used for.mp435.17 MB
Module 02/09. What is a proceedingjoinpoint when is it used.mp444.85 MB
Module 02/code.zip809.9 KB
Module 03/01. What is the difference between checked and unchecked.mp470.84 MB
Module 03/02. How do you configure a datasource in spring.mp4126.19 MB
Module 03/03. What is the template design pattern and what is the jdbc template.mp487.49 MB
Module 03/04. What is a callback what are the three jdbctemplate.mp4153.67 MB
Module 03/05. Can you execute a plain sql statement with the jdbc template.mp414.53 MB
Module 03/06. When does the jdbc template acquire and release a.mp476.88 MB
Module 03/07. How does the jdbctemplate support generic queries.mp463.4 MB
Module 03/08. What is a transaction what is the difference between.mp471.44 MB
Module 03/09. Is a transaction a cross cutting concern how is it.mp434.94 MB
Module 03/10. How are you going to define a transaction in spring what.mp476.53 MB
Module 03/11. Is the jdbc template able to participate in an existing.mp448.34 MB
Module 03/12. What is a transaction isolation level how many do we have.mp4207.09 MB
Module 03/13. What is enabletransactionmanagement for.mp447.78 MB
Module 03/14. What does transaction propagation mean.mp499.58 MB
Module 03/15. What happens if one transactional annotated method is.mp446.02 MB
Module 03/16. Where can the transactional annotation be used what is a.mp429.42 MB
Module 03/17. What does declarative transaction management mean.mp419.24 MB
Module 03/18. What is the default rollback policy how can you override it.mp432.24 MB
Module 03/19. What is the default rollback policy in a junit test when.mp434.34 MB
Module 03/20. Why is the term unit of work so important and why does.mp477.17 MB
Module 03/21. What do you need to do in spring if you would like to work.mp465.05 MB
Module 03/22. Are you able to participate in a given transaction in.mp432.85 MB
Module 03/23. Which platformtransactionmanager s can you use with jpa.mp495.55 MB
Module 03/24. What do you have to configure to use jpa with spring.mp448.26 MB
Module 03/25. What is a repository interface.mp453.48 MB
Module 03/26. How do you define a repository interface why is.mp452.83 MB
Module 03/27. What is the naming convention for finder methods in a.mp451.33 MB
Module 03/28. How are spring data repositories implemented by spring at runtime.mp494.32 MB
Module 03/29. What is query used for.mp421.91 MB
Module 03/code.zip2.03 MB
Module 04/01. What is spring boot.mp451.32 MB
Module 04/02. What are the advantages of using spring boot.mp474.78 MB
Module 04/03. Why is it opinionated.mp486.59 MB
Module 04/04. What things affect what spring boot sets up.mp454.9 MB
Module 04/05. What is a spring boot starter pom why is it useful.mp425.57 MB
Module 04/06. Spring boot supports both properties and yml files would.mp446.09 MB
Module 04/07. Can you control logging with spring boot how.mp471.63 MB
Module 04/08. Where does spring boot look for property file by default.mp441.16 MB
Module 04/09. How do you define profile specific property files.mp425.24 MB
Module 04/10. How do you access the properties defined in the property files.mp432.19 MB
Module 04/11. What properties do you have to define in order to configure.mp423.47 MB
Module 04/12. How do you configure default schema and initial data.mp452.42 MB
Module 04/13. What is a fat jar how is it different from the original jar.mp452.1 MB
Module 04/14. What is the difference between an embedded container and a war.mp472.39 MB
Module 04/15. What embedded containers does spring boot support.mp428.85 MB
Module 04/16. How does spring boot know what to configure.mp437.37 MB
Module 04/17. What does enableautoconfiguration do.mp432.87 MB
Module 04/18. What does springbootapplication do.mp434.84 MB
Module 04/19. Does spring boot do component scanning where does it look.mp430.09 MB
Module 04/20. How are datasource and jdbctemplate auto configured.mp451.52 MB
Module 04/21. What is spring factories file for.mp463.94 MB
Module 04/22. How do you customize spring auto configuration.mp444.68 MB
Module 04/23. What are the examples of conditional annotations how are.mp459.11 MB
Module 04/24. What value does spring boot actuator provide.mp420.63 MB

Trackers

No trackers found.