JAVA BEANS AND ENTERPRISE JAVA BEANS
Abstract:
Abstract: Java Beans is the standard component model for the Java language. The idea is to create pieces of software that can be assembled together to create various kinds of applications. Today Java Beans are widely used by the software industry to create user interfaces for all kinds of software. The newest Java component model is Enterprise Java Beans. Besides its name, the Java language and the idea of component based software re-use, it has little or no similarities with the Java Beans standard. Enterprise Java Beans are located on the server and they support a distributed programming model that could be described as a flexible, two-way, object-oriented version of traditional client-server programming.
Citations
| 38 | GROUND: A Pattern Language for Human-Computer Interface Design. http://www.mit.edu/~jtidwell/interaction_patterns.html (last accessed – Tidwell, COMMON |
| 26 | Developing Java Beans. O’Reilly & Associates – Englander - 1997 |
| 1 | Advanced Java Development for Enterprise Applications – Berg - 1998 |
| 1 | ActiveX Controls vs – Chappell |
| 1 | Saura A., User Interface Design Patterns as Reusable Java – Laakso, Laakso - 1999 |

