Java Reference
In-Depth Information
It exemplifies the separation of concerns between user interface, communi-
cation and back-end computation. The information system is structured
according to the three-tier architecture. The user interface at the super-
market counter consists of a touch screen and a bar code reader; information
on the products' prices and stock levels are kept in a separate server
machine. The server machine centralizes most of the computing activities
and allows monitoring of the ongoing activities by the sales manager.
Chapter 15 (Geographic information system) presents the development
of a simple geographic information system (GIS). The goal is to exemplify
the process of integrating disparate technologies and, in particular, data
storage in a database, data transmission using sockets and data visualization
through Java Applets.
Chapter 16 (Ubiquitous email) addresses the problem of developing an
email server which provides nomadic access to the email of its users by sup-
porting several communication channels and communication media, such
as wired and wireless internet. The ubiquitous email server can therefore
be considered a sort of mediator broker, which offers mediation support
between a standard mail server and its users by enhanced mail access with
advanced functionalities.
12.5
References
Boehm, B. (1995) “A Technical Perspective on Systems Integration”, in Proceedings
of the SEI MCC Symposium on the Use of COTS in Systems Integration , A.W.
Brow, D.J. Carney, M.D. McFalls (eds), SEI Special Report CMU SEI-95-SR-007,
Software Engineering Institute, Pittsburgh PA.
Communication of the ACM (1997) Special Issue on Object-Oriented Application
Frameworks, No. 10, October.
Lewandowsky, S.M. (1998) “Frameworks for Component-based Client Server
Computing”, ACM Computing Surveys , Vol. 30, No. 1.
Shan, Y-P. and Earle, R.H. (1998) Enterprise Computing with Objects. From
Client Server Environments to the Internet , Addison-Wesley.
Sun Microsystems (2002) A New Approach to Distributed Computing (white paper),
http://java.sun.com/products/javaspaces/whitepapers/dcpaper.pdf.
Thai T. and Lam, H. (2001) .NET Framework Essentials , O'Reilly, June.
Vinoski, S. (1997) “CORBA: Integrating Diverse Applications within Distributed
Heterogeneous Environments”, IEEE Communications Magazine , Vol. 14,
No. 2, February.
 
Search WWH ::




Custom Search