Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Learn Advanced Java, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:06:27
    Introduction
  • Урок 2. 00:03:27
    Installing Software
  • Урок 3. 00:07:19
    Git and Github
  • Урок 4. 00:08:51
    Creating a Repository
  • Урок 5. 00:03:01
    Visual Studio Code Extensions
  • Урок 6. 00:01:23
    Setting up the Code Command
  • Урок 7. 00:05:47
    Creating a Java Program with Code
  • Урок 8. 00:03:40
    Compiling the Program
  • Урок 9. 00:05:11
    Setting the Git Editor in Bash
  • Урок 10. 00:04:11
    The .gitignore
  • Урок 11. 00:05:58
    Saving Changes
  • Урок 12. 00:05:05
    Git Workflow
  • Урок 13. 00:07:38
    Git Branches
  • Урок 14. 00:03:47
    Merging and Deleting Branches
  • Урок 15. 00:08:06
    Reverting to Previous Commits
  • Урок 16. 00:06:53
    Git Pull
  • Урок 17. 00:07:10
    Merge Conflicts
  • Урок 18. 00:02:49
    Eclipse and Git
  • Урок 19. 00:04:23
    Excluding IDE files from Git
  • Урок 20. 00:05:43
    Using Git Within Eclipse
  • Урок 21. 00:07:20
    Cloning Repositories in Eclipse
  • Урок 22. 00:04:14
    Build Systems
  • Урок 23. 00:01:45
    Installing Maven Command Line
  • Урок 24. 00:08:51
    Generating a Maven Project
  • Урок 25. 00:07:45
    Building in Maven
  • Урок 26. 00:05:35
    Packaging in Maven
  • Урок 27. 00:02:59
    Importing Maven Projects in Eclipse
  • Урок 28. 00:04:17
    Creating a Maven Project in Eclipse
  • Урок 29. 00:03:13
    Adding Changes to Git
  • Урок 30. 00:03:26
    Running a Maven Build in Eclipse
  • Урок 31. 00:09:12
    Downloading Dependencies with Maven
  • Урок 32. 00:03:00
    A Guava Example
  • Урок 33. 00:05:38
    Downloading Dependencies Via Eclipse Search
  • Урок 34. 00:03:53
    Exploring the POM
  • Урок 35. 00:01:55
    Maven Lifecycles
  • Урок 36. 00:06:15
    Parent POMs
  • Урок 37. 00:03:19
    About Gradle
  • Урок 38. 00:07:49
    Creating a Gradle Project
  • Урок 39. 00:05:03
    The Gradle Project Structure
  • Урок 40. 00:02:27
    Importing Gradle Projects in Eclipse
  • Урок 41. 00:04:35
    Creating a Gradle Project in Eclipse
  • Урок 42. 00:04:33
    Gradle Dependencies
  • Урок 43. 00:01:50
    Committing to Git
  • Урок 44. 00:07:53
    About Databases
  • Урок 45. 00:06:42
    Creating a Project
  • Урок 46. 00:09:37
    Creating a Database
  • Урок 47. 00:04:29
    Creating Tables
  • Урок 48. 00:07:17
    Inserting Data
  • Урок 49. 00:07:45
    Prepared Statements
  • Урок 50. 00:06:16
    Autocommit
  • Урок 51. 00:05:02
    MySQL and the MySQL Workbench
  • Урок 52. 00:10:14
    Using MySQL
  • Урок 53. 00:03:48
    Creating a Table in MySQL
  • Урок 54. 00:03:08
    MySQL Connector
  • Урок 55. 00:09:03
    Connecting to MySQL
  • Урок 56. 00:06:33
    Maven Project for MySQL
  • Урок 57. 00:04:22
    Downloading MySQL Connector
  • Урок 58. 00:04:18
    The Singleton Pattern
  • Урок 59. 00:03:56
    Implementing the Database Class
  • Урок 60. 00:05:54
    DAO Interface
  • Урок 61. 00:06:42
    User Class
  • Урок 62. 00:05:47
    CRUD SQL
  • Урок 63. 00:06:12
    Implementing the UserDao
  • Урок 64. 00:08:25
    Saving Users
  • Урок 65. 00:05:26
    Retrieving Users
  • Урок 66. 00:06:13
    Finding By ID
  • Урок 67. 00:04:45
    Deleting Users
  • Урок 68. 00:05:27
    Updating Users
  • Урок 69. 00:11:06
    Properties
  • Урок 70. 00:09:11
    Profiles
  • Урок 71. 00:04:04
    A Profile Class
  • Урок 72. 00:05:47
    Unit vs Integration Testing
  • Урок 73. 00:02:28
    Creating a Test Database
  • Урок 74. 00:12:52
    Testing the Profile Class
  • Урок 75. 00:08:39
    Creating MySQL Users
  • Урок 76. 00:07:38
    SetUp and TearDown
  • Урок 77. 00:11:23
    Testing Save
  • Урок 78. 00:06:36
    Loading a Text File
  • Урок 79. 00:09:14
    Creating Test Users
  • Урок 80. 00:06:18
    Testing Save Multiple Users
  • Урок 81. 00:04:43
    Retreiving Users In a Range
  • Урок 82. 00:07:10
    Checking Retrieved Users
  • Урок 83. 00:07:05
    Testing Find and Update
  • Урок 84. 00:06:03
    Testing GetAll
  • Урок 85. 00:09:22
    Testing Delete
  • Урок 86. 00:02:56
    About ORMs
  • Урок 87. 00:10:21
    The Class Object
  • Урок 88. 00:05:04
    Listing Fields
  • Урок 89. 00:04:30
    Listing Methods
  • Урок 90. 00:10:10
    Checking if Methods and Fields Exist
  • Урок 91. 00:02:53
    Calling Methods
  • Урок 92. 00:03:12
    Setting Fields
  • Урок 93. 00:06:15
    Annotation Use Case Scenario
  • Урок 94. 00:06:46
    Creating an Annotation
  • Урок 95. 00:10:20
    Implementing Annotation Code
  • Урок 96. 00:04:56
    Annotation Attributes
  • Урок 97. 00:04:01
    Getting Attribute Values
  • Урок 98. 00:08:14
    Class Annotations
  • Урок 99. 00:09:29
    Creating a SQL Expression
  • Урок 100. 00:10:08
    Desktop Programming in Java
  • Урок 101. 00:05:23
    Basic Gradle Project
  • Урок 102. 00:10:55
    Basic Swing Project
  • Урок 103. 00:04:39
    Adding a Panel
  • Урок 104. 00:09:59
    Adding a Menu
  • Урок 105. 00:08:22
    Layout Managers
  • Урок 106. 00:07:01
    Creating Components
  • Урок 107. 00:10:44
    Adding Components
  • Урок 108. 00:07:08
    Weights and Anchors
  • Урок 109. 00:08:45
    Vertical Weights
  • Урок 110. 00:06:22
    Insets
  • Урок 111. 00:11:42
    Nested Panels
  • Урок 112. 00:11:17
    Padding
  • Урок 113. 00:06:08
    Button Clicks
  • Урок 114. 00:10:26
    Observer Pattern
  • Урок 115. 00:06:43
    Creating a Database
  • Урок 116. 00:06:26
    Database Code
  • Урок 117. 00:03:45
    Adding Fields
  • Урок 118. 00:04:34
    Upgrading the Tests
  • Урок 119. 00:03:46
    Upgrading UserDaoImpl
  • Урок 120. 00:10:11
    Making the App Save Users
  • Урок 121. 00:08:38
    Installing Tomcat
  • Урок 122. 00:03:08
    Eclipse WTP
  • Урок 123. 00:12:03
    Hello World Web
  • Урок 124. 00:07:35
    Gradle Web Project
  • Урок 125. 00:08:34
    Tomcat Web Programming Tips
  • Урок 126. 00:09:24
    Template Engines
  • Урок 127. 00:10:51
    About JSP
  • Урок 128. 00:08:20
    JSTL
  • Урок 129. 00:07:46
    Using JSTL
  • Урок 130. 00:07:15
    Servlets
  • Урок 131. 00:10:02
    Serving HTML
  • Урок 132. 00:04:25
    Creating a Form
  • Урок 133. 00:08:57
    Styling the Form
  • Урок 134. 00:11:05
    The Post Method
  • Урок 135. 00:08:44
    The Gson Library
  • Урок 136. 00:08:40
    JSON Serialisation
  • Урок 137. 00:06:45
    Serving JSON
  • Урок 138. 00:09:54
    A JSON Client
  • Урок 139. 00:04:02
    About Spring and Spring Boot
  • Урок 140. 00:06:43
    Spring Boot Hello World
  • Урок 141. 00:08:08
    Entry Point
  • Урок 142. 00:07:50
    Creating Beans
  • Урок 143. 00:04:18
    Components
  • Урок 144. 00:07:47
    Configuration
  • Урок 145. 00:11:19
    JPA
  • Урок 146. 00:04:35
    Creating a Database and User
  • Урок 147. 00:12:06
    Spring Database Configuration
  • Урок 148. 00:06:02
    Repositories
  • Урок 149. 00:03:52
    More Repository Methods
  • Урок 150. 00:08:20
    Adding CrudRepository Methods
  • Урок 151. 00:09:42
    Maven Setup for Spring MVC
  • Урок 152. 00:04:17
    Basic Spring Web App
  • Урок 153. 00:10:41
    Hello World Spring MVC
  • Урок 154. 00:09:45
    Rest Controllers
  • Урок 155. 00:09:54
    Posting JSON to Spring
  • Урок 156. 00:07:52
    Path Variables
  • Урок 157. 00:06:03
    Creating the Database
  • Урок 158. 00:08:45
    Layered Architecture
  • Урок 159. 00:08:20
    Implementing the Book Controller
  • Урок 160. 00:09:01
    JSON Client
  • Урок 161. 00:07:26
    Split Panes
  • Урок 162. 00:09:57
    Creating the User Form
  • Урок 163. 00:12:55
    Adding a Table
  • Урок 164. 00:09:33
    Connecting to the Service
  • Урок 165. 00:08:02
    Parsing the JSON
  • Урок 166. 00:07:22
    Creating Books via the Service.
  • Урок 167. 00:10:25
    Implementing Refresh
  • Урок 168. 00:05:49
    Handling Errors
  • Урок 169. 00:06:00
    Conclusion
  • Урок 170. 00:05:23
    Bonus Video: Check Out My Advanced Java Course!