- 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.
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- Python科學計算(第2版)
- Java異步編程實戰
- 三維圖形化C++趣味編程
- C#程序設計教程
- Mastering PHP Design Patterns
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- Easy Web Development with WaveMaker
- 小程序,巧運營:微信小程序運營招式大全
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Learning Apache Mahout Classification
- Oracle GoldenGate 12c Implementer's Guide
- 計算機應用基礎教程(Windows 7+Office 2010)
- C編程技巧:117個問題解決方案示例
- SQL Server 2014 Development Essentials