|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/complete-java-bootcamp-go-from-zero-to-hero-with-spring/
课程评论:没有评论
课程名称:完整JAVA培训营:从零到英雄与Spring 课程概述: 在本课程中,您将学习Java编程的基础知识,并全面掌握Spring框架。课程内容涵盖以下主题: - **基础Java** - 配置Eclipse IDE - 创建新Java项目和类 - 运行Java类及查看结果 - Java编程概述,包括基本数据类型、变量声明和程序编写 - 条件语句(if、switch)和循环语句(while、for等)的用法 - 数组的声明和操作 - **面向对象编程(OOP)** - 静态与实例块、构造函数 - 抽象、接口、多态、重载与重写、继承和封装 - POJO类和访问修饰符 - **包管理** - 创建和导入包的方式 - **集合框架** - 列表、集合和映射的使用(如ArrayList、HashMap等) - **异常处理** - 编译时异常与运行时异常 - **设计模式** - 理解设计模式概念及其应用(如单例模式、工厂模式) - **调试Eclipse中的脚本** - 理解调试过程,使用断点和检查值 - **J2EE简介** - 理解Web与Web服务的区别,客户端与服务器的概念 - **创建第一个网站** - 安装和配置Apache Tomcat,使用JSP创建第一个Web应用程序 - **Maven** - 创建Maven项目并管理构建和依赖 - **JUnit** - 单元测试的介绍及JUnit的配置和用法 - **SOAP Web服务** - SOAP及服务创建与测试 - **REST Web服务** - REST的定义与SOAP的区别,以及REST服务的元素 - **SpringBoot简介** - 理解Spring及Spring Boot的基础,创建第一个Spring Boot应用 - **微服务** - 理解微服务的概念及其与传统服务的区别 通过本课程,您将掌握Java及Spring开发的核心技能,实现从零基础到熟练应用的转变。
Hi, In this course i will go throught below topics.Basic Java· Configuring Eclipse IDE for Java· How to create new java project?· How to create a new java class?· Running java class· Viewing the results of java program· Learning Java· Introduction to Java programming· Data Types in Java Primitive Data types· Wrapper Classes· Declaring Variables· Writing java program and running· Conditional Statements· If condition· If else condition· If else if condition (nested if)· Switch case statement· Examples for all the above conditions· Loop Statements· While loop· Do while· For loop· For each loop· Examples for all the above loopsArray· How to declare array· How to store values in array?· Reading values in arrayOOPS· Static, Static block· Instance, Init block· Constructor· Abstraction· Abstract class· Interface· Polymorphism· Overloading· Overriding· Inheritance· extends· Encapsulation· POJO Class· Access Modifiers· default· public· private· protectedPackage· What is package?· How to create a package?· How to import package into a different class?Collection· List· ArrayList· LinkedList· Set· HashSet· TreeSet· LinkedHashSet· Map· HashMap· LinkedHashMap· TreeMapException Handling· CompileTime exception· RunTime exception· Custom ExceptionDesign Patterns· Design Pattern Concepts· Singleton· Lazy Loading· Eager Loading· FactoryDebug Scripts in Eclipse· Understanding Debug· Using Breakpoints· Verify the values during debug· Using step over, step into· Tips for using Eclipse efficientlyIntroduction to J2EE· What is J2EE· What's diff b/w Website vs Webservice· What's diff b/w Webserver vs Application server· What's client and Server· How client request processCreation of First Website· Why website?· Installation and configuration of Apache tomcat· Create first web application using JSPMaven· Creating Maven project· Creating build file· Running the build· Dependencies ManagementJUNIT· Introduction to Unit Testing· How to configure JUnit in Eclipse· Why JUNIT· How to create Test Case using JUNITSOAP Web Service· What is SOAP· What is SOA· Elements of SOAP Service· How to create SOAP service· Deploy service in tomcat· Test SOAP Service using SOAPUIREST Web Service· What is REST· What is Restful Service· Difference bw SOAP and Rest· Elements of Rest serviceIntroduction SpringBoot· Basic understanding of Spring· Why SpringBoot· Annotations of Spring boot application· First application using Spring boot· Maven Integration with Boot· Create Restful service· Test restful service using POSTMANIntroduction Microservices· Know why micro service· How it is different with normal service