-
Notifications
You must be signed in to change notification settings - Fork 3
Java Abbreviations
Martin edited this page Feb 28, 2018
·
4 revisions
Java world use some of very common abbrevations. 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.
With love from Pooky