- 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
推薦閱讀
- 移動UI設計(微課版)
- Beginning C++ Game Programming
- 趣學Python算法100例
- Swift細致入門與最佳實踐
- Instant Nancy Web Development
- C#程序設計(項目教學版)
- 計算機應用基礎教程(Windows 7+Office 2010)
- Lift Application Development Cookbook
- Natural Language Processing with Python Quick Start Guide
- Android Sensor Programming By Example
- Learning C++ by Creating Games with UE4
- Java程序設計教程
- Microsoft Windows Identity Foundation Cookbook
- Learning Azure DocumentDB
- 中小企業網站建設與管理(靜態篇)