- 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
推薦閱讀
- GAE編程指南
- Unreal Engine Physics Essentials
- Learning Cython Programming(Second Edition)
- Java應用開發與實踐
- Hadoop+Spark大數據分析實戰
- 用Flutter極速構建原生應用
- 概率成形編碼調制技術理論及應用
- Java編程的邏輯
- Oracle GoldenGate 12c Implementer's Guide
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- PyQt編程快速上手
- Secret Recipes of the Python Ninja
- LabVIEW數據采集
- Instant GLEW
- PHP Microservices