当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: Do your Java applets and servlet
 

 

 ·creating a custom layout manager @ jdj    »显示摘要«
    摘要:a layout manager is an object that positions and resizes components within a display area according to a specific algorithm. the java 1.2 awt package provides 10 layout manager classes that can be use......
 ·caching & weakreferences @ jdj    »显示摘要«
    摘要: java brought garbage collection to mainstream programming. never before have commercial software developers been so aware of the need and benefit of using a collector. notwithstanding, the benefits ......


Java Technology for NFS: Using an Internet File Access Protocol @ JDJ
do your java applets and servlets need to read and write files stored on a server elsewhere in the network? if so, you need nfs, a fast file-access protocol that is destined to become a standard for file access over local area networks (lans) and the internet.

much of your data may already be stored on nfs servers, and now you can use nfs technology to read or write remote files directly from your java program.

naming files on a network and getting to files with nfs

lets start at the beginning. the nfs protocol has been used for network file access since the advent of lans in the early 1980s. although the protocol is normally associated with unix clients and servers, there are implementations available for almost every computing platform.

the nfs protocol is normally built into the operating system on either the client or server side. this leads to solid performance and enables programs to get to remote file systems as if they were local.

to access files on a network server, you need to be able to name the files using a network filename that will identify the file and its server from any computer in the network. we are already familiar with network names in the form of a url. the url connection classes provide url naming to identify web pages.

you dont have to rewrite or recompile programs to use nfs, pl
...   下一页

    摘要:so you joined a startup. you have plenty of stock options, a new company to build and a lot of work ahead of you. whats motivating you is the challenge and the chance to learn and grow. but be honest.......
» 本期热门文章:

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