当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: There are three catego
 

 

 ·javaxml教程(附:源程序)    »显示摘要«
    摘要: sonnet.xml 这是在本教程中贯穿使用的示例 xml 文档。 <?xml version="1.0"?> <!doctype sonnet system "sonnet.dtd"> <sonnet type="shakespearean"> <author> <last-name>shakespeare</......
 ·选择合适的java脚本语言    »显示摘要«
    摘要: 选择合适的java脚本语言--如果你正考虑在java应用中集成脚本解释器,最难得是决定使用那种摘要:脚本语言已经向java开发者证明了它的价值。它让客户实现应用功能的扩展和界面的个性化,从而程序的价值得以提升。另外,它们可以显著的简化程序开发者的设计任务,通过实现动态定义、装载和评估。对于开发人员,集成一种或多种脚本语言的任务是简单的,从越来越长的可选列表中选出一个确实困难的。......


JAINAPIsQ&amp;A
上一页   ...a linux based platform? - what kind of modifications can be imported to the jain api to meet the demands of our proprietary implementation? - is it mandatory that the protocol stacks using the jain apis are written in java or are other alternatives (e.g. c++) implementations acceptable as well? - how does the jain framework address the concept of a protocol between call control entities like softswitches and application/feature servers? currently - the international softswitch consortium (isc) recommends sip for this in the application framework document.          

yes, the jain specifications do provide endless ways to implement them. firstly each implementation to each vendors stack will different as each vendors stack expose different proprietary apis. secondly each vendor will be able to implement between the two apis in many ways depending on certain design decisions that they decide to adopt. this opens the competition between vendors to provide the best solution.   【程序编程相关:.NET中的对象序列化

i believe there are almost endless ways to implement the jain specifications is this true? 【推荐阅读:Hi,现在我们暂时不谈Passport

in jain, is there an asynchronous message mechanism, or is there just a synchronous api invitation? 【扩展信息:.NET程序实现多语言

back to top        

the protocol apis support asynchronous and synchronous implementations of the specifications, ie, when an application(listener) invokes an operation on a stack(provider), the implementation of the interface decides whether control is handed back to the application to continue other operation invocations or locked until a response is returned from the stack.  

back to top        

it seems that there is some, if not a lot of overlap between jain, jmx, jdmk, and oss through java. will these technologies merge, somehow complement with each other, or eventually be dropped? 

indeed these are closely related technologies, but they are very complimentary to one another and there are certainly no plans for any of these to be dropped.  it should be noted t
...   下一页
    摘要: 什么是io   io(input/output)是计算机输出/输出的接口。java的核心库java.io提供了全面的io接口,包括:文件读写,标准设备输出等等。java中io是以流为基础进行输入输出的,所有数据被串行化写入输出流,或者从输入流读入。此外,java也对块传输提供支持,在核心库java.nio中采用的便是块io。关于nio我们在后面还有专门的讨论。  流io的好处是......
» 本期热门文章:

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