{$cfg_webname}
主页 > 外文翻译 > 计算机翻译 >

B/S最佳实践(含外文出处)

来源:wenku7.com  资料编号:WK712091 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK712091
以下是资料介绍,如需要完整的请充值下载。
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

B/S最佳实践(含外文出处)(中文3000字,英文1600字)
摘要:为了在B/S下实现即时通信,提出一个适合于B/S和C/S的即时通信框架,选择Ajax, Flash作为客户端技术,实现一套即时通信系统。该系统克服以往C/S即时通信软件无法在B/S系统中应用的缺点,在基于B/S, C/S的系统间实现统一通信。
关键字: 即时通信   B/S模式   C/S模式      
B/S最佳实践
B/S结构即Browser/Server(浏览器/服务器)结构,是伴随着互联网技术出现的一种对C/S结构的改变或者说是改进。在这种结构中,用户界面通过WWW来达到在前端充分实现部分逻辑的目的,但最主要的逻辑在服务器中实现,从而形成一个所谓的三层结构。B/S结构主要被用于成熟的WWW技术,与多种浏览器脚本语言(VBScript, JavaScript)以及ActiveX技术相结合。为了实现强大的功能和开发成本的节约,用一个标准的网页浏览器来与复杂的专用软件相结合,是一种全新的软件架构技术。在今天的软件应用中,Windows98和Windows2000操作系统在浏览器技术上植入B/S结构已成为优先的架构。很明显,B/S结构的应用相对于传统的C/S结构的应用程序会有巨大进步。

Best practices for B/S development
Palaniyappan Thiagarajan, Pagadala Suresh
B/S structure that Browser/Server (browser/server) structure, with the emergence of Internet technology, a change or improvement to C/S structure. In this structure, user interface through “WWW” fully realized part of the logic in the front end to achieve, but the main logic in the server to form a so called 3-tier structure. B/S structure, primarily used to mature “WWW” technology, the combination of multiple browsers Script Language (VBScript, JavaScript) and ActiveX technology, using a standard Web browser on the need to achieve the original complex proprietary software in order to achieve powerful functions, and the development of cost savings, is a brand new software system construction technology.
 

推荐资料