Register Account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spring Professional Certification Exam Tutorial
#1
[Image: 537368816_que-es-udemy-analisis-opiniones.jpg]
12.08 GB | 43min 6s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English

Files Included :
00 Environment setup.mp4 (98.93 MB)
01 What is dependency injection and what are the advantages.mp4 (82.64 MB)
02 What is a pattern what is an anti pattern.mp4 (70.07 MB)
03 What is an interface and what are the advantages of.mp4 (88.89 MB)
04 What is meant by application context.mp4 (28.34 MB)
05 What is the concept of a aeuroecontaineraeur and what is its lifecycle.mp4 (73.23 MB)
06 How are you going to create a new instance of an context.mp4 (127.51 MB)
07 Can you describe the lifecycle of a spring bean in an.mp4 (75.56 MB)
08 How are you going to create an applicationcontext in an.mp4 (17.13 MB)
09 What is the preferred way to close an application context.mp4 (40.64 MB)
10 Can you describe dependency injection using java.mp4 (189.42 MB)
11 Are beans lazily or eagerly instantiated by default how do.mp4 (77.27 MB)
12 What is a property source how would you use propertysource.mp4 (24.91 MB)
13 What is a beanfactorypostprocessor and what is it used for.mp4 (43.85 MB)
14 What is a beanpostprocessor and how is it different to a.mp4 (87.23 MB)
15 What does component scanning do.mp4 (20.59 MB)
16 What is the behavior of the annotation autowired with.mp4 (154.28 MB)
17 What do you have to do if you would like to inject.mp4 (59.24 MB)
18 How does the qualifier annotation complement the use of.mp4 (44.95 MB)
19 What is a proxy object and what are the two different types.mp4 (105.44 MB)
20 What are the advantages of java config what are the limitations.mp4 (116.39 MB)
21 What does the bean annotation do.mp4 (62.7 MB)
22 What is the default bean id if you only use bean how can.mp4 (16.52 MB)
23 Why are you not allowed to annotate a final class with.mp4 (55.72 MB)
24 How do you configure profiles what are possible use cases.mp4 (133.9 MB)
25 Can you use bean together with profile.mp4 (23.02 MB)
26 Can you use component together with profile.mp4 (27.02 MB)
27 How many profiles can you have.mp4 (15.73 MB)
28 How do you inject scalar literal values into spring beans.mp4 (46.74 MB)
29 What is value used for.mp4 (49.09 MB)
30 What is spring expression language spel for short.mp4 (77.36 MB)
31 What is the environment abstraction in spring.mp4 (58.79 MB)
32 Where can properties in the environment come from.mp4 (92.47 MB)
33 What can you reference using spel.mp4 (49.01 MB)
34 What is the difference between $ and # in value expressions.mp4 (18.78 MB)
code.zip (2.21 MB)
01 What is the concept of aop.mp4 (128.71 MB)
02 What is a pointcut a join point an advice an aspect weaving.mp4 (122.98 MB)
03 How does spring solve implement a cross cutting concern.mp4 (104.2 MB)
04 Which are the limitations of the two proxy types.mp4 (152.09 MB)
05 How many advice types does spring support can you name each one.mp4 (66.07 MB)
06 What do you have to do to enable the detection of the aspect.mp4 (62.59 MB)
07 If shown pointcut expressions would you understand them.mp4 (222.35 MB)
08 What is the joinpoint argument used for.mp4 (35.17 MB)
09 What is a proceedingjoinpoint when is it used.mp4 (44.85 MB)
code.zip (809.9 KB)
01 What is the difference between checked and unchecked.mp4 (70.84 MB)
02 How do you configure a datasource in spring.mp4 (126.19 MB)
03 What is the template design pattern and what is the jdbc template.mp4 (87.49 MB)
04 What is a callback what are the three jdbctemplate.mp4 (153.67 MB)
05 Can you execute a plain sql statement with the jdbc template.mp4 (14.53 MB)
06 When does the jdbc template acquire and release a.mp4 (76.88 MB)
07 How does the jdbctemplate support generic queries.mp4 (63.4 MB)
08 What is a transaction what is the difference between.mp4 (71.44 MB)
09 Is a transaction a cross cutting concern how is it.mp4 (34.94 MB)
10 How are you going to define a transaction in spring what.mp4 (76.53 MB)
11 Is the jdbc template able to participate in an existing.mp4 (48.34 MB)
12 What is a transaction isolation level how many do we have.mp4 (207.09 MB)
13 What is enabletransactionmanagement for.mp4 (47.78 MB)
14 What does transaction propagation mean.mp4 (99.58 MB)
15 What happens if one transactional annotated method is.mp4 (46.02 MB)
16 Where can the transactional annotation be used what is a.mp4 (29.42 MB)
17 What does declarative transaction management mean.mp4 (19.24 MB)
18 What is the default rollback policy how can you override it.mp4 (32.24 MB)
19 What is the default rollback policy in a junit test when.mp4 (34.34 MB)
20 Why is the term unit of work so important and why does.mp4 (77.17 MB)
21 What do you need to do in spring if you would like to work.mp4 (65.05 MB)
22 Are you able to participate in a given transaction in.mp4 (32.85 MB)
23 Which platformtransactionmanager s can you use with jpa.mp4 (95.55 MB)
24 What do you have to configure to use jpa with spring.mp4 (48.26 MB)
25 What is a repository interface.mp4 (53.48 MB)
26 How do you define a repository interface why is.mp4 (52.83 MB)
27 What is the naming convention for finder methods in a.mp4 (51.33 MB)
28 How are spring data repositories implemented by spring at runtime.mp4 (94.32 MB)
29 What is query used for.mp4 (21.91 MB)
code.zip (2.03 MB)
01 What is spring boot.mp4 (51.32 MB)
02 What are the advantages of using spring boot.mp4 (74.78 MB)
03 Why is it opinionated.mp4 (86.59 MB)
04 What things affect what spring boot sets up.mp4 (54.9 MB)
05 What is a spring boot starter pom why is it useful.mp4 (25.57 MB)
06 Spring boot supports both properties and yml files would.mp4 (46.09 MB)
07 Can you control logging with spring boot how.mp4 (71.63 MB)
08 Where does spring boot look for property file by default.mp4 (41.16 MB)
09 How do you define profile specific property files.mp4 (25.24 MB)
10 How do you access the properties defined in the property files.mp4 (32.19 MB)
11 What properties do you have to define in order to configure.mp4 (23.47 MB)
12 How do you configure default schema and initial data.mp4 (52.42 MB)
13 What is a fat jar how is it different from the original jar.mp4 (52.1 MB)
14 What is the difference between an embedded container and a war.mp4 (72.39 MB)
15 What embedded containers does spring boot support.mp4 (28.85 MB)
16 How does spring boot know what to configure.mp4 (37.37 MB)
17 What does enableautoconfiguration do.mp4 (32.87 MB)
18 What does springbootapplication do.mp4 (34.84 MB)
19 Does spring boot do component scanning where does it look.mp4 (30.09 MB)
20 How are datasource and jdbctemplate auto configured.mp4 (51.52 MB)
21 What is spring factories file for.mp4 (63.94 MB)
22 How do you customize spring auto configuration.mp4 (44.68 MB)
23 What are the examples of conditional annotations how are.mp4 (59.11 MB)
24 What value does spring boot actuator provide.mp4 (20.63 MB)
25 What are the two protocols you can use to access.mp4 (46.33 MB)
26 What are the actuator endpoints that are provided.mp4 (48.5 MB)
27 What is info endpoint for how do you supply data.mp4 (26.9 MB)
28 How do you change logging level of a package using loggers.mp4 (85.5 MB)
29 How do you access an endpoint using a tag.mp4 (57.19 MB)
30 What is metrics for.mp4 (29.25 MB)
31 How do you create a custom metric with or without tags.mp4 (68.25 MB)
32 What is health indicator.mp4 (34.75 MB)
33 What are the health indicators that are provided out of the box.mp4 (20.77 MB)
34 What is the health indicator status.mp4 (27.15 MB)
35 What are the health indicator statuses that are provided.mp4 (38 MB)
36 How do you change the health indicator status severity order.mp4 (26.38 MB)
37 Why do you want to leverage 3rd party external monitoring system.mp4 (51.63 MB)
38 When do you want to use springboottest annotation.mp4 (50.88 MB)
39 What does springboottest auto configure.mp4 (135 MB)
40 What dependencies does spring boot starter test.mp4 (19.78 MB)
41 How do you perform integration testing with.mp4 (65.9 MB)
42 When do you want to use webmvctest what does it.mp4 (47.11 MB)
43 What are the differences between mockbean and mock.mp4 (46.33 MB)
44 When do you want use datajpatest for what does.mp4 (36.78 MB)
code.zip (3.29 MB)
01 Mvc is an abbreviation for a design pattern what does.mp4 (100.02 MB)
02 What is the dispatcherservlet and what is it used for.mp4 (156.59 MB)
03 What is a web application context what extra scopes.mp4 (76.7 MB)
04 What is the controller annotation used for.mp4 (19.94 MB)
05 How is an incoming request mapped to a controller and.mp4 (108.42 MB)
06 What is the difference between requestmapping and getmapping.mp4 (36.82 MB)
07 What is requestparam used for.mp4 (65.28 MB)
08 What are the differences between requestparam and pathvariable.mp4 (69.3 MB)
09 What are some of the parameter types for a controller.mp4 (304.91 MB)
10 What other annotations might you use on a controller method.mp4 (390.13 MB)
11 What are some of the valid return types of a controller method.mp4 (213.97 MB)
code.zip (1.03 MB)
01 What are authentication and authorization which must come first.mp4 (143.05 MB)
02 Is security a cross cutting concern how is it implemented.mp4 (150.91 MB)
03 What is the delegating filter proxy.mp4 (154.62 MB)
04 What is the security filter chain.mp4 (123.04 MB)
05 What is a security context.mp4 (130.08 MB)
06 What does the pattern in an antmatcher or mvcmatcher do.mp4 (73.73 MB)
07 Why is the usage of mvcmatcher recommended over antmatcher.mp4 (25.56 MB)
08 Does spring security support password hashing what is salting.mp4 (116.53 MB)
09 Why do you need method security what type of object is.mp4 (52.66 MB)
10 What preauthorized and rolesallowed annotations do.mp4 (42.73 MB)
11 How are preauthorized and rolesallowed annotations implemented.mp4 (79.14 MB)
12 In which security annotation are you allowed to use spel.mp4 (46.24 MB)
code.zip (1.34 MB)
01 What does rest stand for.mp4 (106.79 MB)
02 What is a resource.mp4 (65.56 MB)
03 What does crud mean.mp4 (149.78 MB)
04 Is rest secure what can you do to secure it.mp4 (53.06 MB)
05 Is rest scalable and or interoperable.mp4 (143.42 MB)
06 Which http methods does rest use.mp4 (19.78 MB)
07 What is an httpmessageconverter.mp4 (66.94 MB)
08 Is rest normally stateless.mp4 (91.9 MB)
09 What does requestmapping do.mp4 (100.89 MB)
10 Is controller a stereotype is restcontroller a stereotype.mp4 (38.94 MB)
11 What is the difference between controller and restcontroller.mp4 (57.49 MB)
12 When do you need responsebody.mp4 (31.9 MB)
13 What are the http status return codes for a successful get.mp4 (102.64 MB)
14 When do you need responsestatus.mp4 (43.83 MB)
15 Where do you need responsebody what about requestbody.mp4 (73.33 MB)
16 If you saw example controller code would you understand.mp4 (83.71 MB)
17 Do you need spring mvc in your classpath.mp4 (27.8 MB)
18 What spring boot starter would you use for a spring rest.mp4 (21.98 MB)
19 What are the advantages of the resttemplate.mp4 (72.24 MB)
20 If you saw an example using resttemplate would you.mp4 (72.96 MB)
code.zip (1.43 MB)
01 Do you use spring in a unit test.mp4 (244.74 MB)
02 What type of tests typically use spring.mp4 (124.87 MB)
03 How can you create a shared application context in a junit.mp4 (96.41 MB)
04 When and where do you use transactional in testing.mp4 (78.7 MB)
05 How are mock frameworks such as mockito or easymock used.mp4 (116.11 MB)
06 How is contextconfiguration used.mp4 (69.48 MB)
07 How does spring boot simplify writing tests.mp4 (111 MB)
08 What does springboottest do how does it interact with.mp4 (112.55 MB)
code.zip (1.14 MB)]
Screenshot
[Image: rGa9KotC_o.jpg]

AusFile

[To see links please register or login]

RapidGator

[To see links please register or login]

[Image: signature.png]
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)