- Kotlin Blueprints
- Ashish Belagali Hardik Trivedi Akshay Chordiya
- 86字
- 2021-07-02 21:50:15
Object mapping
In order for frontend and backend to communicate, we use some form of common language (mostly JSON). In our case, we will be using JSON for communication between backend when some action is performed from the frontend (using JavaScript-jQuery). We convert the JSON to objects, which are understood by our backend, using an object mapping library. In this, we will be using the popular Jackson library for object mapping.
We are going to add an additional dependency for object mapping of the PostGIS data-structures.
推薦閱讀
- Android Wearable Programming
- Drupal 8 Blueprints
- C語言程序設計基礎與實驗指導
- PowerCLI Cookbook
- Java入門很輕松(微課超值版)
- Python High Performance Programming
- 微信小程序開發與實戰(微課版)
- Nagios Core Administration Cookbook(Second Edition)
- 零基礎學Python編程(少兒趣味版)
- Hadoop大數據分析技術
- QlikView Unlocked
- 大學計算機基礎實訓教程
- Mastering VMware Horizon 7(Second Edition)
- Functional Python Programming
- 寫給青少年的人工智能(Python版·微課視頻版)