Location:
Search - jaxb
Search list
Description: java与xml之间的转换,用的是JAXB技术,即web service 技术。-change between java and xml
Platform: |
Size: 1024 |
Author: strongboy |
Hits:
Description: Jaxb的例子源码,在netbeans环境下开发的-jaxb examples,use netbeans as IDE
Platform: |
Size: 16384 |
Author: register |
Hits:
Description: SAML(Security Assertion Markup Language,安全断言标记语言)是由OASIS管理,得到各主流IT厂商支持和部署最广泛的网站SSO标准。它提供了一个安全且可扩展的数据格式集,在各种环境下交换数据和身份识别信息。-The OpenWS library provides a growing set of tools to work with web services at a low level. These tools include classes for creating and reading SOAP messages, transport-independent clients for connecting to web services, and various transports for use with those clients.
The XMLTooling library, contained within OpenWS, provides the ability to work with XML as regular Java beans. This is similar to the Java Architecture for XML Binding (JAXB), XMLBeans, and XStream libraries. It differs from these libraries in three main ways:
Much finer control to developer for what happens during the marshalling and unmarshalling processes
Much more extensible, allowing various implementations of all of it s XMLObjects
Support for XML Digital Signatures and Encryption
Platform: |
Size: 9633792 |
Author: 职工 |
Hits:
Description: J2EE中解析XML文件的技术。最初JAXB是JavaEE的一部分,在JDK6.0中,sun将其移到了JavaSE中。在JDK6.0中,JAXB的版本中2.0,比起1.0版本,JAXB2.0基于Annotation来标识要作绑定的类和属性,从而缩减了开发工作量。-J2EE Technology in parsing XML documents
Platform: |
Size: 151552 |
Author: 81 |
Hits:
Description: 利用JAXB2的API实习包装WebService服务调用,发送和接收数据并返回数据对象-jaxb WebService
Platform: |
Size: 75776 |
Author: 杨宇 |
Hits:
Description:
Platform: |
Size: 111616 |
Author: 紫菜 |
Hits:
Description: Generated file from JAXB
Platform: |
Size: 4096 |
Author: jovi |
Hits:
Description: JAXB API document. JAXB is a framework to allow Java developer to deal with Java POJO instead of XML string.
Platform: |
Size: 417792 |
Author: jay |
Hits:
Description: 用来进行xml节点数据的校验,判断xml节点数据的有效性-Xml node used for data validation, to determine the validity of data xml node
Platform: |
Size: 9707520 |
Author: qqxiaodi |
Hits:
Description: J2EE开发部署工具JRebel 4.0 jar最新版本下载
程序员百味 软件定制 http://www.bywei.cn/blog
jrebel交流平台
距离J2EE开发工具JRebel 1.0的发布,已经过去了3年。近日JRebel 4.0正式版本终于发布了。
该版本支持匿名类重载、全面支持对EJBs3.X的重载变化、支持Seam 2.X、更好的系统整合(包括
支持35个框架)等。
详尽的变化更新日志如下:
4.0.3 (25th July 2011)
Added beta support for Java 7
Added beta support for JBossAS 7
Added beta support for Apache Wink
Added beta support for Spring-WS
Added beta support for JAXB
Fixed JSP reloading on WAS 7.0.0.17
Fixed issues in Mojarra 2.0 integration
Added support for @ManagedBean in Mojarra integration-J2EE开发部署工具JRebel 4.0 jar最新版本下载
距离J2EE开发工具JRebel 1.0的发布,已经过去了3年。近日JRebel 4.0正式版本终于发布了。
该版本支持匿名类重载、全面支持对EJBs3.X的重载变化、支持Seam 2.X、更好的系统整合(包括
支持35个框架)等。
详尽的变化更新日志如下:
4.0.3 (25th July 2011)
Added beta support for Java 7
Added beta support for JBossAS 7
Added beta support for Apache Wink
Added beta support for Spring-WS
Added beta support for JAXB
Fixed JSP reloading on WAS 7.0.0.17
Fixed issues in Mojarra 2.0 integration
Added support for @ManagedBean in Mojarra integration
Platform: |
Size: 17745920 |
Author: 百味 |
Hits:
Description: jaxb2中marshall与unmarshall的基本使用-the simple example usage of jaxb2
Platform: |
Size: 4096 |
Author: Mr xu |
Hits:
Description: 使用StAXON,可以用java的xml接口去读写json对象,尤其是可以利用相关的xml技术:xslt, jaxb, xsd, xpath, xquery-Use StAXON, to read and write using the xml interface java json object, especially the xml: xslt, jaxb, xsd, xpath, xquery
Platform: |
Size: 200704 |
Author: kkpudn28 |
Hits:
Description: java读写xml的方法,在java环境下读取xml文件的方法主要有4种:DOM、SAX、JDOM、JAXB,对各种方法做详细解析,并附上例子源码和注释。
Platform: |
Size: 324932 |
Author: wangle318@sina.com |
Hits:
Description: 最近完成了一个日志分析项目,执行效率也还行。顺手抽取了思路写了一个demo,分享给大家。
eclipse直接导入Java Project。build path需要自己修改一下。lib全有。
项目使用了Quartz、Jaxb和spring多线程等技术。
-Recently completed a log analysis program, the efficiency is also okay. Easily extracted the idea to write a demo, to others. eclipse directly into the Java Project. build path needs its own corrections. lib all have. Project uses Quartz, Jaxb and spring multi-threading technology.
Platform: |
Size: 14816256 |
Author: Hassan |
Hits:
Description: 这个资料,可以吧后缀为.xsd的文件,转化成java类使用,使用方法在文件里面有详细的说明-This information, you can right suffix. Xsd file into a java class using method in the file which has detailed instructions
Platform: |
Size: 8985600 |
Author: 郑丽 |
Hits:
Description: JAXB best practices representation book
Platform: |
Size: 320512 |
Author: alex |
Hits:
Description: Java offers several options for handling XML structures and files. One of the most common and used ones is JAXB. JAXB stands
for Java Architecture for XML Binding. It offers the possibility to convert Java objects into XML structures and the other way
around. JAXB comes with the JRE standard bundle since the first versions of the JRE 1.6.
The first specification of JAXB was done in March 2003 and the work process is tracked in the Java Specification Request 31:
https://jcp.org/en/jsr/detail?id=31. In this specification request you can find a lot of information regarding the long life of JAXB
and all the improvements that have been made.
Platform: |
Size: 1185792 |
Author: john klain |
Hits:
Description: JAXBContext 类提供到 JAXB API 的客户端入口点。它提供了管理实现 JAXB 绑定框架操作所需的 XML/Java 绑定信息的抽象,这些操作包括:解组、编组和验证。
客户端应用程序通常使用以下两种风格的 newInstance 方法之一来获得此类的新实例,但是该方法还有其他可用的特殊形式(The JAXBContext class provides the client entry point to the JAXB API. It provides abstractions for managing the XML/Java binding information required to implement JAXB binding framework operations, including solution groups, marshalling, and validation.
The client application usually uses one of the following two styles of newInstance methods to obtain a new instance of this type, but there are other special forms available:)
Platform: |
Size: 116736 |
Author: 打哈哈
|
Hits:
Description: jaxb tutorial e-book
Platform: |
Size: 1437696 |
Author: elan1973
|
Hits:
Description: a java helper to do xml <-> javabean
Platform: |
Size: 2048 |
Author: bwang616
|
Hits: