...
首页> 外文期刊>WEB techniques >Building a Server Switchboard
【24h】

Building a Server Switchboard

机译:Building a Server Switchboard

获取原文
获取原文并翻译 | 示例

摘要

One reason that Java is so popular on the Web is security. Because applets run in the context of the browser, the browser can strictly control what the applet can and can't do. This is a benefit for users, but for developers, it's somewhat restrictive. Of course, you can digitally sign your applets and hope that users will elect to relax security restrictions against them, but this isn't an ideal solution. The best answer is to find a way to work within the existing security structure. For example, suppose you want to write an applet that needs to store data. You have very few choices. You can't write to a file on the client computer. However, you can open a network connection back to the server and write the file on the server. This requires a program on the server that listens for the applet and handles its requests.

著录项

获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号