- Java 9 Programming Blueprints
- Jason Lee
- 114字
- 2021-07-02 18:56:28
A client/server note application
Have you ever used a cloud-based note-taking application? Have you wondered what it would take to make your own? In this chapter, we'll create such an application, with complete front and backends. On the server side, we'll store our data in the ever popular document database, MongoDB, and we'll expose the appropriate parts of the business logic for the application via REST interfaces. On the client side, we'll develop a very basic user interface in JavaScript that will let us experiment with, and demonstrate how to use, JavaScript in our Java project.
This project will cover the following:
- Document databases (MongoDB)
- JAX-RS and RESTful interfaces
- JavaFX
- JavaScript and Vue 2
推薦閱讀
- 從零開始構建企業級RAG系統
- Learning Docker
- Android Application Development Cookbook(Second Edition)
- Git高手之路
- Java:Data Science Made Easy
- Spring快速入門
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Learning YARN
- Python項目實戰從入門到精通
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- 深度學習原理與PyTorch實戰(第2版)
- Python語言科研繪圖與學術圖表繪制從入門到精通
- Oracle實用教程
- Angular Design Patterns
- Java Web開發教程:基于Struts2+Hibernate+Spring