Skip to content

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
Clone this wiki locally