What is meaning of Plain Old Java Object (POJO)?

前端 未结 8 1511
别跟我提以往
别跟我提以往 2020-12-12 15:43

What does the term Plain Old Java Object (POJO) mean? I couldn\'t find anything explanatory enough.

POJO\'s Wikipedia page says that POJO is an ordinary Jav

8条回答
  •  天命终不由人
    2020-12-12 16:13

    According to Martin Fowler, he and some others came up with it as a way to describe something which was a standard class as opposed to an EJB etc.

提交回复
热议问题