单项选择题
Java中使用XFire框架技术创建Web服务,XFire的配置文件service.xml中,()指定了接口实现类。
A.<name>
B.<class>
C.<implementationClass>
D.<interfaceImplementationClass>
点击查看答案
相关考题
-
单项选择题
下面使用DWR的代码中,()存在错误。
A.A处
B.B处
C.C处
D.D处 -
单项选择题
下面Ajax代码中,存在哪些错误()。
A.var url="operate=doCheckUserExists&uname="+uname;
B.xmlHttpRequest=createXmlHttpRequest();
C.xmlHttpRequest.onreadystatechange=haoLeJiaoWo;
D.xmlHttpRequest.open("POST",url,false); -
单项选择题
在使用DWR框架可以简化Ajax开发,需要在()配置文件中为JavaScript脚本暴露Java类。
A.util.Js
B.engine.jsp
C.dwr.Xml
D.web.xm
