首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 93 毫秒
1.
本文简单介绍Java虚拟机及Java语言的执行方式,并在此基础上介绍Sun公司的Java微处理器系列成员之一的PicoJava-Ⅰ微处理器的体系结构,包括PicoJava-Ⅰ的结构特征、内部单元结构等。  相似文献   

2.
以mci32.ocx为例阐述了如何在Microsoft公司的VisualJ++环境中使用ActiveX控件,以拓展Java语言的功能;给出了在Java中利用mci32.ocx来播放.AVI视频图像的简单例子。  相似文献   

3.
Jini技术与分布对象计算   总被引:1,自引:1,他引:0  
Jini技术是由Sun Microsystem提出的建立在JavaBVean/RMI机制上的一种应用技术。;它主要用于将目前广泛使用的各种电子设备如Personal Digital Assistant(PDA)。数码相机,蜂窝电话,电视机等连接成一个使用方便,即插即用并且动态的网络,以便更好地实现资源共享,并讨论了Jini技术的体系结构,连接技术及其在Microsoft Universal Plu  相似文献   

4.
本文主要从C/S和B/S开发模式的比较、J2EE技术的体系结构、J2EE平台的核心技术及J2EE的优势等方面来介绍J2EE技术如何能成为构建企业级应用的可信平台。一 .概述目前 ,Java 2平台有 3个版本 ,它们是适用于小型设备和智能卡的Java 2平台Micro版 -J2ME (Java 2PlatformMicroEdition)、适用于桌面系统的Java 2平台标准版 -J2SE(Java 2PlatformStandardEdi tion)、适用于创建服务器应用程序和服务的Java 2平台企业版 -J2EE (Java 2Pl…  相似文献   

5.
(2000年 3 月9日讯)Sun Microsystems公司宣布,立即提供XML语言分析选项包(JAXP:ParsingOptionaal Package)的Java(TM)应用编程接口(API)。 JAXP现在网址 http:// java.sun.com/xml/download.html上免费提供。 Sun是XML语言和Java平台的最杰出的创新者,这两个技术是.com计算的基础。Java和XML是创建基于Web的企业应用的理想选择,因为它们都具有多个优良的特性,如平台独立性、扩展性、反复利用…  相似文献   

6.
HotJava是由SunMicrosystems计算机公司推出的WWW浏览器,基于一种新的面向对象的语言———Java,HotJava浏览器具有与它同类WWW浏览器无法比拟的动态性能,展求了实现真正的动态网络交互的巨大潜力。本文首先分析了Java和HotJava的一些关键技术以及其程序结构,然后主要介绍了汉化HotJava的具体方案与实现。  相似文献   

7.
HotJava是由SunMicrosystems计算机公司推出的WWW浏览器.基于一种新的面向对象的语言——Java,HotJava浏览器具有与其它同类WWW浏览器无法比拟的动态性能,展示了实现真正的动态网络交互的巨大潜力.本文首先对HotJava浏览器及Java语言作一简单介绍,然后介绍在Solaris平台上开发HotJava中文版的具体方案与实现.  相似文献   

8.
前言微软的MicroSoft.NET战略将把计算带到完全的WEB时代,而实际上SUN公司很早就为Internet时代准备了Java,java获得了业界的广泛支持,现在许多Web应用采用java servlet技术。本文将对MicroSoft.NET中的ASP+与JAVA做一个比较,以获得对于WEB计算的一个全面的了解。微软的.net战略 2000年6月,微软发布了它的“Microsoft.NET”战略计划,这标志着给这个公司带来无与伦比的财富和辉煌的十年视窗时代的结束。同时也结束了微软十年来官司缠…  相似文献   

9.
引人注目的Java语言浙江工业大学陈庆章Java是由美国SUN电脑公司(SunMicrosystems,Inc.)所开发的、也是第一种能在国际互连网络(Internet)上面使用的、具有硬件/软件独立性和交互能力的程序语言。事实上,以Java的功能,...  相似文献   

10.
PJVM(ParalelJavaVirtualMachine)采用扩充Java语言功能的方法,提供了基于分布式共享存储器的编程接口DSM(DistributedSharingMemory)和基于消息传递的编程接口MPI(MessagePasingInterface),用户可以利用Java语言和扩充的两个编程接口,方便地设计在异构环境下运行的并行/分布程序。  相似文献   

11.
PicoJava: a direct execution engine for Java bytecode   总被引:2,自引:0,他引:2  
McGhan  H. O'Connor  M. 《Computer》1998,31(10):22-30
Key to the central promise inherent in Java technology-“write once, run anywhere”-is the fact that Java programs run on the Java virtual machine, insulating them from any contact with the underlying hardware. Consequently, Java programs must execute indirectly through a translation layer built into the Java virtual machine. Translation essentially converts Java virtual machine instructions (called bytecodes) into corresponding machine-specific binary instructions. Bytecode is a single image of a program that will execute identically (in principle) on any system equipped with a JVM. The first step toward the development of a new class of Java processors was the creation of the bytecode execution engine itself, called the picoJava core. PicoJava directly executes Java bytecode instructions and provides hardware support for other essential functions of the JVM. Executing bytecode instructions in hardware eliminates the need for dynamic translation, thus extending the useful range of Java bytecode programs to embedded environments. By the end of 1998, Java processors like Sun's microJava 701 should be available for evaluation from several licensees of the picoJava core technology  相似文献   

12.
Despite the portability and platform independence of Java programs, their performance depends on the threading mechanisms of the host operating system. In this paper, we measure the performance of Java threads for two different multi-threading implementations, Linux Thread and Green Thread, using PersonalJava (TM) on a Linux-based platform. The experimental results show the relative strengths and weaknesses of the two threading mechanisms with respect to synchronization overhead, I/O efficiency, and thread control.  相似文献   

13.
主要叙述了Servlet2.3、2.4规范中扩展的Filter和Listener机制,详细介绍了其工作流程及在JavaWeb编程中的应用。最后在tomcat环境下给出了Filter和Listener在科研业务管理系统中的应用实例。  相似文献   

14.
基于Topic Map的网络课件模型研究   总被引:5,自引:1,他引:4  
在分析传统网络课件结构的基础上,对基于主题图的网络课件采用集合论的方法进行了建模,并对TMC模型中的规则、性质及其作用进行了研究,利用Java和TM4L基于主题图描述语言(XTM)开发了TMC的原型系统,对该模型进行了验证.  相似文献   

15.
计算机对等联网(peer-to-peernetwork,P2P)技术是目前新一代网络技术研究的活跃领域,而对等点定位问题是P2P网络通信中一个关键环节。该文分析了几种目前广泛使用的对等点定位方法的优势和不足,提出了基于IP多播技术的对等点定位方法,并运用JXTA技术在JavaTM2平台上予以实现。实验证明,新定位方法具有更大的适应性和灵活性,并有效减少了网络带宽占用率。  相似文献   

16.
iw3d is a tool for 3-d interpolation of scattered data. The program is endowed with a user-friendly graphical interface. The interpolation-algorithm is a modified version of the inverse-distance weighting method. It has the capability for a quality-weighted interpolation. The interpolation can be carried out with a sector-search approach for reducing clustering effects. A semivariogram is calculated for the three cartesian main directions to give an estimate for a selectable search-distance. Tests of the program with a synthetic 3-d data set and a large set of measured subsurface temperatures with different qualities show good results.iw3d is programmed with Java (TM) and is a GPL licensed open source. It has been successfully tested with different Java versions on Microsoft Windows, Sun Solaris and on several Linux distributions.The current version is available at http://geomath.onlinehome.de/iw3d/.  相似文献   

17.
In response to a long-lasting anticipation by the Java community, version 1.5 of the Java 2 platform - referred to as Java 5 - introduced generic types and methods to the Java language. The Java 5 generics are a significant enhancement to the language expressivity because they allow straightforward composition of new generic classes from existing ones while reducing the need for a plethora of type casts. While the Java 5 generics are expressive, the chosen implementation method, type erasure, has triggered undesirable orthogonality violations. This paper identifies six cases of orthogonality violations in the Java 5 generics and demonstrates how these violations are mandated by the use of type erasure. The paper also compares the Java 5 cases of orthogonality violations to compatible cases in C# 2 and NextGen 2 and analyzes the tradeoffs in the three approaches. The conclusion is that Java 5 users face new challenges: a number of generic type expressions are forbidden, while others that are allowed are left unchecked by the compiler.  相似文献   

18.
阐述了SUN公司推出的Java card在智能卡开发应用中的实现过程,阐明其构架以及主要的API。提出Java Card的安全性问题,推荐 使用椭圆曲线算法,并在Java Card API中补充设计加密解密部分。  相似文献   

19.
20.
性能问题一直是Java无法回避的一个弱点。然而造成性能低下的原因除了Java本身的原因外,很多时候是由于应用没有优化地使用Java造成的。虚拟机是Java平台的核心,研究Java虚拟机(Java virtual machine,简称JVM)的关键技术及运行机制,并分析其性能优化措施,使Java在不同的平台上顺利运行,为编程实现JVM或向各种平台移植JVM提供参考。  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号