Server-Side Components: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
 
Line 2: Line 2:
A '''server-side component model''' is an architecture for developing distributed business objects. It combines the
A '''server-side component model''' is an architecture for developing distributed business objects. It combines the
accessibility of [[distributed systems]] with the flexibility of [[business objects]].
accessibility of [[distributed systems]] with the flexibility of [[business objects]].
Server-side components are used on the middle-tier of an [[application-server]]. The Enterprise JavaBeans and
Server-side components are used on the middle-tier of an [[application-server]]. The [[:Introduction|Enterprise JavaBeans]] and
Microsoft's .NET Framework, for example, are standard server-side components.
Microsoft's .NET Framework, for example, are standard server-side components.

Revision as of 12:25, 11 November 2004

Server-Side Components

A server-side component model is an architecture for developing distributed business objects. It combines the accessibility of distributed systems with the flexibility of business objects. Server-side components are used on the middle-tier of an application-server. The Enterprise JavaBeans and Microsoft's .NET Framework, for example, are standard server-side components.