Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Spring Boot E-Commerce Ultimate Course, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:29
    Understand Functional Requirements
  2. Урок 2. 00:01:19
    Understand Technical Requirements
  3. Урок 3. 00:02:38
    Understand User Interface Requirements
  4. Урок 4. 00:01:30
    Overview of Database Design
  5. Урок 5. 00:01:27
    Overview of System Architecture
  6. Урок 6. 00:05:58
    Setup Java Development Kit (JDK)
  7. Урок 7. 00:04:38
    Setup Spring Tool Suite IDE
  8. Урок 8. 00:09:53
    Setup MySQL Community Server
  9. Урок 9. 00:03:08
    Install Git
  10. Урок 10. 00:02:48
    Install Maven
  11. Урок 11. 00:00:43
    Notes about Java Version for Project
  12. Урок 12. 00:36:09
    Create a Multi-Module Project
  13. Урок 13. 00:00:55
    Referential Project on GitHub
  14. Урок 14. 00:08:15
    Clone Project from GitHub in Command Line
  15. Урок 15. 00:06:07
    Clone Project from GitHub in Eclipse
  16. Урок 16. 00:04:31
    Check Out a Specific Commit in Command Line
  17. Урок 17. 00:02:18
    Understand Application Architecture
  18. Урок 18. 00:01:32
    Understand Requirement for Admin Home Page
  19. Урок 19. 00:16:01
    Using jQuery and Bootstrap
  20. Урок 20. 00:13:36
    Add Logo and Create Header Menu
  21. Урок 21. 00:01:17
    Key Notes #1
  22. Урок 22. 00:02:11
    How to Test on Your Mobile Phone
  23. Урок 23. 00:04:14
    Understand Requirement of User Management Module
  24. Урок 24. 00:02:36
    Understand Technical Design for User Module
  25. Урок 25. 00:05:52
    Create Database and Configure Data Source
  26. Урок 26. 00:26:21
    Code Role Entity, Role Repository and Unit Test
  27. Урок 27. 00:41:47
    Code User Entity, User Repository and Unit Tests
  28. Урок 28. 00:16:50
    Code Users Listing Function
  29. Урок 29. 00:35:01
    Code New User Function
  30. Урок 30. 00:13:24
    Encode User Password
  31. Урок 31. 00:36:37
    Check Uniqueness of User Email
  32. Урок 32. 00:14:53
    Using Fontawesome for Icons
  33. Урок 33. 00:30:20
    Code Update User Function
  34. Урок 34. 00:19:27
    Code Delete User Function
  35. Урок 35. 00:11:57
    Code Update User Enabled Status
  36. Урок 36. 00:55:56
    Code User Photos Upload Function
  37. Урок 37. 00:07:22
    Fix Images Not Displayed
  38. Урок 38. 00:09:28
    Import Sample Users Data
  39. Урок 39. 00:39:07
    Code Pagination for Users List
  40. Урок 40. 00:22:43
    Code Sorting for Users List
  41. Урок 41. 00:32:49
    Code Filter Function for Users List
  42. Урок 42. 00:16:47
    Code Refactor #1
  43. Урок 43. 00:17:55
    Code Export Users to CSV
  44. Урок 44. 00:29:29
    Code Export Users to Excel
  45. Урок 45. 00:21:04
    Code Export Users to PDF
  46. Урок 46. 00:30:30
    Update Users Listing for Mobile
  47. Урок 47. 00:03:05
    Test Users Listing on iPhone
  48. Урок 48. 00:04:42
    Key Notes #2
  49. Урок 49. 00:01:34
    Understand Requirement for User Authentication
  50. Урок 50. 00:14:42
    Code User Login Page
  51. Урок 51. 00:17:07
    Code User Authentication
  52. Урок 52. 00:09:04
    Show User's Full Name and Logout Link
  53. Урок 53. 00:08:02
    Code Logout Function
  54. Урок 54. 00:11:41
    Code Refactor #2
  55. Урок 55. 00:11:42
    Enable Remember Me for Login
  56. Урок 56. 00:37:18
    Code Update Account Details
  57. Урок 57. 00:03:00
    Test User Authentication on iPhone
  58. Урок 58. 00:02:30
    Key Notes #3
  59. Урок 59. 00:02:54
    Understand Requirement for User Authorization
  60. Урок 60. 00:15:39
    Code User Authorization Basics
  61. Урок 61. 00:12:42
    Code Refactor #3
  62. Урок 62. 00:03:11
    Test User Authorization on Smartphone
  63. Урок 63. 00:09:49
    Code Custom Error Pages
  64. Урок 64. 00:21:48
    Configure Logging for Admin application
  65. Урок 65. 00:03:12
    Understand Requirement of Category Module
  66. Урок 66. 00:01:52
    Understand Technical Design for Category Module
  67. Урок 67. 00:08:21
    Code Category Entity and Repository
  68. Урок 68. 00:27:40
    Code Unit Tests for Category Repository
  69. Урок 69. 00:02:56
    Exercise: Write Initial Code for Listing Categories
  70. Урок 70. 00:19:29
    Code Category Form
  71. Урок 71. 00:21:32
    Code Create Category Function
  72. Урок 72. 00:24:25
    List Categories in Hierarchical Form
  73. Урок 73. 00:06:14
    Exercise: Code Update Category Function
  74. Урок 74. 00:45:15
    Check Uniqueness of Category
  75. Урок 75. 00:22:39
    Code Sort Function for Categories List
  76. Урок 76. 00:02:19
    Exercise: Code Update Category Enabled Status
  77. Урок 77. 00:07:03
    Exercise: Code Delete Category Function
  78. Урок 78. 00:19:31
    Code Pagination for Categories List
  79. Урок 79. 00:15:16
    Code Filter Function for Categories List
  80. Урок 80. 00:05:01
    Import Sample Categories Data
  81. Урок 81. 00:02:15
    Exercise: Code Export Categories to CSV
  82. Урок 82. 00:02:35
    Exercise: Make Categories Listing Page Fully Responsive
  83. Урок 83. 00:19:06
    Code Refactor #4
  84. Урок 84. 00:01:04
    Key Notes #4
  85. Урок 85. 00:01:44
    Understand Requirement of Brand Module
  86. Урок 86. 00:01:54
    Understand Technical Design for Brand Module
  87. Урок 87. 00:08:48
    Code Brand Entity and Repository
  88. Урок 88. 00:03:05
    Exercise: Code Unit Tests for Brand Repository
  89. Урок 89. 00:04:21
    Exercise: Code Listing Brands
  90. Урок 90. 00:04:34
    Exercise: Code Brand Form
  91. Урок 91. 00:10:11
    Code Category Selection in Brand Form
  92. Урок 92. 00:08:35
    Exercise: Code Create, Update and Delete Brand Function
  93. Урок 93. 00:05:24
    Exercise: Check Uniqueness of Brand
  94. Урок 94. 00:06:03
    Import Sample Brands Data
  95. Урок 95. 00:03:50
    Exercise: Code Pagination, Sort and Filter for Brands Listing
  96. Урок 96. 00:02:28
    Exercise: Make Brands Page Fully Responsive
  97. Урок 97. 00:06:43
    Code Refactor #5
  98. Урок 98. 00:00:53
    Key Notes #5
  99. Урок 99. 00:03:48
    Understand Requirement of Product Module
  100. Урок 100. 00:02:33
    Understand Technical Design for Product Module
  101. Урок 101. 00:12:34
    Code Product Entity and Repository
  102. Урок 102. 00:20:17
    Code Unit Tests for Product Repository
  103. Урок 103. 00:14:17
    Code Products Listing Page
  104. Урок 104. 00:43:15
    Code Product Overview Form
  105. Урок 105. 00:18:15
    Code Product Form Description and Shipping
  106. Урок 106. 00:09:40
    Code Save Product Function
  107. Урок 107. 00:04:09
    Exercise: Check Uniqueness of Product
  108. Урок 108. 00:03:40
    Exercise: Update Product Enabled Status
  109. Урок 109. 00:03:33
    Exercise: Code Delete Product
  110. Урок 110. 00:14:32
    Start Coding Upload Product Images
  111. Урок 111. 00:18:40
    Code Upload Product's Main Image
  112. Урок 112. 00:39:08
    Code Add Extra Images on Product Form
  113. Урок 113. 00:15:17
    Code Upload Product's Extra Images
  114. Урок 114. 00:02:55
    Exercise: Code Product Detail Entity Class
  115. Урок 115. 00:24:49
    Code Add Details (Specs) on Product Form
  116. Урок 116. 00:08:01
    Code Save Product's Details (Specs)
  117. Урок 117. 00:50:25
    Code Edit Product Function
  118. Урок 118. 00:53:55
    Code Update Product Function
  119. Урок 119. 00:30:51
    Code View Product Details in Modal Dialog
  120. Урок 120. 00:09:43
    Import Sample Products Data
  121. Урок 121. 00:16:04
    Code Pagination, Sort and Filter for Products Page
  122. Урок 122. 00:10:01
    Update Category Module for Product Search
  123. Урок 123. 00:35:47
    Code Filter Products by Category
  124. Урок 124. 00:38:13
    Code Authorization for Product Module
  125. Урок 125. 00:03:47
    Exercise: Make Products Listing Page Fully Responsive
  126. Урок 126. 00:12:12
    Code Refactor #6
  127. Урок 127. 00:01:32
    Key Notes #6
  128. Урок 128. 00:03:27
    Understand Requirement and Design of Products Listing
  129. Урок 129. 00:19:49
    Code Home Page for Shopping Application
  130. Урок 130. 00:14:37
    Code Listing Categories in Home Page
  131. Урок 131. 00:56:04
    Code Listing Products in Category
  132. Урок 132. 00:42:33
    Code Product Details Page
  133. Урок 133. 00:34:08
    Code Product Images Slideshow
  134. Урок 134. 00:36:51
    Code Search Products Function
  135. Урок 135. 00:01:35
    Key Notes #7
  136. Урок 136. 00:02:38
    Understand Requirement and Design of Settings Module
  137. Урок 137. 00:15:46
    Code Setting Entity, Repository and Unit Tests
  138. Урок 138. 00:04:09
    Code Currency Entity, Repository and Unit Tests
  139. Урок 139. 01:06:56
    Code Manage General Settings
  140. Урок 140. 00:42:42
    Apply General Settings for Shopping Application
  141. Урок 141. 00:04:22
    Exercise: Code Repository Layer for Country and State
  142. Урок 142. 00:42:04
    Code Controller Layer for Country
  143. Урок 143. 01:03:49
    Code Manage Countries
  144. Урок 144. 00:04:03
    Exercise: Code Controller Layer for State/Province
  145. Урок 145. 00:06:35
    Exercise: Code Manage States/Provinces
  146. Урок 146. 00:06:19
    Import Sample Data for Countries and States
  147. Урок 147. 00:15:23
    Code Refactor #7
  148. Урок 148. 00:03:14
    Key Notes #8
  149. Урок 149. 00:03:58
    Understand Requirement and Design of Customer Registration
  150. Урок 150. 00:04:56
    Exercise: Code Repository Layer for Customer
  151. Урок 151. 00:46:29
    Code Customer Registration Form
  152. Урок 152. 00:35:42
    Code Manage E-mail Settings
  153. Урок 153. 00:37:20
    Code Send Verification Email
  154. Урок 154. 00:11:18
    Code Verify Customer Account
  155. Урок 155. 00:04:24
    Test Customer Registration on Smartphone
  156. Урок 156. 00:11:52
    Code Refactor #8
  157. Урок 157. 00:01:24
    Key Notes #9
  158. Урок 158. 00:03:17
    Understand Requirement and Design of Customer Module
  159. Урок 159. 00:11:56
    Exercise: Code Customer Management Module
  160. Урок 160. 00:05:27
    Import Sample Customers Data
  161. Урок 161. 00:37:35
    Code Refactor #9 (Part 1)
  162. Урок 162. 00:40:18
    Code Refactor #9 (Part 2)
  163. Урок 163. 00:02:04
    Understand Requirement and Design of Customer Authentication
  164. Урок 164. 00:12:28
    Exercise: Code Customer Login and Logout
  165. Урок 165. 00:12:20
    Update Authentication Type of Customer
  166. Урок 166. 00:06:01
    Understand OAuth 2.0
  167. Урок 167. 00:51:23
    Code Login with Google
  168. Урок 168. 00:17:11
    Code Login with Facebook
  169. Урок 169. 00:54:09
    Code Update Customer's Details
  170. Урок 170. 00:59:14
    Code Forgot Password Function
  171. Урок 171. 00:05:20
    Test Customer Authentication on Smartphone
  172. Урок 172. 00:10:56
    Code Refactor #10
  173. Урок 173. 00:00:50
    Key Notes #10
  174. Урок 174. 00:03:33
    Understand Requirement and Design of Shopping Cart Module
  175. Урок 175. 00:29:50
    Code Repository Layer for Shopping Cart
  176. Урок 176. 00:20:55
    Code Quantity Control Component
  177. Урок 177. 00:36:11
    Code Add Product to Shopping Cart
  178. Урок 178. 00:40:13
    Code View Shopping Cart
  179. Урок 179. 00:34:32
    Code Update Product Quantity
  180. Урок 180. 00:31:55
    Code Remove Product from Shopping Cart
  181. Урок 181. 00:17:56
    Format Currency in Shopping Cart
  182. Урок 182. 00:06:37
    Test Shopping Cart on Smartphone
  183. Урок 183. 00:09:27
    Code Refactor #11
  184. Урок 184. 00:07:38
    Key Notes #11
  185. Урок 185. 00:03:06
    Understand Requirement and Design of Shipping Rates Module
  186. Урок 186. 00:12:47
    Exercise: Code Shipping Rates Management Module
  187. Урок 187. 00:03:14
    Import Sample Data for Shipping Rates
  188. Урок 188. 00:04:44
    Understand Requirement and Design of Address Book Module
  189. Урок 189. 00:08:47
    Exercise: Code Repository Layer for Address Book
  190. Урок 190. 00:34:32
    Code Address Book Listing
  191. Урок 191. 00:16:00
    Exercise: Code Add, Edit and Delete Address
  192. Урок 192. 00:20:52
    Code Set Default Address
  193. Урок 193. 00:04:10
    Test Address Book on Smartphone
  194. Урок 194. 00:04:33
    Import Sample Data for Address Book
  195. Урок 195. 00:04:03
    Understand Requirement and Design of Order Module
  196. Урок 196. 00:43:36
    Code Repository Layer for Order Module
  197. Урок 197. 00:18:43
    Exercise: Code Orders Listing
  198. Урок 198. 00:10:33
    Exercise: Code View Order Details
  199. Урок 199. 00:04:24
    Exercise: Code Delete Order
  200. Урок 200. 00:03:24
    Exercise: Code Fully-responsive Orders Page
  201. Урок 201. 00:24:18
    Code Refactor #12
  202. Урок 202. 00:01:47
    Key Notes #12
  203. Урок 203. 00:05:24
    Understand Requirement and Design of Checkout Module
  204. Урок 204. 00:45:06
    Update Shopping Cart Page
  205. Урок 205. 00:54:20
    Code Checkout Page
  206. Урок 206. 00:26:27
    Change Shipping Address from Checkout Page
  207. Урок 207. 00:06:18
    Exercise: Update Settings Module
  208. Урок 208. 00:28:43
    Code Place Order with COD
  209. Урок 209. 00:39:08
    Code Send Order Confirmation E-mail
  210. Урок 210. 00:03:08
    Create PayPal Accounts
  211. Урок 211. 00:47:31
    Code Payment for Checkout Page
  212. Урок 212. 00:51:27
    Code Validate PayPal Order
  213. Урок 213. 00:01:27
    Review transactions of PayPal sandbox account
  214. Урок 214. 00:13:39
    Test Checkout on Smartphone
  215. Урок 215. 00:06:20
    Code Refactor #13
  216. Урок 216. 00:01:58
    Key Notes #13
  217. Урок 217. 00:03:34
    Understand Remaining Requirement and Design
  218. Урок 218. 00:18:24
    Update Repository Layer for Order Module
  219. Урок 219. 00:07:50
    Exercise: Display Order Tracking Information
  220. Урок 220. 00:11:49
    Exercise: Code Edit Order Form (Overview and Shipping)
  221. Урок 221. 01:01:53
    Code Edit Products in an Order
  222. Урок 222. 00:19:11
    Calculate Shipping Cost of a Product
  223. Урок 223. 00:37:05
    Code Add Products to an Order (Part 1)
  224. Урок 224. 00:46:50
    Code Add Products to an Order (Part 2)
  225. Урок 225. 00:18:31
    Code Remove Products from an Order
  226. Урок 226. 00:11:31
    Exercise: Code Manage Track Records of an Order
  227. Урок 227. 00:54:34
    Code Save Order into Database
  228. Урок 228. 00:12:03
    Code Refactor #14
  229. Урок 229. 00:04:03
    Understand Requirement and Design of Order Management for Shipper
  230. Урок 230. 00:51:52
    Code Orders Listing for Shipper
  231. Урок 231. 00:16:15
    Code Service and Controller for Updating Order Status
  232. Урок 232. 00:39:23
    Code View Layer for Updating Order Status
  233. Урок 233. 00:04:17
    Test Shipper Role on Smartphone
  234. Урок 234. 00:02:58
    Understand Requirement and Design of Order Management for Customer
  235. Урок 235. 00:13:38
    Exercise: Code Orders Listing for Customer
  236. Урок 236. 00:09:25
    Exercise: Code View Order Details for Customer
  237. Урок 237. 00:28:17
    Code Return Order Function (Service and Controller)
  238. Урок 238. 00:43:54
    Code Return Order Function (View Layer)
  239. Урок 239. 00:05:32
    Code Refactor #15
  240. Урок 240. 00:05:28
    Test Managing Orders on Smartphone
  241. Урок 241. 00:03:41
    Understand Key Concepts in Amazon S3
  242. Урок 242. 00:12:33
    Create AWS Account and IAM Users
  243. Урок 243. 00:28:21
    Move Existing Image Files to Amazon S3
  244. Урок 244. 00:06:01
    Setup AWS SDK for Java
  245. Урок 245. 00:35:22
    Code Amazon S3 Utility Class
  246. Урок 246. 00:28:48
    Integrate Amazon S3 Functions
  247. Урок 247. 00:01:38
    Key Notes #14
  248. Урок 248. 00:05:13
    Understand Key Concepts in Heroku
  249. Урок 249. 00:01:35
    Create Heroku Account and Install Heroku CLI
  250. Урок 250. 00:24:41
    Deploy a Simple App on to Heroku
  251. Урок 251. 00:02:51
    Understand Deployment Approach for Shopme Project
  252. Урок 252. 00:11:52
    Prepare for Deployment of Shopme Project
  253. Урок 253. 00:12:15
    Deploy ShopmeBackEnd Project
  254. Урок 254. 00:25:36
    Deploy MySQL Database
  255. Урок 255. 00:17:25
    Deploy ShopmeFrontEnd Project
  256. Урок 256. 00:08:45
    Add Custom Domain Names for Apps
  257. Урок 257. 00:07:21
    Enable Secure Connection (https)
  258. Урок 258. 00:08:21
    Update Social Login with Google and Facebook
  259. Урок 259. 00:07:00
    Use Unicode for MySQL Database
  260. Урок 260. 00:01:54
    Key Notes #15
  261. Урок 261. 00:04:57
    Understand Requirement and Design of Sales Report Module
  262. Урок 262. 00:08:25
    Import Sample Data for Sales Report
  263. Урок 263. 00:01:31
    How to Produce Sales Report
  264. Урок 264. 00:34:54
    Code Repository Layer for Sales Report
  265. Урок 265. 00:07:23
    Understand Google Charts Library
  266. Урок 266. 00:49:14
    Code Sales Report by Date - Part 1
  267. Урок 267. 00:46:29
    Code Sales Report by Date - Part 2
  268. Урок 268. 00:14:24
    Code Sales Report by Date - Part 3
  269. Урок 269. 00:28:51
    Code Sales Report by Date - Part 4
  270. Урок 270. 00:15:12
    Format Currency for Sales Report
  271. Урок 271. 00:37:17
    Code Sales Report by Category - Part 1
  272. Урок 272. 00:41:16
    Code Sales Report by Category - Part 2
  273. Урок 273. 00:14:58
    Code Sales Report by Product
  274. Урок 274. 00:08:49
    Test Sales Report on Smartphone
  275. Урок 275. 00:01:22
    Key Notes #16
  276. Урок 276. 00:05:58
    Understand Requirement and Design of Product Review Module
  277. Урок 277. 00:07:41
    Exercise: Code Repository Layer for Review
  278. Урок 278. 00:17:40
    Exercise: Code Review Management for Admin
  279. Урок 279. 00:10:40
    Exercise: Code Review Management for Customer
  280. Урок 280. 00:21:39
    Update Review Count and Average Rating of a Product
  281. Урок 281. 00:23:28
    Show Rating Stars for Products
  282. Урок 282. 00:12:35
    Exercise: Show Reviews in Product Detail Page
  283. Урок 283. 00:08:32
    Exercise: Code Review Listing of a Product
  284. Урок 284. 00:34:12
    Show Review Buttons for Products in Order Details
  285. Урок 285. 00:14:22
    Code Write Review Function - Part 1
  286. Урок 286. 00:26:58
    Code Write Review Function - Part 2
  287. Урок 287. 00:16:23
    Code Write Review Function - Part 3
  288. Урок 288. 00:13:03
    Code Refactor #16
  289. Урок 289. 00:04:09
    Import Sample Data for Product Reviews
  290. Урок 290. 00:12:52
    Test Product Review on Smartphone
  291. Урок 291. 00:01:41
    Key Notes #17
  292. Урок 292. 00:04:20
    Understand Requirement and Design of Review Voting Module
  293. Урок 293. 00:14:07
    Exercise: Code Repository Layer for Review Voting Module
  294. Урок 294. 00:22:18
    Code Service Layer for Review Voting Module
  295. Урок 295. 00:29:37
    Code Controller Layer for Review Voting Module
  296. Урок 296. 00:40:11
    Code View Layer for Review Voting Module
  297. Урок 297. 00:17:11
    Update Voting Status for Signed-in Customer
  298. Урок 298. 00:05:32
    Exercise: Sort Reviews
  299. Урок 299. 00:06:31
    Test Voting Reviews on Smartphone
  300. Урок 300. 00:01:03
    Key Notes #18
  301. Урок 301. 00:12:31
    Understand Requirements of Product Question Module
  302. Урок 302. 00:22:08
    Test Question Module
  303. Урок 303. 00:00:24
    Solution for Assignment 1
  304. Урок 304. 00:04:06
    Understand Requirements of Article Management Module
  305. Урок 305. 00:08:55
    Test Article Management Module
  306. Урок 306. 00:00:25
    Solution for Assignment 2