-
Notifications
You must be signed in to change notification settings - Fork 3
Java Abbreviations
Martin edited this page Apr 16, 2018
·
4 revisions
Java world use some of very common abbreviations. There is list of the most used:
- DTO = Data Transfer Object (view model)
- DAO = Data Access Object (data model)
- Persistance = Saving data to db
- POJO = Plain old java object (just a class)
- Bean = Class with setters, getters and variables.
- REST = REpresentational State Transfer
- JAX-WS = The Java API for XML Web Services
With love from Pooky