|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/applying-java-programming-for-real-world-project-development/
课程评论:没有评论
课程名称:将Java编程应用于实际项目开发 课程概述:如果你对如何将Java编程应用于实际项目开发感到好奇,那么这个课程正适合你。在这里,你将学习如何应用每一个Java概念来构建符合自己需求的应用程序。本课程将以开发一个电子商务应用程序为例,完全使用核心Java及其相关概念进行学习。 在本课程中,你将学习到以下内容: - 安装JDK和本地开发环境 - 理解并绘制类图、顺序图和活动图 - 将Java概念应用于开发实际项目 - Java项目开发的最佳实践 - 层次化架构及其在Java项目开发中的应用 具体内容包括: - 为书店应用创建Java项目 - 顺序图解释 - 类图解释 - 创建所有所需的包 - 创建书籍DTO和实体类 - 创建书籍的存储库接口及实现层 - 创建书籍的服务层接口及实现层 - 创建控制器层和书籍测试客户端类 - 将书籍客户端与控制器和服务层集成 - 学习如何调试代码,解决我们所构建的内容 - 使用适配器设计模式集成书籍的存储库和转换器层 - 在存储库中保存书籍实体的列表 - 序列化并保存书籍实体到文件 - 编写反序列化逻辑以从保存的文件中获取书籍实体对象 - 获取书籍详情,反序列化对象并进行调试 通过这个课程,你将获得构建实际应用程序所需的所有技能和知识。
If you are someone who is curious to know how to apply Java Programming to develop Real World Projects then this is the course for you, where you will learn to apply each and every java concepts to build any application of your own requirements.In this course we will learn to develop an Ecommerce Application just by using Core Java and its concepts.We will learn about the following:You will learn to install JDK and Local development environmentYou will learn about Class diagrams, Sequence diagrams and Activity diagramYou will learn to Apply Java Concepts to Develop a Real world ProjectYou will learn the best practices of Java Project DevelopmentYou will learn about Layered Architecture and How to use it to develop Java ProjectsCreate Java Project for Bookstore AppSequence Diagram ExplanationClass Diagram ExplanationCreating all the required packagesCreating the Book DTO and Entity classesCreating Repository Interface and Implementation layer for BookCreating Service layer Interface and Implementation layer for BookCreating Controller layer and Test Client class for BookIntegrate Book Client with Controller and Service layerLearn to Debug the code by navigating through what we have build so farIntegrate Repository and Converter layer for Book by using Adapter Design patternSave the Book Entity in a list inside RepositorySerialize and save Book Entity in fileWrite Deserialization logic to get the Book Entity object from the saved fileGet Book Detail and Deserialize Object and Debugging