• XMLBeans provides such a mechanism. XMLBeans is used for XML data binding.

    XMLBeans提供了这样一种机制,可以将XMLBeans用于XML数据绑定

    youdao

  • That's because when it comes to Castor, XML data binding is just a part of the puzzle.

    是因为对于 Castor 而言,XML数据绑定仅仅其中一部分

    youdao

  • The Castor framework for XML data binding supports both mapped and generated bindings.

    用于XML数据绑定Castor框架支持映射绑定生成绑定

    youdao

  • In fact, it's best viewed in light of what a more familiar term, XML data binding, means.

    实际上最好一个熟悉术语XML数据绑定出发来考察。

    youdao

  • Specifically, when most programmers hear data binding, they actually think XML data binding.

    特别是大部分程序员在听到数据绑定时候实际上的是XML数据绑定。

    youdao

  • Many other unlisted projects are also using BCEL, including my own JiBX XML data binding project.

    许多其他未列出项目使用BCEL包括自己的JiBXXML数据绑定项目

    youdao

  • The use of multiple namespaces with basically the same data creates some major problems for XML data binding.

    结合本质相同数据使用名称空间XML数据绑定造成一些重大问题

    youdao

  • The fact that you're reading this column tells me that you're at least mildly interested in XML data binding.

    既然阅读专栏说明至少XML数据绑定有一定的兴趣。

    youdao

  • HTTP XML data binding: Used to receive XML, which represents the data object defined in the service interface.

    HTTPXML数据绑定用于接收XML(表示服务接口定义数据对象)。

    youdao

  • Dennis Sosnoski has written in depth on the subject of XML data binding APIs of both the code-generation and code-mapping flavors.

    Dennis Sosnoski就XML数据绑定api主题代码生成和代码映射个方面了深入的文章。

    youdao

  • While XML data binding has stabilized and is largely being added to rather than changed, jdo-both Sun's variety and the Castor version-is still a volatile API.

    虽然XML数据绑定已经非常稳定,在很大程度上不是增加而是修改JDO—包括SunCastor版本—仍然一种通用的API。

    youdao

  • As an example application, I'm planning to use generic type information to improve the default binding generator provided with my JiBX XML data binding framework.

    作为一个示例应用程序准备使用泛型类型信息改进JiBXXML数据绑定框架中提供默认绑定生成器

    youdao

  • First, it's important to take a step back from XML data binding (which is where all your minds are running to — admit it) and look at data binding in a more general sense.

    首先必须暂时放XML数据绑定(得承认,满脑子想都是这个),来看看一般意义上的数据绑定。

    youdao

  • Even if you've used Castor for XML data binding, you'll probably need to make a few changes (or at least additions) to your programming environment to get SQL data binding up and running.

    虽然已经使用Castor进行XML数据绑定,为了运行SQL数据绑定可能仍然需要稍微修改一下(至少增加一些)编程环境

    youdao

  • It may be a good option if your application fits the XML Code model and does not have stringent performance requirements, but JBind seems relatively cumbersome for general XML data binding usage.

    如果应用程序适合XML代码”模型并且性能需求迫切则JBind可能好的选择对于使用一般XML数据绑定,显得比较笨拙

    youdao

  • With data binding you maintain control over the XML representation of data.

    使用数据绑定可保持数据XML表示控制。

    youdao

  • It is the foundation of some other standards in areas from XML messaging to data binding.

    包括XML消息传递数据绑定等领域其他标准基础

    youdao

  • With data binding your application can largely ignore the actual structure of XML documents, instead working directly with the data content of those documents.

    数据绑定应用程序可以在很大程度上忽略XML文档实际结构直接使用那些文档的数据内容

    youdao

  • Arguably the easiest way to achieve this move from using XML as a technology to a business format is data binding.

    完成XML技术业务格式转换简单是方法就是数据绑定,这种说法还有待论证

    youdao

  • Data binding APIs are most useful in that they allow programmatic manipulation of XML.

    数据绑定api允许通过编程操纵XML,从一点说它非常有用。

    youdao

  • Dropping XML elements into form panes or boxes now creates children rather than binding data to the pane.

    现在,在将XML元素表单面板中时,会创建条目,不是将数据绑定面板。

    youdao

  • The obvious solution is to expose the underlying raw XML stream to the data binding tool.

    直接的解决方法数据绑定工具公开底层原始xml

    youdao

  • While that's the most common approach to data binding, APIs that take an XML document and represent the entire document as an object are also a form of data binding.

    尽管常见数据绑定方法,但是使用XML文档整个文档表示成一个对象API也是数据绑定的形式

    youdao

  • Structural differences between the data model and the XML representation can be handled in the binding, so the XML representation can generally be preserved even as the data model changes over time.

    数据模型XML表示之间结构性区别绑定处理即使数据模型随着时间而改变XML表示通常可以得到保护。

    youdao

  • To achieve optimum performance and memory efficiency, you need to give the data binding tool direct access to the underlying XML stream.

    为了获得最佳性能内存使用,需要数据绑定工具直接访问底层XML

    youdao

  • Data binding is the term used for techniques that handle this conversion between XML and application data structures.

    数据绑定处理XML应用程序数据结构这种转换技术

    youdao

  • In the most generic case, data binding means that the data in an XML document is turned into an object in the programming language being used.

    普通情况下数据绑定就是XML文档中的数据转换正在使用编程语言中的对象

    youdao

  • When you use a data binding API, you can work with the data in an XML document essentially without the trappings of XML.

    我们使用某个数据绑定api时,可以根本上操作XML文档数据而不需XML修饰。

    youdao

  • In other words (using the specific example of a data binding API), don't assume that you want to use data binding every time your code works with XML.

    话说(使用数据绑定api这个具体例子),不要假设的代码每次处理XML使用数据绑定。

    youdao

  • As mentioned in Part 1, dynamic proxy clients hide the complexity of working with XML APIs by exposing the XML via JAXB 2.0 data binding technology.

    第1部分所述动态代理客户端通过JAXB 2.0数据绑定技术公开XML从而隐藏使用XMLAPI复杂性

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定