XMLBeans provides such a mechanism. XMLBeans is used for XML data binding.
XMLBeans提供了这样一种机制,可以将XMLBeans用于XML数据绑定。
That's because when it comes to Castor, XML data binding is just a part of the puzzle.
这是因为对于 Castor 而言,XML数据绑定仅仅是其中的一部分。
The Castor framework for XML data binding supports both mapped and generated bindings.
用于XML数据绑定的Castor框架支持映射绑定和生成绑定。
In fact, it's best viewed in light of what a more familiar term, XML data binding, means.
实际上,最好从一个更熟悉的术语XML数据绑定出发来考察。
Specifically, when most programmers hear data binding, they actually think XML data binding.
特别是大部分程序员在听到数据绑定的时候,实际上想的是XML数据绑定。
Many other unlisted projects are also using BCEL, including my own JiBX XML data binding project.
许多其他未列出的项目也使用BCEL,包括我自己的JiBXXML数据绑定项目。
The use of multiple namespaces with basically the same data creates some major problems for XML data binding.
结合本质上相同的数据使用多名称空间会给XML数据绑定造成一些重大问题。
The fact that you're reading this column tells me that you're at least mildly interested in XML data binding.
既然阅读本专栏,就说明您至少对XML数据绑定有一定的兴趣。
HTTP XML data binding: Used to receive XML, which represents the data object defined in the service interface.
HTTPXML数据绑定:用于接收XML(表示服务接口中定义的数据对象)。
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的主题,在代码生成和代码映射两个方面写了深入的文章。
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—包括Sun和Castor版本—仍然是一种通用的API。
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数据绑定框架中提供的默认绑定生成器。
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数据绑定(得承认,您满脑子想的都是这个),来看看更一般意义上的数据绑定。
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数据绑定可能仍然需要稍微修改一下(至少增加一些)编程环境。
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数据绑定,它显得比较笨拙。
With data binding you maintain control over the XML representation of data.
使用数据绑定,你可保持对数据的XML表示的控制。
It is the foundation of some other standards in areas from XML messaging to data binding.
它是包括XML消息传递和数据绑定等领域中其他标准的基础。
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文档的实际结构,而直接使用那些文档的数据内容。
Arguably the easiest way to achieve this move from using XML as a technology to a business format is data binding.
完成XML从技术到业务格式的转换,最简单是方法就是数据绑定,这种说法还有待论证。
Data binding APIs are most useful in that they allow programmatic manipulation of XML.
数据绑定api允许通过编程操纵XML,从这一点上说它非常有用。
Dropping XML elements into form panes or boxes now creates children rather than binding data to the pane.
现在,在将XML元素拖到表单面板或框中时,会创建子条目,而不是将数据绑定到面板。
The obvious solution is to expose the underlying raw XML stream to the data binding tool.
最直接的解决方法是向数据绑定工具公开底层的原始xml流。
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也是数据绑定的一种形式。
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表示通常也可以得到保护。
To achieve optimum performance and memory efficiency, you need to give the data binding tool direct access to the underlying XML stream.
为了获得最佳的性能和内存使用,需要让数据绑定工具直接访问底层的XML流。
Data binding is the term used for techniques that handle this conversion between XML and application data structures.
数据绑定是指处理XML和应用程序数据结构间的这种转换的技术。
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文档中的数据转换成正在使用的编程语言中的对象。
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的修饰。
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都要使用数据绑定。
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的复杂性。
应用推荐