Ajax : Asynchronous JavaScript and XML , 非同步的JavaScript與XML技術
API : Application Programming Interface, 應用程式介面(接口)
AP: Application 應用程式
Aplication Server 應用程式伺服器
Access Point 無線接入點 ORM : Object/relational mapping(ORM), 物件關聯對映,簡單來說是ORM工具為中繼資料,利用程式物件去對應儲存在table的資料,可簡化儲存創建與控制資料的程序。
OO : object-oriented, object orientation ,物件導向
JAX-WS : Java API for XML Web Services, 用來創造服務的一種API 使用XML
JAX-RS : Java API for RESTful Web Services, 使用REST架構 並用Jersey實現
JWT :JSON Web Token, 解決傳統token上的資安問題
POJO: Plain old Java Objects, 物件關聯對映,簡單來說是ORM工具為中繼資料,利用程式物件去對應儲存在table的資料,可簡化儲存創建與控制資料的程序。
old Java Bean with the restrictions removed. Java Beans must meet the following requirements:
old Java Bean with the restrictions removed. Java Beans must meet the following requirements:
- Default no-arg constructor
- Follow the Bean convention of getFoo (or isFoo for booleans) and setFoo methods for a mutable attribute named foo; leave off the setFoo if foo is immutable.
- Must implement java.io.Serializable