开发者

what is "Java beans"? [duplicate]

开发者 https://www.devze.com 2023-01-04 00:02 出处:网络
This question already has answers here: Closed 12 years ago. 开发者_StackOverflow社区 Possible Duplicate:
This question already has answers here: Closed 12 years ago. 开发者_StackOverflow社区

Possible Duplicate:

places where Java Beans used?

Can anyone tell me what exactly "Java beans" is and why is it used?


Links

  • Wikipedia/JavaBean
  • java.sun.com - Developer - Online Training - Introducing Java Beans


I do not like the term java bean, it just causes confusion because every properly written java class is per definition a java bean, that is, using proper encapsulation rules and so on.

But take care, sometimes people who are saying java bean, mean enterprise java bean (EJB) which is are classes which derive from special classes in the java EE framework.

0

精彩评论

暂无评论...
验证码 换一张
取 消