Этот материал находится в платной подписке. Оформи премиум подписку и смотри Spring & Hibernate for Beginners (includes Spring Boot), а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:21
    Introduction
  • Урок 2. 00:01:06
    Practice Activities - Overview
  • Урок 3. 00:04:27
    Why Spring? - part 1
  • Урок 4. 00:04:59
    Why Spring? - part 2
  • Урок 5. 00:03:50
    Spring 5 Update
  • Урок 6. 00:04:22
    Spring Core Framework - Part 1
  • Урок 7. 00:03:21
    Spring Core Framework - Part 2
  • Урок 8. 00:02:59
    Spring Platform
  • Урок 9. 00:01:33
    Dev Environment Overview
  • Урок 10. 00:05:13
    Installing Tomcat
  • Урок 11. 00:04:52
    Installing Eclipse
  • Урок 12. 00:02:40
    Connecting Tomcat to Eclipse
  • Урок 13. 00:01:10
    Downloading Spring 5 JAR Files - Overview
  • Урок 14. 00:05:33
    Downloading Spring 5 JAR files - Installation
  • Урок 15. 00:02:37
    What is Inversion of Control?
  • Урок 16. 00:07:08
    Code Demo - Rough Prototype Part 1
  • Урок 17. 00:03:47
    Code Demo - Rough Prototype Part 2
  • Урок 18. 00:05:46
    Spring Inversion of Control - Overview
  • Урок 19. 00:08:27
    Spring Inversion of Control - Write Some Code - Part 1
  • Урок 20. 00:01:33
    Spring Inversion of Control - Write Some Code - Part 2
  • Урок 21. 00:07:51
    Spring Dependency Injection - Overview
  • Урок 22. 00:01:57
    Spring Dependency Injection - Behind the Scenes
  • Урок 23. 00:04:03
    Spring Dependency Injection - Write Some Code - Part 1
  • Урок 24. 00:06:20
    Spring Dependency Injection - Write Some Code - Part 2
  • Урок 25. 00:07:21
    Spring Dependency Injection - Write Some Code - Part 3
  • Урок 26. 00:03:26
    Setter Injection - Overview
  • Урок 27. 00:04:38
    Setter Injection - Write Some Code - Part 1
  • Урок 28. 00:07:56
    Setter Injection - Write Some Code - Part 2
  • Урок 29. 00:02:15
    Injecting Literal Values - Overview
  • Урок 30. 00:07:03
    Injecting Literal Values - Write Some Code
  • Урок 31. 00:03:20
    Injecting Values from a Properties File - Overview
  • Урок 32. 00:06:09
    Injecting Values from a Properties File - Write Some Code
  • Урок 33. 00:04:17
    Bean Scopes - Overview
  • Урок 34. 00:05:35
    Bean Scopes - Write Some Code - Part 1
  • Урок 35. 00:05:06
    Bean Scopes - Write Some Code - Part 2
  • Урок 36. 00:03:00
    Bean Lifecycle - Overview
  • Урок 37. 00:07:41
    Bean Lifecycle - Write Some Code
  • Урок 38. 00:06:56
    Annotations Overview - Component Scanning
  • Урок 39. 00:03:27
    Annotations Project Setup
  • Урок 40. 00:04:04
    Explicit Component Names - Write Some Code - Part 1
  • Урок 41. 00:07:53
    Explicit Component Names - Write Some Code - Part 2
  • Урок 42. 00:02:06
    Default Component Names - Overview
  • Урок 43. 00:05:17
    Default Component Names - Write Some Code
  • Урок 44. 00:05:48
    Constructor Injection - Overview
  • Урок 45. 00:03:30
    Constructor Injection - Write Some Code - Part 1
  • Урок 46. 00:05:24
    Constructor Injection - Write Some Code - Part 2
  • Урок 47. 00:02:18
    Setter Injection - Overview
  • Урок 48. 00:05:05
    Setter Injection - Write Some Code
  • Урок 49. 00:03:04
    Method Injection
  • Урок 50. 00:01:45
    Field Injection - Overview
  • Урок 51. 00:02:45
    Field Injection - Write Some Code
  • Урок 52. 00:01:46
    Which Injection Type Should You Use?
  • Урок 53. 00:03:14
    Qualifiers for Dependency Injection - Overview
  • Урок 54. 00:07:17
    Qualifiers for Dependency Injection - Write Some Code - Part 1
  • Урок 55. 00:06:28
    Qualifiers for Dependency Injection - Write Some Code - Part 2
  • Урок 56. 00:02:26
    @Scope Annotation - Overview
  • Урок 57. 00:07:15
    @Scope Annotation - Write Some Code
  • Урок 58. 00:01:18
    Bean Lifecycle Method Annotations - Overview
  • Урок 59. 00:03:34
    Bean Lifecycle Method Annotations - Write Some Code
  • Урок 60. 00:03:34
    Spring Configuration with Java Code (no xml) - Overview
  • Урок 61. 00:05:51
    Spring Configuration with Java Code (no xml) - Write Some Code
  • Урок 62. 00:03:58
    Defining Spring Beans with Java Code (no xml) - Overview
  • Урок 63. 00:04:09
    Defining Spring Beans with Java Code (no xml) - Write Some Code - Part 1
  • Урок 64. 00:05:19
    Defining Spring Beans with Java Code (no xml) - Write Some Code - Part 2
  • Урок 65. 00:02:37
    Injecting Values from Properties File - Overview
  • Урок 66. 00:02:20
    Injecting Values from Properties File - Write Some Code - Part 1
  • Урок 67. 00:04:52
    Injecting Values from Properties File - Write Some Code - Part 2
  • Урок 68. 00:03:32
    Spring MVC Overview
  • Урок 69. 00:05:29
    Spring MVC - Behind the Scenes
  • Урок 70. 00:01:04
    Development Environment Checkpoint
  • Урок 71. 00:05:28
    Spring MVC Configuration - Overview
  • Урок 72. 00:03:43
    Spring MVC Configuration - JAR Files
  • Урок 73. 00:03:55
    Spring MVC Configuration - Config Files
  • Урок 74. 00:04:50
    Creating a Spring Home Controller and View - Overview
  • Урок 75. 00:04:43
    Creating a Spring Home Controller and View - Write Some Code - Part 1
  • Урок 76. 00:02:24
    Creating a Spring Home Controller and View - Write Some Code - Part 2
  • Урок 77. 00:02:58
    Reading HTML Form Data - Overview
  • Урок 78. 00:04:41
    Reading HTML Form Data - Write Some Code - Part 1
  • Урок 79. 00:03:54
    Reading HTML Form Data - Write Some Code - Part 2
  • Урок 80. 00:02:48
    Reading HTML Form Data - Write Some Code - Part 3
  • Урок 81. 00:05:57
    Adding Data to the Spring Model - Overview
  • Урок 82. 00:04:21
    Adding Data to the Spring Model - Write Some Code - Part 1
  • Урок 83. 00:04:14
    Adding Data to the Spring Model - Write Some Code - Part 2
  • Урок 84. 00:01:38
    Binding Request Params - Overview
  • Урок 85. 00:05:29
    Binding Request Params - Write Some Code
  • Урок 86. 00:01:41
    Controller Level Request Mapping - Overview
  • Урок 87. 00:03:55
    Controller Level Request Mapping - Write Some Code - Part 1
  • Урок 88. 00:03:38
    Controller Level Request Mapping - Write Some Code - Part 2
  • Урок 89. 00:02:36
    Spring MVC Form Tags Overview
  • Урок 90. 00:06:04
    Text Fields - Overview
  • Урок 91. 00:05:33
    Text Fields - Write Some Code - Part 1
  • Урок 92. 00:06:20
    Text Fields - Write Some Code - Part 2
  • Урок 93. 00:04:20
    Text Fields - Write Some Code - Part 3
  • Урок 94. 00:01:48
    Drop-Down Lists - Overview
  • Урок 95. 00:04:45
    Drop-Down Lists - Write Some Code - Part 1
  • Урок 96. 00:05:25
    Drop-Down Lists - Write Some Code - Part 2
  • Урок 97. 00:01:38
    Radio Buttons - Overview
  • Урок 98. 00:04:44
    Radio Buttons - Write Some Code
  • Урок 99. 00:01:27
    Checkboxes - Overview
  • Урок 100. 00:05:00
    Checkboxes - Write Some Code - Part 1
  • Урок 101. 00:02:40
    Checkboxes - Write Some Code - Part 2
  • Урок 102. 00:02:54
    Spring MVC Form Validation Overview
  • Урок 103. 00:01:43
    Setting Up Dev Environment for Form Validation
  • Урок 104. 00:02:51
    Installing Validation Files
  • Урок 105. 00:05:14
    Checking for Required Fields Overview
  • Урок 106. 00:02:37
    Add Validation Rule to Customer Class
  • Урок 107. 00:06:48
    Display Validation Error Messages on HTML Form
  • Урок 108. 00:04:10
    Perform Validation in Controller Class - Part 1
  • Урок 109. 00:03:42
    Perform Validation in Controller Class - Part 2
  • Урок 110. 00:04:25
    Update Confirmation Page
  • Урок 111. 00:02:54
    Test the Validation Rule for Required Fields
  • Урок 112. 00:03:56
    Add Pre-processing Code with @InitBinder - Overview
  • Урок 113. 00:05:12
    Add Pre-processing Code with @InitBinder - Write Some Code
  • Урок 114. 00:02:37
    Validating a Number Range - Overview
  • Урок 115. 00:06:34
    Validating a Number Range - Write Some Code
  • Урок 116. 00:02:22
    Applying Regular Expressions - Overview
  • Урок 117. 00:06:07
    Applying Regular Expressions - Write Some Code
  • Урок 118. 00:05:00
    How to make Integer Field Required: freePasses
  • Урок 119. 00:03:59
    How to Handle String input for Integer Fields - Custom Message
  • Урок 120. 00:04:11
    How to Handle String input for Integer Fields - Configure Resource Bundle
  • Урок 121. 00:04:44
    How to Handle String input for Integer Fields - Deep Dive
  • Урок 122. 00:04:02
    Custom Form Validation - Overview - Part 1
  • Урок 123. 00:06:05
    Custom Form Validation - Overview - Part 2
  • Урок 124. 00:03:33
    Creating a Custom Java Annotation - Part 1
  • Урок 125. 00:03:04
    Creating a Custom Java Annotation - Part 2
  • Урок 126. 00:04:38
    Developing the ConstraintValidator
  • Урок 127. 00:04:08
    Adding Validation Rule to the Entity and Form
  • Урок 128. 00:04:48
    Testing the Custom Validation Rule
  • Урок 129. 00:08:22
    Hibernate Overview
  • Урок 130. 00:01:21
    Hibernate and JDBC
  • Урок 131. 00:01:24
    Hibernate Development Environment Overview
  • Урок 132. 00:04:42
    Installing MySQL on MS Windows
  • Урок 133. 00:07:27
    Setting Up Database Table
  • Урок 134. 00:09:01
    Setting up Hibernate in Eclipse
  • Урок 135. 00:06:20
    Testing Your JDBC Connection
  • Урок 136. 00:00:45
    Hibernate Development Process Overview
  • Урок 137. 00:05:06
    Creating the Hibernate Configuration File
  • Урок 138. 00:06:53
    Hibernate Annotations - Part 1
  • Урок 139. 00:07:29
    Hibernate Annotations - Part 2
  • Урок 140. 00:06:13
    Creating and Saving Java Objects - Part 1
  • Урок 141. 00:09:13
    Creating and Saving Java Objects - Part 2
  • Урок 142. 00:05:55
    Primary Keys - Overview
  • Урок 143. 00:07:12
    Primary Keys - Write Some Code
  • Урок 144. 00:03:10
    Primary Keys - Changing the Starting Index
  • Урок 145. 00:09:54
    Reading Objects with Hibernate
  • Урок 146. 00:03:31
    Querying Objects with Hibernate - Overview
  • Урок 147. 00:06:58
    Querying Objects with Hibernate - Write Some Code - Part 1
  • Урок 148. 00:07:00
    Querying Objects with Hibernate - Write Some Code - Part 2
  • Урок 149. 00:03:38
    Updating Objects with Hibernate - Overview
  • Урок 150. 00:07:59
    Updating Objects with Hibernate - Write Some Code
  • Урок 151. 00:02:46
    Deleting Objects with Hibernate - Overview
  • Урок 152. 00:06:34
    Deleting Objects with Hibernate - Write Some Code
  • Урок 153. 00:02:58
    Advanced Mappings Overview
  • Урок 154. 00:05:16
    Database Concepts
  • Урок 155. 00:05:10
    @OneToOne - Overview - Part 1
  • Урок 156. 00:06:21
    @OneToOne - Overview - Part 2
  • Урок 157. 00:03:32
    @OneToOne - Overview - Part 3
  • Урок 158. 00:07:07
    @OneToOne - Run Database Scripts
  • Урок 159. 00:04:12
    @OneToOne - Write Some Code - Prep Work
  • Урок 160. 00:06:01
    @OneToOne - Write Some Code - Create InstructorDetail class
  • Урок 161. 00:07:15
    @OneToOne - Write Some Code - Create Instructor class
  • Урок 162. 00:04:19
    @OneToOne - Write Some Code - Build Main App - Part 1
  • Урок 163. 00:05:26
    @OneToOne - Write Some Code - Build Main App - Part 2
  • Урок 164. 00:05:24
    @OneToOne - Delete an Entity
  • Урок 165. 00:06:42
    @OneToOne - Bi-Directional Overview
  • Урок 166. 00:05:18
    @OneToOne - Bi-Directional - Create Relationship
  • Урок 167. 00:05:00
    @OneToOne - Bi-Directional - Develop Main App
  • Урок 168. 00:03:20
    @OneToOne - Refactoring and Exception Handling
  • Урок 169. 00:03:52
    @OneToOne - Bi-Directional - Cascade Delete
  • Урок 170. 00:03:30
    @OneToOne - Bi-Directional - Delete Only InstructorDetail - Part 1
  • Урок 171. 00:05:07
    @OneToOne - Bi-Directional - Delete Only InstructorDetail - Part 2
  • Урок 172. 00:04:14
    @OneToMany - Bi-Directional Overview - Part 1
  • Урок 173. 00:03:42
    @OneToMany - Bi-Directional Overview - Part 2
  • Урок 174. 00:04:37
    @OneToMany - Bi-Directional - Database Prep Work
  • Урок 175. 00:05:02
    @OneToMany - Bi-Directional - Create Course Mapping
  • Урок 176. 00:03:07
    @OneToMany - Bi-Directional - Define Course Relationship
  • Урок 177. 00:04:55
    @OneToMany - Bi-Directional - Update Instructor
  • Урок 178. 00:04:40
    @OneToMany - Bi-Directional - Add Instructor to Database
  • Урок 179. 00:05:05
    @OneToMany - Bi-Directional - Create Courses for Instructor
  • Урок 180. 00:03:41
    @OneToMany - Bi-Directional - Retrieve Instructor Courses
  • Урок 181. 00:04:25
    @OneToMany - Bi-Directional - Delete a Course
  • Урок 182. 00:03:18
    Eager vs Lazy Loading - Overview - Part 1
  • Урок 183. 00:05:17
    Eager vs Lazy Loading - Overview - Part 2
  • Урок 184. 00:08:10
    Eager vs Lazy Loading - Coding - Eager
  • Урок 185. 00:04:02
    Eager vs Lazy Loading - Coding - Lazy
  • Урок 186. 00:04:08
    Eager vs Lazy Loading - Coding - Closing the Session
  • Урок 187. 00:03:22
    Eager vs Lazy Loading - Coding - Resolve Lazy Loading Issue
  • Урок 188. 00:06:38
    Eager vs Lazy Loading - Coding - HQL JOIN FETCH
  • Урок 189. 00:03:53
    @OneToMany - Uni-Directional - Overview - Part 1
  • Урок 190. 00:03:27
    @OneToMany - Uni-Directional - Overview - Part 2
  • Урок 191. 00:04:17
    @OneToMany - Uni-Directional - Set up database tables
  • Урок 192. 00:05:54
    @OneToMany - Uni-Directional - Create Review Class
  • Урок 193. 00:04:44
    @OneToMany - Uni-Directional - Configure Fetch Type
  • Урок 194. 00:07:57
    @OneToMany - Uni-Directional - Create Course Reviews
  • Урок 195. 00:03:36
    @OneToMany - Uni-Directional - Get Course Reviews
  • Урок 196. 00:03:15
    @OneToMany - Uni-Directional - Delete Course Reviews
  • Урок 197. 00:05:00
    @ManyToMany - Overview - Part 1
  • Урок 198. 00:06:11
    @ManyToMany - Overview - Part 2
  • Урок 199. 00:04:23
    @ManyToMany - Set up database tables
  • Урок 200. 00:04:21
    @ManyToMany - Update Course class
  • Урок 201. 00:04:32
    @ManyToMany - Configure Course for many-to-many
  • Урок 202. 00:02:48
    @ManyToMany - Configure Student for many-to-many
  • Урок 203. 00:04:31
    @ManyToMany - Create a Main App
  • Урок 204. 00:02:22
    @ManyToMany - Review app output
  • Урок 205. 00:03:35
    @ManyToMany - Add more courses for a student
  • Урок 206. 00:04:01
    @ManyToMany - Verify Data in Join Table
  • Урок 207. 00:03:59
    @ManyToMany - Get Courses for Student
  • Урок 208. 00:06:03
    @ManyToMany - Delete a Course
  • Урок 209. 00:04:30
    @ManyToMany - Delete a Student
  • Урок 210. 00:03:49
    Project Overview and Demo
  • Урок 211. 00:06:09
    Set up Sample Data for Database
  • Урок 212. 00:03:59
    Test Database Connection - Part 1
  • Урок 213. 00:05:18
    Test Database Connection - Part 2
  • Урок 214. 00:04:53
    Set Up Dev Environment - Part 1
  • Урок 215. 00:04:19
    Set Up Dev Environment - Part 2
  • Урок 216. 00:02:12
    Set Up Dev Environment - Part 3
  • Урок 217. 00:02:00
    Test Spring MVC Controller - Part 1
  • Урок 218. 00:05:40
    Test Spring MVC Controller - Part 2
  • Урок 219. 00:03:02
    List Customers - Overview
  • Урок 220. 00:00:46
    List Customers - Overview of Development Process
  • Урок 221. 00:02:51
    List Customers - Creating Hibernate Entity - Part 1
  • Урок 222. 00:06:07
    List Customers - Creating Hibernate Entity - Part 2
  • Урок 223. 00:05:49
    List Customers - Developing Hibernate DAO - Overview - Part 1
  • Урок 224. 00:03:03
    List Customers - Developing Hibernate DAO - Overview - Part 2
  • Урок 225. 00:02:05
    List Customers - Developing Hibernate DAO - Write Some Code - Part 1
  • Урок 226. 00:07:15
    List Customers - Developing Hibernate DAO - Write Some Code - Part 2
  • Урок 227. 00:04:17
    List Customers - Injecting DAO into Controller
  • Урок 228. 00:05:41
    List Customers - Developing JSP View Page
  • Урок 229. 00:04:48
    Making it Pretty with CSS - Overview
  • Урок 230. 00:03:22
    Making it Pretty with CSS - Write Some Code - Part 1
  • Урок 231. 00:05:26
    Making it Pretty with CSS - Write Some Code - Part 2
  • Урок 232. 00:02:51
    Adding a Welcome File
  • Урок 233. 00:05:07
    Refactor: @GetMapping and @PostMapping - Overview
  • Урок 234. 00:02:55
    Refactor: @GetMapping and @PostMapping - Write Some Code
  • Урок 235. 00:04:57
    Refactor: Add a Service Layer - Overview
  • Урок 236. 00:04:37
    Refactor: Add a Service Layer - Write Some Code - Part 1
  • Урок 237. 00:03:30
    Refactor: Add a Service Layer - Write Some Code - Part 2
  • Урок 238. 00:01:51
    Add Customer - Overview
  • Урок 239. 00:03:31
    Add Customer - Setting up the Add Button - Part 1
  • Урок 240. 00:03:17
    Add Customer - Setting up the Add Button - Part 2
  • Урок 241. 00:01:17
    Add Customer - Creating the HTML Form - Part 1
  • Урок 242. 00:05:22
    Add Customer - Creating the HTML Form - Part 2
  • Урок 243. 00:03:56
    Add Customer - Creating the HTML Form - Part 3
  • Урок 244. 00:04:56
    Add Customer - Save to Database - Part 1
  • Урок 245. 00:04:01
    Add Customer - Save to Database - Part 2
  • Урок 246. 00:01:54
    Sort Customer Data
  • Урок 247. 00:02:18
    Update Customer - Overview
  • Урок 248. 00:05:00
    Update Customer - Creating Update Link
  • Урок 249. 00:03:26
    Update Customer - Prepopulating the Form - Part 1
  • Урок 250. 00:04:14
    Update Customer - Prepopulating the Form - Part 2
  • Урок 251. 00:02:46
    Update Customer - Prepopulating the Form - Part 3
  • Урок 252. 00:04:30
    Update Customer - Save Customer to Database - Part 1
  • Урок 253. 00:01:59
    Update Customer - Save Customer to Database - Part 2
  • Урок 254. 00:02:29
    Delete Customer - Overview
  • Урок 255. 00:04:11
    Delete Customer - Creating Delete Link - Part 1
  • Урок 256. 00:02:35
    Delete Customer - Creating Delete Link - Part 2
  • Урок 257. 00:04:02
    Delete Customer - Delete from Database - Part 1
  • Урок 258. 00:03:24
    Delete Customer - Delete from Database - Part 2
  • Урок 259. 00:02:45
    Delete Customer - Delete from Database - Part 3
  • Урок 260. 00:08:35
    AOP - The Business Problem
  • Урок 261. 00:05:13
    AOP Solution and AOP Use Cases
  • Урок 262. 00:07:05
    Comparing Spring AOP and AspectJ
  • Урок 263. 00:10:00
    AOP: @Before Advice Overview
  • Урок 264. 00:05:42
    AOP: AOP Project Setup
  • Урок 265. 00:09:51
    AOP: @Before Advice - Write Some Code
  • Урок 266. 00:08:40
    AOP: @Before Advice - Add and Test AOP Aspect
  • Урок 267. 00:07:12
    AOP - Pointcut Expressions Overview
  • Урок 268. 00:09:19
    AOP - Pointcut Expressions - Match any addAccount Method - Part 2
  • Урок 269. 00:06:47
    AOP - Pointcut Expressions - Match only DAO addAccount - Match any add* Method
  • Урок 270. 00:03:47
    AOP - Pointcut Expressions - Match any Return Type
  • Урок 271. 00:04:18
    AOP: Pointcut Expressions - Match Method Parameter Types Overview
  • Урок 272. 00:09:50
    AOP: Pointcut Expressions - Match Method with Account and more Params
  • Урок 273. 00:07:06
    AOP: Pointcut Expressions - Match Method Any Params - Match Method in a Package
  • Урок 274. 00:04:05
    AOP: Pointcut Declarations - Overview
  • Урок 275. 00:08:40
    AOP: Pointcut Declarations - Write Some Code
  • Урок 276. 00:04:41
    AOP: Combining Pointcuts - Overview
  • Урок 277. 00:07:29
    AOP: Combining Pointcuts - Write Some Code - Part 1
  • Урок 278. 00:07:29
    AOP: Combining Pointcuts - Write Some Code - Part 2
  • Урок 279. 00:06:50
    AOP: Ordering Aspects - Overview
  • Урок 280. 00:11:04
    AOP: Ordering Aspects - Write Some Code - Part 1
  • Урок 281. 00:06:27
    AOP: Ordering Aspects - Write Some Code - Part 2
  • Урок 282. 00:08:44
    AOP: Read Method Arguments with JoinPoints - Overview
  • Урок 283. 00:06:19
    AOP: Read Method Arguments with JoinPoints - Write Some Code
  • Урок 284. 00:07:03
    AOP: @AfterReturning Overview
  • Урок 285. 00:08:25
    AOP: @AfterReturning - Write Some Code - Part 1
  • Урок 286. 00:07:58
    AOP: @AfterReturning - Write Some Code - Part 2
  • Урок 287. 00:04:53
    AOP: @AfterReturning - Write Some Code - Part 3
  • Урок 288. 00:10:26
    AOP: @AfterReturning - Modifying Data - Write Some Code
  • Урок 289. 00:10:35
    AOP: @AfterThrowing
  • Урок 290. 00:10:38
    AOP: @AfterThrowing - Write Some Code
  • Урок 291. 00:04:06
    AOP: @After Overview
  • Урок 292. 00:08:31
    AOP: @After - Write Some Code
  • Урок 293. 00:05:34
    AOP: @Around Advice Overview
  • Урок 294. 00:09:39
    AOP: @Around - Write Some Code - Part 1
  • Урок 295. 00:07:01
    AOP: @Around - Write Some Code - Part 2
  • Урок 296. 00:08:05
    AOP: @Around Advice - Resolve Order Issue
  • Урок 297. 00:04:42
    AOP: @Around Advice - Handling Exceptions - Overview
  • Урок 298. 00:11:01
    AOP: @Around Advice - Handling Exceptions - Write Some Code
  • Урок 299. 00:04:53
    AOP: @Around Advice - Rethrowing Exceptions
  • Урок 300. 00:04:49
    AOP: AOP and Spring MVC App - Overview
  • Урок 301. 00:09:10
    AOP: AOP and Spring MVC App - Write Some Code - Create Aspect
  • Урок 302. 00:07:55
    AOP: AOP and Spring MVC App - Write Some Code - Add @Before Advice
  • Урок 303. 00:07:57
    AOP: AOP and Spring MVC App - Write Some Code - Add @AfterReturning Advice
  • Урок 304. 00:06:32
    Maven Overview - Part 1
  • Урок 305. 00:04:20
    Maven Overview - Part 2
  • Урок 306. 00:07:35
    Maven Key Concepts - POM file and Coordinates
  • Урок 307. 00:05:49
    Maven - How to Find Dependencies
  • Урок 308. 00:03:12
    Maven Archetypes
  • Урок 309. 00:03:56
    Maven - Creating a Simple Project - Part 1
  • Урок 310. 00:04:39
    Maven - Creating a Simple Project - Part 2
  • Урок 311. 00:05:46
    Maven - Creating a Web App Project
  • Урок 312. 00:03:12
    Maven - Repositories Overview
  • Урок 313. 00:08:01
    Maven - Local Repository
  • Урок 314. 00:04:06
    Maven - Central Repository (remote)
  • Урок 315. 00:03:12
    Maven - Private Repositories
  • Урок 316. 00:07:53
    Spring Security - Overview
  • Урок 317. 00:03:31
    Spring Security - Demo
  • Урок 318. 00:04:53
    Spring Security - All Java Configuration - Part 1
  • Урок 319. 00:03:53
    Spring Security - All Java Configuration - Part 2
  • Урок 320. 00:02:30
    Spring Security - Project Downloads and Setup
  • Урок 321. 00:04:30
    Spring Security - Maven Configuration
  • Урок 322. 00:05:13
    Spring Security - Create Spring Java Config class
  • Урок 323. 00:02:54
    Spring Security - Create Spring Initializer class
  • Урок 324. 00:03:49
    Spring Security - Create Controller and View
  • Урок 325. 00:00:59
    Spring Security - Run the App
  • Урок 326. 00:03:13
    Spring Security - Add Spring Security Maven Dependencies
  • Урок 327. 00:05:13
    Spring Security - Add Spring Security Maven Dependencies - Demo
  • Урок 328. 00:03:47
    Spring Security - Basic Security (Users, Passwords and Roles)
  • Урок 329. 00:03:13
    Spring Security - Create Security Initializer
  • Урок 330. 00:04:53
    Spring Security - Create Security Config
  • Урок 331. 00:04:12
    Spring Security - Rename Context Roots
  • Урок 332. 00:05:38
    Spring Security - Dev and Testing with New Private Window
  • Урок 333. 00:06:01
    Spring Security - Custom Login Form Overview - Part 1
  • Урок 334. 00:05:30
    Spring Security - Custom Login Form Overview - Part 2
  • Урок 335. 00:04:31
    Spring Security - Spring Config for Custom Login Form
  • Урок 336. 00:02:07
    Spring Security - Create Request Mapping for Login Form
  • Урок 337. 00:04:26
    Spring Security - Building Custom Login Form
  • Урок 338. 00:02:23
    Spring Security - Testing Custom Login Form
  • Урок 339. 00:03:04
    Spring Security - Adding Login Error Message - Overview
  • Урок 340. 00:06:01
    Spring Security - Adding Login Error Message - Coding
  • Урок 341. 00:02:07
    Spring Security - Bootstrap CSS Login Form
  • Урок 342. 00:04:25
    Spring Security - Bootstrap CSS Login Form - Adding Form
  • Урок 343. 00:03:45
    Spring Security - Bootstrap CSS Login Form - Customizing Form
  • Урок 344. 00:02:33
    Spring Security - Bootstrap CSS Login Form - Testing
  • Урок 345. 00:03:08
    Spring Security - Logout Overview
  • Урок 346. 00:04:39
    Spring Security - Logout Configuration
  • Урок 347. 00:03:00
    Spring Security - Customizing Logout Message
  • Урок 348. 00:06:02
    Spring Security - Cross Site Request Forgery (CSRF)
  • Урок 349. 00:04:40
    Spring Security - Viewing CSRF Tokens
  • Урок 350. 00:02:55
    Spring Security - Manually Adding CSRF Tokens
  • Урок 351. 00:02:32
    Spring Security - Displaying User ID and Roles - Overview
  • Урок 352. 00:05:46
    Spring Security - Displaying User ID and Roles - Write Some Code
  • Урок 353. 00:03:37
    Spring Security - Displaying User ID and Roles - Test the App
  • Урок 354. 00:05:35
    Spring Security - Restrict Access - Overview
  • Урок 355. 00:03:20
    Spring Security - Restrict Access - Update Home Page
  • Урок 356. 00:06:47
    Spring Security - Restrict Access - Create Controller and Views
  • Урок 357. 00:06:19
    Spring Security - Restrict Access - Security Configuration
  • Урок 358. 00:07:15
    Spring Security - Restrict Access - Test Admin Access
  • Урок 359. 00:01:50
    Spring Security - Create a Custom "Access Denied" Page - Overview
  • Урок 360. 00:03:06
    Spring Security - Create a Custom "Access Denied" Page - Configuration
  • Урок 361. 00:03:37
    Spring Security - Create a Custom "Access Denied" Page - Coding
  • Урок 362. 00:02:31
    Spring Security - Display Content based on Roles - Overview
  • Урок 363. 00:04:13
    Spring Security - Display Content based on Roles - Write Some Code
  • Урок 364. 00:04:01
    Spring Security - Display Content based on Roles - Testing
  • Урок 365. 00:05:26
    Spring Security JDBC - Overview - Defining Database Schema
  • Урок 366. 00:04:48
    Spring Security JDBC - Overview - DataSource Configuration
  • Урок 367. 00:03:59
    Spring Security JDBC - Overview - Add JDBC Authentication
  • Урок 368. 00:06:42
    Spring Security JDBC - Coding - Run SQL Script
  • Урок 369. 00:05:11
    Spring Security JDBC - Coding - Update Maven POM File
  • Урок 370. 00:02:18
    Spring Security JDBC - Coding - Add JDBC Properties File
  • Урок 371. 00:05:17
    Spring Security JDBC - Coding - Define DataSource
  • Урок 372. 00:04:13
    Spring Security JDBC - Coding - Reading Props File
  • Урок 373. 00:05:37
    Spring Security JDBC - Coding - Configure Data Source
  • Урок 374. 00:02:41
    Spring Security JDBC - Coding - Add JDBC Authentication
  • Урок 375. 00:05:33
    Spring Security JDBC - Coding - Test the App
  • Урок 376. 00:05:05
    Spring Security - Password Encryption - Bcrypt Overview
  • Урок 377. 00:04:46
    Spring Security - Password Encryption - Spring Configuration
  • Урок 378. 00:03:43
    Spring Security - Password Encryption - Setting up Database Schema
  • Урок 379. 00:03:37
    Spring Security - Password Encryption - Bcrypt Configuration
  • Урок 380. 00:03:44
    Spring Security - Password Encryption - Testing Passwords
  • Урок 381. 00:05:41
    Spring REST - What are REST Web Services? - Part 1
  • Урок 382. 00:04:42
    Spring REST - What are REST Web Services? - Part 2
  • Урок 383. 00:03:45
    Spring REST - JSON Overview
  • Урок 384. 00:07:37
    Spring REST - JSON Data Binding with Jackson - Overview 1
  • Урок 385. 00:02:54
    Spring REST - JSON Data Binding with Jackson - Overview 2
  • Урок 386. 00:06:10
    Spring REST - JSON Jackson Demo - Set Up Maven Project
  • Урок 387. 00:06:55
    Spring REST - JSON Jackson Demo - Processing JSON
  • Урок 388. 00:05:59
    Spring REST - JSON Jackson Demo - Nested Objects and Arrays
  • Урок 389. 00:02:39
    Spring REST - JSON Jackson Demo - Display Nested and Arrays
  • Урок 390. 00:04:00
    Spring REST - JSON Jackson Demo - Ignore Properties
  • Урок 391. 00:07:01
    Spring REST - HTTP Overview
  • Урок 392. 00:06:38
    Spring REST - Install a REST Client
  • Урок 393. 00:03:40
    Spring REST - Creating a Spring REST Controller - Overview 1
  • Урок 394. 00:04:51
    Spring REST - Creating a Spring REST Controller - Overview 2
  • Урок 395. 00:04:20
    Spring REST - REST Controller Demo - Set Up Maven Project
  • Урок 396. 00:04:30
    Spring REST - REST Controller Demo - Set Up All Java Configuration
  • Урок 397. 00:04:43
    Spring REST - REST Controller Demo - Creating the REST Controller
  • Урок 398. 00:05:57
    Spring REST - App Enhancement with Default Page
  • Урок 399. 00:06:31
    Spring REST - Retrieve POJOs as JSON - Overview
  • Урок 400. 00:03:01
    Spring REST - Retrieve POJOs as JSON - Create POJO
  • Урок 401. 00:04:42
    Spring REST - Retrieve POJOs as JSON - Create REST Controller
  • Урок 402. 00:04:09
    Spring REST - Retrieve POJOs as JSON - Test REST Controller
  • Урок 403. 00:04:23
    Spring REST - Using @PathVariable for REST Endpoints - Overview
  • Урок 404. 00:04:24
    Spring REST - Using @PathVariable for REST Endpoints - Refactoring Code
  • Урок 405. 00:04:30
    Spring REST - Using @PathVariable for REST Endpoints - Coding @PathVariable
  • Урок 406. 00:03:53
    Spring REST - Exception Handling Overview - Part 1
  • Урок 407. 00:04:32
    Spring REST - Exception Handling Overview - Part 2
  • Урок 408. 00:05:12
    Spring REST - Exception Handling - Create Custom Error Response and Exception
  • Урок 409. 00:02:26
    Spring REST - Exception Handling - Update REST Service to throw Exception
  • Урок 410. 00:04:27
    Spring REST - Exception Handling - Add Exception Handler with @ExceptionHandler
  • Урок 411. 00:04:33
    Spring REST - Exception Handling - Test the App
  • Урок 412. 00:04:39
    Spring REST - Exception Handling - Adding Generic Exception Handler
  • Урок 413. 00:05:25
    Spring REST - Global Exception Handling Overview
  • Урок 414. 00:03:43
    Spring REST - Global Exception Handling with @ControllerAdvice
  • Урок 415. 00:05:21
    Spring REST - API Design Best Practices
  • Урок 416. 00:03:35
    Spring REST - API Design of Real-Time Projects (PayPal, Github and SalesForce)
  • Урок 417. 00:02:12
    Spring REST - CRUD Database Real-Time Project - Overview
  • Урок 418. 00:02:52
    Spring REST - Import Maven Project
  • Урок 419. 00:06:13
    Spring REST - Maven POM file and All Java Config (no xml)
  • Урок 420. 00:05:22
    Spring REST - Project Service and DAO
  • Урок 421. 00:02:51
    Spring REST - Create Database Tables
  • Урок 422. 00:02:33
    Spring REST - CRUD Database Real-Time Project - Get Customers Overview
  • Урок 423. 00:03:57
    Spring REST - CRUD Database Real-Time Project - Create REST Controller
  • Урок 424. 00:04:19
    Spring REST - CRUD Database Real-Time Project - Testing in Postman
  • Урок 425. 00:05:42
    Spring REST - CRUD Database Real-Time Project - Get Single Customer Overview
  • Урок 426. 00:02:44
    Spring REST - CRUD Database Real-Time Project - Get Single Customer - Testing
  • Урок 427. 00:05:16
    Spring REST - CRUD Database Real-Time Project - Exception Handling - Responses
  • Урок 428. 00:02:53
    Spring REST - CRUD Database Real-Time Project - Exception Handling - Refactor
  • Урок 429. 00:03:56
    Spring REST - CRUD Database Real-Time Project - Exception Handling - Annotation
  • Урок 430. 00:03:17
    Spring REST - CRUD Database Real-Time Project - Exception Handling - Catch All
  • Урок 431. 00:05:53
    Spring REST - CRUD Database Real-Time Project - Add Customer - Overview
  • Урок 432. 00:03:06
    Spring REST - CRUD Database Real-Time Project - Add Customer - Coding
  • Урок 433. 00:05:12
    Spring REST - CRUD Database Real-Time Project - Add Customer - Testing
  • Урок 434. 00:02:00
    Spring REST - CRUD Database Real-Time Project - Update Customer - Overview
  • Урок 435. 00:05:09
    Spring REST - CRUD Database Real-Time Project - Update Customer - Coding
  • Урок 436. 00:02:16
    Spring REST - CRUD Database Real-Time Project - Delete Customer - Overview
  • Урок 437. 00:03:53
    Spring REST - CRUD Database Real-Time Project - Delete Customer - Coding
  • Урок 438. 00:03:31
    Spring REST - CRUD Database Real-Time Project - Delete Customer - Testing
  • Урок 439. 00:08:59
    Spring Boot - What is Spring Boot?
  • Урок 440. 00:10:15
    Spring Boot - Creating a Project with Spring Boot Initializr
  • Урок 441. 00:07:10
    Spring Boot - Developing a REST API Controller with Spring Boot
  • Урок 442. 00:07:42
    Spring Boot - Exploring the Spring Boot Project Structure - Part 1
  • Урок 443. 00:08:07
    Spring Boot - Exploring the Spring Boot Project Structure - Part 2
  • Урок 444. 00:07:16
    Spring Boot - Spring Boot Starters - A Curated List of Dependencies
  • Урок 445. 00:02:55
    Spring Boot - Parents for Spring Boot Starters
  • Урок 446. 00:08:56
    Spring Boot - Dev Tools
  • Урок 447. 00:06:03
    Spring Boot - Spring Boot Actuator - Overview
  • Урок 448. 00:10:06
    Spring Boot - Spring Boot Actuator - Accessing Actuator Endpoints
  • Урок 449. 00:09:51
    Spring Boot - Spring Boot Actuator - Applying Security to Actuator Endpoints
  • Урок 450. 00:04:12
    Spring Boot - Running Spring Boot Apps from the Command Line - Overview
  • Урок 451. 00:07:01
    Spring Boot - Running Spring Boot Apps from the Command Line - Coding
  • Урок 452. 00:09:35
    Spring Boot - Injecting Custom Application Properties
  • Урок 453. 00:10:29
    Spring Boot - Configuring the Spring Boot Server
  • Урок 454. 00:05:45
    Spring Boot - REST CRUD Real-Time Project Overview and Database Set Up
  • Урок 455. 00:06:18
    Spring Boot - Create Project with Spring Initializr
  • Урок 456. 00:09:45
    Spring Boot - Integrating Hibernate and JPA
  • Урок 457. 00:09:23
    Spring Boot - Configuring the Spring Boot Data Source
  • Урок 458. 00:08:28
    Spring Boot - Developing the DAO Interface and Implementation
  • Урок 459. 00:06:02
    Spring Boot - Creating REST Controller Methods
  • Урок 460. 00:07:27
    Spring Boot - Additional CRUD Methods for DAO
  • Урок 461. 00:08:36
    Spring Boot - Refactoring the Code to use a Service Layer
  • Урок 462. 00:12:04
    Spring Boot - REST Controller Methods to Find and Add Employee
  • Урок 463. 00:10:25
    Spring Boot - REST Controller Methods to Update and Delete an Employee
  • Урок 464. 00:06:28
    Spring Boot - REST JPA Overview
  • Урок 465. 00:10:28
    Spring Boot - Creating JPA DAO Implementation for REST API
  • Урок 466. 00:08:46
    Spring Boot - Testing the REST API with JPA DAO Implementation
  • Урок 467. 00:08:35
    Spring Boot - Spring Data JPA Overview
  • Урок 468. 00:10:25
    Spring Boot - Creating Spring Data JPA Repository
  • Урок 469. 00:04:52
    Spring Boot - Testing the REST API with Spring Data JPA Repository
  • Урок 470. 00:08:30
    Spring Boot - Spring Data REST Overview
  • Урок 471. 00:11:29
    Spring Boot - Spring Data REST - Creating a REST API
  • Урок 472. 00:10:18
    Spring Boot - Spring Data REST - Configuration, Pagination and Sorting
  • Урок 473. 00:07:19
    Spring Boot - Thymeleaf Overview
  • Урок 474. 00:10:54
    Spring Boot - Thymeleaf Helloworld - Create a Thymeleaf App
  • Урок 475. 00:08:19
    Spring Boot - Thymeleaf Helloworld - Apply CSS Stylesheets
  • Урок 476. 00:11:57
    Spring Boot - Thymeleaf - Build HTML Tables - Overview
  • Урок 477. 00:06:05
    Spring Boot - Thymeleaf - Build HTML Tables - Write Some Code
  • Урок 478. 00:06:18
    Spring Boot - Thymeleaf - Add Bootstrap CSS
  • Урок 479. 00:08:57
    Spring Boot - Thymeleaf - CRUD Database Project - Get Employees - Part 1
  • Урок 480. 00:09:06
    Spring Boot - Thymeleaf - CRUD Database Project - Get Employees - Part 2
  • Урок 481. 00:08:38
    Spring Boot - Thymeleaf - CRUD Database Real-Time Project: Add Employee - Part 1
  • Урок 482. 00:12:01
    Spring Boot - Thymeleaf - CRUD Database Real-Time Project: Add Employee - Part 2
  • Урок 483. 00:08:07
    Spring Boot - Thymeleaf - CRUD Database Real-Time Project: Add Employee - Part 3
  • Урок 484. 00:04:13
    Spring Boot - Thymeleaf - CRUD Database Real-Time Project: Update Employee - 1
  • Урок 485. 00:08:57
    Spring Boot - Thymeleaf - CRUD Database Real-Time Project: Update Employee - 2
  • Урок 486. 00:08:48
    Spring Boot - Thymeleaf - CRUD Database Real-Time Project: Delete Employee
  • Урок 487. 00:01:14
    Thank You and Please Leave a Rating for the Course