Treffer: Toward Integration Java Business Integration

Title:
Toward Integration Java Business Integration
Contributors:
The Pennsylvania State University CiteSeerX Archives
Collection:
CiteSeerX
Document Type:
Fachzeitschrift text
File Description:
application/pdf
Language:
English
Rights:
Metadata may be used without restrictions as long as the oai identifier remains attached to it.
Accession Number:
edsbas.6300B1DA
Database:
BASE

Weitere Informationen

F or as long as I can remember, an argumenthas been making the rounds in distributedcomputing circles about how best to define interfaces for distributed elements. Some advocate the use of an interface definition language (IDL), whereas others prefer to use programming lan-guages directly. (There are even those who prefer to avoid explicitly defining interfaces altogether, but I’ll ignore that position for now.) Not surprisingly, the Java community has tra-ditionally sided with the programming language approach — arguing, in part, that IDLs are too far removed from the languages that developers use for implementation, and that the resulting mis-match often makes it difficult to map between the two. In practice, this means that either the IDL forces the developer to use an unnatural program-