Database 版 (精华区)
发信人: wodeji (西西), 信区: Database
标 题: [转载] DBC技术介绍(8)
发信站: 紫 丁 香 (Wed Oct 14 12:50:33 1998), 站内信件
【 以下文字转载自 Java 讨论区 】
【 原文由 lle 所发表 】
4. JDBC使用场合
Before looking at specifics of the JDBC API, an understanding
of typical use scenarios is help-ful. There are
two common scenarios that must be treated differently for our purposes:
applets and applications.
在看JDBC
API之前了解一下典型的使用场合是有帮助的。通常有两种情形必须
分别对待:applet和application.
4. 1. Applet
目前Java使用的最多的从网络中下载的applet,它们作为web
文件的一个部分。当中有数据库存取applet和能够使用JDBC来接触
数据库的applet。
例如,一个用户可能下载一个显示股票历史价格图的applet。这
个applet通过internet来从关系数据库中获得股票历史价格。
最一般的情况里面,对applet的使用是通过不可靠的边界的。例
如从另外一个公司或者Internet上获得这些applet。于是称这个情况
为"Internet"场合。然而applet也可能通过局域网下载。在这个情况里
面,客户机的安全都还是一个问题。
--
※ 来源:.紫 丁 香 bbs.hit.edu.cn.[FROM: club.hit.edu.cn]
--
※ 转载:.紫 丁 香 bbs.hit.edu.cn.[FROM: cadcam.hit.edu.c]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.039毫秒