当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: Two Tier vs N-Tier Client
 

 

 ·java: is it ready for prime time? @ jdj    »显示摘要«
    摘要: few technologies have been hyped as much as java. supported by every major web browser, java applications can be written once and deployed on virtually every computer on the planet. today, java is k......
    摘要:datadirect technologies has announced the availability of three new suites of its market-defining data connectivity components:, datadirect connect for jdbct, datadirect connect for odbc, and datadi......


Adding A Middle Tier to Your Java Code Using Jaguar CTS @ JDJ

two tier vs n-tier

client/server applications, and even java applications that call a database directly, represent the original, two-tiered application architecture. this architecture fits many needs, but often there is a penalty - the need to redevelop or copy code from one application to another as it is developed. more importantly, although java is certainly a significant language for development, its a recently developed one, and much of the logic that we need to use is written in other languages. distributed applications, be they web applets or standalone applications, also have a need to centralize logic, both to minimize the maintenance of the client, and to keep download time and response times reasonable.

most of these issues have existed for years now, and the concept of externalizing and centralizing business logic from application logic developed into what is usually called a three-tiered or n-tiered architecture. cics was arguably one of the first middle-tier solutions developed. tuxedo from bea has been available for many years as well. the concept is simple - remove common business logic from application code and place it in a central repository, where any application might call it. and one of the first things this middle-tier became charged with was handling transaction management. a transaction is a set of one or more database statements that must be treated as a unit of work. simpler applications have no real need of transaction management, but applications that access multiple databases on different machines, perhaps in different locations, have a strong need for transaction management. this provides answers to the problem of two-phased commit, and o
...   下一页

 ·end-to-end application security @ jdj    »显示摘要«
    摘要: last month (.netdj, vol. 1, issue 12) we demonstrated a simple technique that allows you to avoid storing passwords in clear text, making your .net applications more secure and safer should they so......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE