1. Урок 1. 00:04:16
    Introduction to the Course
  2. Урок 2. 00:01:29
    Prerequisites
  3. Урок 3. 00:06:08
    About Spring Boot Versions
  4. Урок 4. 00:01:43
    Installing Software
  5. Урок 5. 00:13:10
    Creating a Maven Spring Boot Project
  6. Урок 6. 00:12:54
    A Basic Web App
  7. Урок 7. 00:03:32
    Template Engines
  8. Урок 8. 00:09:41
    Adding a JSP
  9. Урок 9. 00:04:08
    Generating a Project Without Eclipse
  10. Урок 10. 00:06:29
    Packaging With Maven
  11. Урок 11. 00:05:15
    Building With Eclipse
  12. Урок 12. 00:05:47
    Executable Wars
  13. Урок 13. 00:12:43
    Deploying to an Existing Tomcat Server
  14. Урок 14. 00:10:21
    Multiple Controllers
  15. Урок 15. 00:10:29
    Setting Up Apache Tiles
  16. Урок 16. 00:10:39
    Creating Tiles Definitions
  17. Урок 17. 00:06:28
    Adding and Extending Tiles Definitions
  18. Урок 18. 00:10:58
    Static Resources - Bootstrap
  19. Урок 19. 00:07:12
    Adding a Bootstrap Navbar
  20. Урок 20. 00:10:57
    Styling the Navbar
  21. Урок 21. 00:15:12
    Setting the Context Root
  22. Урок 22. 00:08:43
    The Bootstrap Grid
  23. Урок 23. 00:05:56
    Bootstrap Panels
  24. Урок 24. 00:03:16
    Adding a HTML Form
  25. Урок 25. 00:11:10
    JUnit
  26. Урок 26. 00:05:33
    MySQL Databases
  27. Урок 27. 00:07:41
    Creating a MySQL User
  28. Урок 28. 00:12:24
    Connecting to MySQL
  29. Урок 29. 00:06:09
    Creating a Domain Object
  30. Урок 30. 00:08:51
    Using JPA
  31. Урок 31. 00:15:25
    Using CrudRepository
  32. Урок 32. 00:10:09
    Retrieving the Most Recent Status Object
  33. Урок 33. 00:03:43
    Adding a Service Layer
  34. Урок 34. 00:12:00
    Model and View
  35. Урок 35. 00:11:41
    Spring Forms
  36. Урок 36. 00:09:06
    Displaying Data
  37. Урок 37. 00:07:52
    Formatting Dates
  38. Урок 38. 00:08:41
    JSPs, Objects and Classes
  39. Урок 39. 00:06:19
    Model Attributes
  40. Урок 40. 00:07:35
    Refreshing and Updating
  41. Урок 41. 00:09:58
    Validating Forms
  42. Урок 42. 00:07:45
    Customising Validation Messages
  43. Урок 43. 00:02:10
    About Paging
  44. Урок 44. 00:07:12
    Getting Pages of Results
  45. Урок 45. 00:11:03
    Getting URL Parameters
  46. Урок 46. 00:07:31
    Outputting Pages
  47. Урок 47. 00:02:38
    Formatting the Status Updates
  48. Урок 48. 00:12:23
    Outputting Page Numbers
  49. Урок 49. 00:11:36
    Custom Tags
  50. Урок 50. 00:08:11
    Cycling Through Page Blocks
  51. Урок 51. 00:09:49
    Displaying Page Number Blocks
  52. Урок 52. 00:04:38
    Fixing the Block Hyperlinks and Separator
  53. Урок 53. 00:08:23
    Jumping to the First Page of Blocks
  54. Урок 54. 00:03:04
    What If There Is Only One Page
  55. Урок 55. 00:04:36
    Redirecting
  56. Урок 56. 00:07:10
    Editing the Home Page
  57. Урок 57. 00:06:15
    Javascript Visual Editors
  58. Урок 58. 00:09:45
    Dropdown Menus
  59. Урок 59. 00:07:54
    Adding Edit and Delete Links
  60. Урок 60. 00:06:47
    Deleting Status Updates
  61. Урок 61. 00:08:17
    Displaying Statuses for Editing
  62. Урок 62. 00:10:19
    Saving Edits
  63. Урок 63. 00:07:39
    Adding Spring Security
  64. Урок 64. 00:03:42
    Conditional Formatting
  65. Урок 65. 00:06:59
    Additional Security Rules
  66. Урок 66. 00:15:23
    Adding a Login Form
  67. Урок 67. 00:09:13
    Authentication
  68. Урок 68. 00:04:29
    Login Error Messages
  69. Урок 69. 00:06:50
    Logging Out
  70. Урок 70. 00:05:50
    The Security Taglib
  71. Урок 71. 00:05:30
    The User Domain Object
  72. Урок 72. 00:07:45
    The User Service
  73. Урок 73. 00:04:14
    The User Service
  74. Урок 74. 00:05:25
    Configuring the User Service
  75. Урок 75. 00:07:58
    Registration Forms
  76. Урок 76. 00:06:00
    Making Registration Work
  77. Урок 77. 00:11:40
    Password Encryption
  78. Урок 78. 00:08:18
    Using Roles
  79. Урок 79. 00:03:37
    Restricting Urls on Roles
  80. Урок 80. 00:07:45
    Validating the Email Address
  81. Урок 81. 00:09:51
    Validating the Password
  82. Урок 82. 00:05:39
    Adding Custom Validation
  83. Урок 83. 00:06:48
    Custom Validaton Annotation
  84. Урок 84. 00:09:35
    Adding the Password Match Constraint
  85. Урок 85. 00:05:49
    Fake Smtp Test Services
  86. Урок 86. 00:10:00
    Configuring a Mail Sender
  87. Урок 87. 00:08:36
    Creating a Mail Service
  88. Урок 88. 00:01:27
    Testing Mail Sending
  89. Урок 89. 00:02:09
    Sending as HTML
  90. Урок 90. 00:04:09
    Creating a Verify Email Page
  91. Урок 91. 00:05:23
    Adding Thymeleaf Support
  92. Урок 92. 00:06:10
    Creating a Thymeleaf Template
  93. Урок 93. 00:05:06
    Configuring Thymeleaf
  94. Урок 94. 00:05:48
    Rendering the Thymeleaf Template
  95. Урок 95. 00:07:05
    Disabling Users
  96. Урок 96. 00:12:13
    Storing Verification Tokens
  97. Урок 97. 00:03:13
    Updating a User
  98. Урок 98. 00:02:13
    A VerificationDao
  99. Урок 99. 00:05:01
    Token User Service Methods
  100. Урок 100. 00:09:11
    Creating a Message page
  101. Урок 101. 00:02:45
    Invalid User and Expired Token Pages
  102. Урок 102. 00:11:55
    Creating the Verification Link
  103. Урок 103. 00:08:28
    Implementing Verification
  104. Урок 104. 00:03:30
    Deleting Used Tokens
  105. Урок 105. 00:05:34
    Asynchronous Methods
  106. Урок 106. 00:05:14
    Tightening the Security Rules
  107. Урок 107. 00:06:22
    Handling Errors in Spring Boot 2*
  108. Урок 108. 00:05:32
    Handling 403 Forbidden
  109. Урок 109. 00:05:37
    Adding an Access Denied Page
  110. Урок 110. 00:08:12
    Handling Exceptions
  111. Урок 111. 00:08:39
    Creating an Error Page
  112. Урок 112. 00:06:44
    Handling Duplicate Users
  113. Урок 113. 00:03:00
    Adding a Profile Link
  114. Урок 114. 00:05:30
    Retrieving the Logged in Username
  115. Урок 115. 00:08:23
    Creating a Profile Domain Object
  116. Урок 116. 00:08:55
    Adding a Profile Page
  117. Урок 117. 00:03:45
    Adding Profile Text
  118. Урок 118. 00:06:45
    Styling the Profile
  119. Урок 119. 00:02:09
    The Profile DAO
  120. Урок 120. 00:02:37
    The Profile Service
  121. Урок 121. 00:04:28
    Ensuring Privacy in Domain Objects
  122. Урок 122. 00:03:54
    Getting the Current User
  123. Урок 123. 00:07:34
    Creating Profiles
  124. Урок 124. 00:04:28
    Displaying Profile Text
  125. Урок 125. 00:03:20
    The Edit About JSP
  126. Урок 126. 00:06:18
    Viewing the Edit About Page
  127. Урок 127. 00:07:32
    Updating Profile About Text
  128. Урок 128. 00:06:35
    Validating the Profile
  129. Урок 129. 00:07:26
    Adding a Policy Factory
  130. Урок 130. 00:09:37
    Sanitising the HTML
  131. Урок 131. 00:03:12
    About Uploading Files
  132. Урок 132. 00:07:33
    Creating an Upload Form
  133. Урок 133. 00:02:35
    The Upload Directory
  134. Урок 134. 00:07:43
    File Upload Code
  135. Урок 135. 00:05:18
    Handling Errors
  136. Урок 136. 00:04:47
    Getting File Extensions
  137. Урок 137. 00:05:21
    Checking Extensions
  138. Урок 138. 00:08:23
    Testing Private Methods with Reflection
  139. Урок 139. 00:03:22
    Testing isImageExtension
  140. Урок 140. 00:06:16
    Creating a Random Subdirectory
  141. Урок 141. 00:05:18
    Testing Directory Creation
  142. Урок 142. 00:01:45
    Defining an Exception
  143. Урок 143. 00:07:41
    Creating an Image Save Method
  144. Урок 144. 00:05:15
    Uploading Photos
  145. Урок 145. 00:03:59
    Transferring File Information
  146. Урок 146. 00:03:08
    Getting File Information
  147. Урок 147. 00:07:06
    Storing File Information
  148. Урок 148. 00:01:10
    Locating the Default Avatar
  149. Урок 149. 00:02:29
    Return the Full Photo Path
  150. Урок 150. 00:11:16
    Serving the Photo
  151. Урок 151. 00:04:16
    Using the Photo
  152. Урок 152. 00:03:41
    Deleting Old Photos
  153. Урок 153. 00:04:30
    Ensuring Name Uniqueness
  154. Урок 154. 00:06:29
    Structuring the Resize Code
  155. Урок 155. 00:13:11
    Resizing the Profile Photo
  156. Урок 156. 00:09:04
    Translating Upload Status
  157. Урок 157. 00:05:19
    Returning Data from a Method
  158. Урок 158. 00:08:43
    Running Javascript
  159. Урок 159. 00:05:37
    Invoking the File Chooser
  160. Урок 160. 00:03:12
    Submitting the Form Automatically
  161. Урок 161. 00:06:52
    Intercepting Form Submission
  162. Урок 162. 00:09:50
    Uploading Data with Javascript
  163. Урок 163. 00:02:56
    Returning Http Status Codes
  164. Урок 164. 00:05:57
    Dynamically Refreshing the Image
  165. Урок 165. 00:04:28
    Adding a Status Message
  166. Урок 166. 00:04:25
    Displaying the Status Message
  167. Урок 167. 00:02:29
    Removing the Unwanted Form
  168. Урок 168. 00:07:10
    Method Based Security
  169. Урок 169. 00:06:07
    Refactoring the Show Profile Code
  170. Урок 170. 00:05:11
    Using Path Variables
  171. Урок 171. 00:04:10
    Viewing Other Profiles
  172. Урок 172. 00:02:47
    Getting Profile-Specific Photos
  173. Урок 173. 00:03:46
    Using the User ID in the Profile
  174. Урок 174. 00:08:08
    Defining an Interest
  175. Урок 175. 00:05:09
    Interest Service and Dao
  176. Урок 176. 00:12:49
    Many to Many
  177. Урок 177. 00:04:24
    About Cascading and Ordering
  178. Урок 178. 00:05:16
    Saving Interests
  179. Урок 179. 00:02:16
    Merging and Copying
  180. Урок 180. 00:04:20
    Modifying Classes for Testing
  181. Урок 181. 00:07:33
    Creating a Profile Test Class
  182. Урок 182. 00:11:23
    Implementing the Profile Interest Test
  183. Урок 183. 00:10:02
    Fetch Types and Proxies
  184. Урок 184. 00:12:55
    A REST Method for Saving Interests
  185. Урок 185. 00:06:24
    A REST Method for Deleting Interests
  186. Урок 186. 00:07:15
    Test Config for Testing Controller Methods
  187. Урок 187. 00:03:22
    Mocking Users
  188. Урок 188. 00:09:14
    Mocking a Post Request
  189. Урок 189. 00:09:58
    Finishing the REST Tests
  190. Урок 190. 00:09:12
    Javascript Tagging Libraries
  191. Урок 191. 00:10:01
    Including CSS and Javascript for Tagging
  192. Урок 192. 00:05:36
    Invoking the Tagging Library
  193. Урок 193. 00:04:47
    Inspecting Generated HTML
  194. Урок 194. 00:07:09
    Styling Interest Tags
  195. Урок 195. 00:06:35
    Configuring Tagging
  196. Урок 196. 00:10:18
    Dealing with CSRF in Javascript
  197. Урок 197. 00:06:35
    Setting POST Headers
  198. Урок 198. 00:04:45
    Implementing the Ajax Post
  199. Урок 199. 00:06:27
    Outputting the Interest List
  200. Урок 200. 00:06:15
    Removing Autocomplete Text
  201. Урок 201. 00:07:55
    Making Profiles Read Only
  202. Урок 202. 00:04:00
    About Searching
  203. Урок 203. 00:05:19
    Adding a Search Box
  204. Урок 204. 00:06:23
    Styling the Search Box
  205. Урок 205. 00:08:03
    A Search Controller
  206. Урок 206. 00:13:26
    Collecting Names
  207. Урок 207. 00:10:35
    Fixing Tests
  208. Урок 208. 00:02:44
    Mocking Data
  209. Урок 209. 00:11:06
    Test Data
  210. Урок 210. 00:04:14
    Creating a Stream
  211. Урок 211. 00:14:14
    Stream Operations
  212. Урок 212. 00:18:42
    Mock Users
  213. Урок 213. 00:06:14
    Saving the Test Data
  214. Урок 214. 00:09:29
    Performing the Search
  215. Урок 215. 00:06:35
    About Data Leakage and Layers
  216. Урок 216. 00:03:52
    Reorganising the Model Packages
  217. Урок 217. 00:06:39
    The SearchResult DTO
  218. Урок 218. 00:05:08
    Stream Mapping
  219. Урок 219. 00:07:34
    The List of Results
  220. Урок 220. 00:03:22
    Formatting the Results Page
  221. Урок 221. 00:05:25
    Adding Photos
  222. Урок 222. 00:13:00
    Rearranging the Results
  223. Урок 223. 00:03:05
    Linking to Profiles
  224. Урок 224. 00:04:44
    Adding a Register Prompt
  225. Урок 225. 00:07:16
    CSS for the Results
  226. Урок 226. 00:05:05
    Clickable Interests
  227. Урок 227. 00:06:31
    Improving Searching
  228. Урок 228. 00:06:07
    More About Paging
  229. Урок 229. 00:07:19
    Checking Paging Functionality
  230. Урок 230. 00:12:14
    Using the Debugger
  231. Урок 231. 00:04:57
    Adding a Page Number Parameter
  232. Урок 232. 00:08:07
    Implementing Basic Paging
  233. Урок 233. 00:06:11
    Testing Out Basic Paging
  234. Урок 234. 00:10:21
    Converting from Lists to Pages
  235. Урок 235. 00:09:37
    Adding the Pagination Tag
  236. Урок 236. 00:09:39
    Tweaking the Pagination Tag
  237. Урок 237. 00:04:45
    Sending Search Data to the Results Page
  238. Урок 238. 00:05:50
    Using the JSTL Contains Function
  239. Урок 239. 00:06:06
    Applying the Final Pagination Fix
  240. Урок 240. 00:05:20
    Adjusting Page Numbers and Results
  241. Урок 241. 00:07:57
    Working Sets and Filters
  242. Урок 242. 00:06:27
    Some Simple Package Upgrades
  243. Урок 243. 00:08:43
    Using the New Crudrepository Methods
  244. Урок 244. 00:06:50
    Upgrading Test Annotations
  245. Урок 245. 00:06:50
    Configuring Servers in Spring Boot 2
  246. Урок 246. 00:05:53
    Upgrading PageRequests
  247. Урок 247. 00:12:55
    Using a Test Database
  248. Урок 248. 00:05:39
    Running the Tests
  249. Урок 249. 00:06:09
    Making the Tests Rerunnable
  250. Урок 250. 00:06:44
    Fixing Image Upload Bugs
  251. Урок 251. 00:04:21
    Fixing Search Results Bug
  252. Урок 252. 00:08:01
    Introducing Websockets
  253. Урок 253. 00:06:32
    Webjars
  254. Урок 254. 00:01:27
    Checking Webjars Javascript
  255. Урок 255. 00:13:37
    Websocket Configuration
  256. Урок 256. 00:09:21
    Getting the CSRF Token
  257. Урок 257. 00:09:08
    Establishing a Web Socket Connection
  258. Урок 258. 00:07:43
    A Chatview Page
  259. Урок 259. 00:06:52
    Adding Chatview Script
  260. Урок 260. 00:07:29
    Completing the Chat Form
  261. Урок 261. 00:04:36
    Responding to Clicks and the Enter Key
  262. Урок 262. 00:09:22
    Getting the Logged In User ID
  263. Урок 263. 00:10:35
    Getting the Chat User Details
  264. Урок 264. 00:05:11
    A SimpleMessage Class
  265. Урок 265. 00:03:34
    Message Handling Controller Method
  266. Урок 266. 00:12:02
    Message Sending Additional Code
  267. Урок 267. 00:07:28
    Sending the Message
  268. Урок 268. 00:11:43
    Sending the Message Back to the User
  269. Урок 269. 00:11:31
    Receiving Messages
  270. Урок 270. 00:13:00
    A Javascript Connection Manager Class
  271. Урок 271. 00:10:56
    The Subscription Array
  272. Урок 272. 00:12:35
    Getting the ConnectionManager Working
  273. Урок 273. 00:10:08
    Transferring Code to ConnectionManager
  274. Урок 274. 00:05:52
    A Custom User Details Class
  275. Урок 275. 00:09:26
    Adding the Profile Name
  276. Урок 276. 00:05:44
    Working with Profiles
  277. Урок 277. 00:07:20
    Adding a Chat Icon
  278. Урок 278. 00:08:30
    About Queues
  279. Урок 279. 00:06:00
    Sending and Receiving
  280. Урок 280. 00:04:55
    Displaying Formatted Messages
  281. Урок 281. 00:02:22
    Styling Messages
  282. Урок 282. 00:06:20
    Differentiating Replies from Sent Messages
  283. Урок 283. 00:06:56
    A Message Class
  284. Урок 284. 00:06:18
    Message Service and Repository
  285. Урок 285. 00:07:33
    FetchConversation Controller Method
  286. Урок 286. 00:08:12
    FetchConversation Message Service Method
  287. Урок 287. 00:08:55
    Querying the Conversation Messages
  288. Урок 288. 00:08:16
    Retrieving the Conversation
  289. Урок 289. 00:05:21
    Using Javascript to Retrieve the Conversation
  290. Урок 290. 00:06:46
    Posting the Conversation Request
  291. Урок 291. 00:05:25
    Displaying Past Messages
  292. Урок 292. 00:08:05
    Ordering Messages
  293. Урок 293. 00:06:41
    Retrieving Previous Message Pages
  294. Урок 294. 00:05:44
    Adding Previous Messages
  295. Урок 295. 00:11:40
    Sizing the Chat Window
  296. Урок 296. 00:05:44
    Sending a Message Notification
  297. Урок 297. 00:08:18
    Browser Notifications
  298. Урок 298. 00:02:21
    Making Notifications Clickable
  299. Урок 299. 00:03:53
    Adding a Messages Page
  300. Урок 300. 00:07:53
    Retrieving the Message List
  301. Урок 301. 00:05:44
    Displaying the Message List
  302. Урок 302. 00:06:11
    Formatting Messages
  303. Урок 303. 00:04:42
    Getting the Message ID
  304. Урок 304. 00:07:20
    Marking Messages as Read
  305. Урок 305. 00:07:31
    Some notes on deployment
  306. Урок 306. 00:01:47
    Conclusion