Location:
Search - dom4j api
Search list
Description: dom4jAPI,介绍了dom4j操作的api文档。方便操作配置文件xml。-dom4jAPI, introduce a dom4j document api operation. Convenience operation configuration file xml.
Platform: |
Size: 1117184 |
Author: he |
Hits:
Description: 简介
JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。
存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SAX的处理方式类似流媒体,是逐行的,不需要全部加载。而DOM是全部加载在内存,生成树。因而SAX的读取比DOM性能好,但是修改的话DOM略胜一筹。properties文件的扩展性不如xml,但是有很多xml没法实现的优势,比如加密之类的~
Helloworld
笔者根据自己开发中感受,写了一个工具包,用来体现读取xml或者properties的流程,大家在使用的时候记得修改文件路径。一共包含五个文件.本demo主要是用来模拟读取数据库的账户和密码的,读者可以在此基础上扩展。-Brief introduction
JavaEE development at the time, if the system constants are generally used to promote constant enumeration type, write in a separate category, but often want to modify the variables, such as the data source configuration, if the database exist, in one waste. But the existence of bad TXT extension on my observation, the programmers in general are often modified to enjoy the constant existence xml documents or document properties.
Xml files exist to expand the biggest benefits of a good sax or dom in general with the direction of these two frameworks, such as DOM4J, JDOM, etc.. Sun introduced JAXM (Java API for XML Messaging) is also used DOM4J. SAX approach because a similar streaming media, are progressive and do not need the full load. And DOM are all loaded in memory, spanning tree. SAX and thus the better read performance than the DOM, but DOM is better if modified. properties of paper as an extension of xml, but can not realize there is a lot of the advanta
Platform: |
Size: 1054720 |
Author: Greysh |
Hits:
Description: 包含了很多dom4j的测试例子,dom4j的主要API都测试了一遍,是dom4j入门的好资料-Some good samples for dom4j learners.
Platform: |
Size: 509952 |
Author: susu |
Hits:
Description: SSH2工程模板
struts2.1.8 + Spring2.5+ Hibernate3.2
Spring 用注解方式-antlr-2.7.6.jar
asm-2.2.3.jar
asm-commons-2.2.3.jar
asm-util-2.2.3.jar
c3p0-0.9.1.2.jar
cglib-nodep-2.1_3.jar
common-annotations.jar
commons-collections.jar
commons-dbcp.jar
commons-fileupload-1.2.1.jar
commons-io-1.3.2.jar
commons-logging-1.0.4.jar
commons-logging-api-1.1.jar
commons-pool.jar
dom4j-1.6.1.jar
ejb3-persistence.jar
freemarker-2.3.15.jar
hibernate-annotations.jar
hibernate-commons-annotations.jar
hibernate3.jar
jta.jar
log4j.jar
msbase.jar
mssqlserver.jar
msutil.jar
ognl-2.7.3.jar
spring-beans.jar
spring-context-2.5.6.jar
spring-context.jar
spring-core-2.5.6.jar
spring-core.jar
spring-orm.jar
spring-tx.jar
spring-web-2.5.6.jar
spring-web.jar
spring-webmvc-portlet.jar
spring-webmvc-struts.jar
spring-webmvc.jar
spring.jar
struts2-core-2.1.8.1.jar
struts2-spring-plugin-2.1.8.1.jar
xwork-core-2.1.6.jar
数据库ms sql
database zqkdev
table tb_user
fields
uid int
username nvarchar
password nvarchar
Platform: |
Size: 34816 |
Author: |
Hits:
Description: 详细介绍Dom4J的官方著作,简单明了,示例方式介绍-cookbook for dom4j,an effective way to study Java XML API
Platform: |
Size: 24576 |
Author: 于博 |
Hits:
Description: java解析xml,主要利用dom4j的api,功能很强大的。-java parse xml, the main use of dom4j the api, function is powerful.
Platform: |
Size: 297984 |
Author: max |
Hits:
Description: dom4j api 关于xml操作的开源组件-dom4j api
Platform: |
Size: 1327104 |
Author: codeplay |
Hits:
Description: dom4j的api。dom4j一个xml的生成、解析工具包-the api of dom4j
Platform: |
Size: 1116160 |
Author: 20073500 |
Hits:
Description: dom4j操作xml文件的示例,自己根据dom4j的api写的一个示例,其实已经应用到我们的项目中去,应用仅应用其中一个方法,还有很多方法可以使用,干净的封装bean,可以拿来就用,非常实用,所以贡献出来大家一起共享。包括:xml文件的生成,遍历,更新或修改等常用操作。压缩包里含有dom4j的两个核心jar包。 -dom4j xml file operation example of the api dom4j write their own according to an example, is already applied to our project to the application only one of the methods applied, there are many ways to use, clean package bean, can be taken out use, very practical, so to share with everyone contributed. Including: xml file generation, traverse, update or modify such common action. Dom4j compression bag containing two core jar package.
Platform: |
Size: 557056 |
Author: xcg |
Hits:
Description: dom4j,hibernate3.6.6,hibernateAnnotation3.4.0chm格式的帮助文档-dom4j, hibernate3.6.6 of, hibernateAnnotation3.4.0chm format help document
Platform: |
Size: 15642624 |
Author: lixiao |
Hits:
Description: 利用DOM4J API, 学习将数据生成到XML文件中-Using DOM4J API, and learn to generate the data to an XML file
Platform: |
Size: 2048 |
Author: 郑子明 |
Hits:
Description: CSS4J是一个Java类库,实现DOM CSS API并集成进了DOM4J包中。-CSS4J is a Java class library that implements the DOM CSS API and integrated into the DOM4J package.
Platform: |
Size: 2127872 |
Author: gpudn25 |
Hits:
Description: 介绍解析xml的api的chm文档,详细全面,且是中文版的。-Introduction parse the xml api chm documentation, detailed and comprehensive, and is the Chinese version.
Platform: |
Size: 1391616 |
Author: 20112106 |
Hits:
Description: dom4j帮助文档主要用于解析xml文件文档-Dom4j help documentation is mainly used for parsing XML document
Platform: |
Size: 1116160 |
Author: wangbenlu |
Hits:
Description: dom4j的api文档,是一份html版本的文档非常详细本人也是用的这个文档希望大家喜欢.-dom4j api documentation, an html version of the document is very detailed, I also used this document hope everyone likes.
Platform: |
Size: 1095680 |
Author: 小I |
Hits:
Description: dom4j是一个Java的XML API,类似于jdom,用来读写XML文件的。dom4j是一个十分优秀的JavaXML API,具有性能优异、功能强大和极其易使用的特点,同时它也是一个开放源代码的软件,可以在SourceForge上找到它。在IBM developerWorks上面还可以找到一篇文章,对主流的Java XML API进行的性能、功能和易用性的评测,所以可以知道dom4j无论在哪个方面都是非常出色的。如今可以看到越来越多的Java软件都在使用dom4j来读写XML,特别值得一提的是连Sun的JAXM也在用dom4j。这已经是必须使用的jar包, Hibernate也用它来读写配置文件。(Dom4j is a Java XML API, similar to JDOM, used to read and write XML files. Dom4j is a very good JavaXML API, with excellent performance, powerful and extremely easy to use features, and it is also an open source software, you can find it on the SourceForge. On IBM developerWorks, you can also find an article on the performance, functionality, and usability of the mainstream Java XML API, so you can see that Dom4j is excellent in any way. Now you can see that more and more Java software is using Dom4j to read and write XML, and it is worth mentioning that even Sun's JAXM is using dom4j. This is already a jar package that must be used, and Hibernate uses it to read and write configuration files.)
Platform: |
Size: 11881472 |
Author: duchaochen
|
Hits:
Description: dom4j是一个Java的XML API,类似于jdom,用来读写XML文件的。dom4j是一个非常非常优秀的Java XML API,具有性能优异、功能强大和极端易用使用的特点,同时它也是一个开放源代码的软件(Dom4j is a Java XML API, similar to JDOM, used to read and write XML files. Dom4j is a very, very good Java XML API, which is excellent in performance, powerful and extremely easy to use, and it is also an open source software)
Platform: |
Size: 741376 |
Author: primo816
|
Hits:
Description: dom4j官方api,虽然是英文版的,但内容简单,便于理解,是学习dom4j的必备资料(a java api about DOM4J)
Platform: |
Size: 1116160 |
Author: 寻水的鱼儿
|
Hits:
Description: 这是dom4j的使用帮助文档,对于想要研究dom4j底层的童鞋还是很有帮助的(dom4j api)
Platform: |
Size: 1897472 |
Author: ````````谷弟 |
Hits: