Welcome![Sign In][Sign Up]
Location:
Search - apache commons xml

Search list

[Other resourcehelloDigester

Description: 采用Jakatta Apache Commons的Digester解析XML文档简单例程,附带有ant构建文件,可以做为程序开发中XML文件解析的常用参考
Platform: | Size: 481576 | Author: 吴文涛 | Hits:

[xml-soap-webservicecommons-digester-1.8-src

Description: Apache用于操作XML的包,底层使用DOM4J,封装后操作更加直观,简便易用,和Struts是孪生兄弟。
Platform: | Size: 522602 | Author: xifo0 | Hits:

[JSP/Java简易java框架开源论坛系统

Description: 简易java(easyjf)框架开源论坛系统(测试版)在tomcat5.0上安装说明 www.easyjf.com 简易java框架--简易、实用才是硬道理! 简易java框架开源论坛系统拥有常用论坛系统的基本功能,集前台后台代码为一体,支持UBB代码。该论坛系统使用基于OO的方法设计,采用多层B/S构架,数据库持久层主要使用本网的简易数据库开源框架EasyJDO,Web层使用EasyJWeb框架,java代码与页面完全分离,易扩展。欢迎广大Java爱好者下载使用。 由于水平有限,难免有很多不足这处,请把您的建议通过www.easyjf.com提交给我们。我们也会根据广大网友的建议对论坛系统保持不断更新。更多实用开源代码及框架,请登录我们的网站。我们将在近期推出一系列的简易、实用J2EE开源框架及构件。 一、超级菜鸟安装说明 1、JDK1.4.2以上版本(注意配置java_home路径) 2、安装tomcat 3、把本论坛的全部程序拷贝到tomcat的webapps\ROOT目录下。 4、执行数据库结构生成脚本。MySql:执行bbs-mysql.sql 若Microsoft Sql Server:执行bbs-mssql.sql 5、根据您的数据库配置情况,修改WEB-INF/class/easyjf-dbo.xml文件配置。 6、启动tomcat,在浏览器中输入http://localhost:8080/bbs/即可运行论坛程序。 二、安装注意事项 1、本论坛程序使用数据为连接池使用的apache commons-dbcp-1.2.1管理数据库连接,确保该包可用。(tomcat自带) 2、若不能正常访问数据库,请把以下的JDBC驱动程序拷贝到tomcat的common\lib目录。 mysql-connector-java-3.1.11-bin.jar(mySql的驱动) msbase.jar(MSSql的驱动) mssqlserver.jar(MSSql的驱动) msutil.jar(MSSql的驱动) 3、不要把程序安装在中文路径下面。 4、本论坛资源文件使用的绝对路径。因此,需要要把论坛程序设置成主站。 5、系统使用Log4j-1.2 作为日志系统 三、论坛初始设置(确保论坛程序正常运行后执行) 1、注册一个用户名为admin的帐号。论坛系统的超级管理员帐号。 2、刷新左边的菜单栏。然后通过“栏目管理”添加论坛栏目即可。 四、代码说明 bbs目录:存放论坛主页及其它静态页面 WEB-INF\src:论坛的源代码 WEB-INF\easyjweb\bbs:论坛动态页面模板。 WEB-INF\lib:论坛的支持库文件。(全为开源软件:其中EasyJWeb0.2.jar为EasyJWeb框架、EasyDBO0.1.jar为EasyDBO框架,可通过本站下载源代码。)
Platform: | Size: 2988376 | Author: fhg2010@sohu.com | Hits:

[JSP/JavahelloDigester

Description: 采用Jakatta Apache Commons的Digester解析XML文档简单例程,附带有ant构建文件,可以做为程序开发中XML文件解析的常用参考-Jakatta Apache Commons using Digester Analysis of XML documents simple routines, fringe have ant build files, the procedure can be used as the development of parsing XML documents commonly used reference
Platform: | Size: 481280 | Author: 吴文涛 | Hits:

[xml-soap-webservicecommons-digester-1.8-src

Description: Apache用于操作XML的包,底层使用DOM4J,封装后操作更加直观,简便易用,和Struts是孪生兄弟。-XML for the operation of the Apache package, use the bottom DOM4J, after packaging operation more intuitive, easy-to-use, and is the twin brother of Struts.
Platform: | Size: 522240 | Author: xifo0 | Hits:

[JSP/Java20081004_d98efa2e09d5a85c8ad0oDbLIoYAIOds

Description: java开源订销管理系统源码,为连接池使用的apache commons-dbcp-1.2.1管理数据库连接[tomcat自带],确保该包可用.若要使用其它数据库连接沲,需要修改easyjf-dbo.xml文件中的相应配置。 -java open source provides sales management system for the connection pool to use apache commons-dbcp-1.2.1 Management Database Connectivity [tomcat own], to ensure that the package can be used. To use the other database connection沲, need to modify easyjf-dbo . xml file in the corresponding configuration.
Platform: | Size: 3362816 | Author: 雷磊 | Hits:

[JSP/Javacommons-betwixt-0.5-src

Description: Betwixt是Apache Commons 的一个工具包,提供将 JavaBean 映射至 XML 文档,以及相反映射的服务。-Betwixt is a tool for the Apache Commons package provides JavaBean mapped to XML documents, as well as the opposite mapping services.
Platform: | Size: 400384 | Author: camelwoo | Hits:

[xml-soap-webservicedigester-python

Description: 一个用Python实现的将XML源文件转化成Python对象结构的转换器。使用时请将转化规则写到config.xml文件中。使用该程序后可以避免每次都写冗长的读取xml文件创建对象结构的过程。当使用混合编程时,该程序也可以被用于C++工程。参见http://commons.apache.org/digester/,本程序是这个工程的Python版本!-With the realization of a Python source file will be XML objects into the structure of Python converter. Please use the rules written into config.xml file. Avoided the use of the procedure each time to write lengthy read xml file to create the object structure of the process. When using mixed language programming, the program can also be used in C++ project. See http://commons.apache.org/digester/, this programis the Python version of thatproject!
Platform: | Size: 120832 | Author: xukeying | Hits:

[OraclePLSQL-Commons

Description: This library include solutions for standards logging, unittesting, template engine and a lot more of easy use functionality: * PLSQLLogging is Logging Framework * PLSQLUnitTest is UnitTesting? Framework * PLSQLMapCollection is Collection Map * PLSQLUtility is Wrapped Apache Commons and many more * PLSQLTempateEngine is PlSQL Template Engine like Velocity o Settings o Parse/Syntax o Content (Lists(mvp) + templates) o Write * PLSQLCompare is generation of .equals(): for all simpel datatypes and complex datatypes including tables, records and xml * PLSQLConvert is generation of .toString(): for all simpel datatypes and complex datatypes including tables, records and xml -This library include solutions for standards logging, unittesting, template engine and a lot more of easy use functionality:* PLSQLLogging is Logging Framework* PLSQLUnitTest is UnitTesting Framework* PLSQLMapCollection is Collection Map* PLSQLUtility is Wrapped Apache Commons and many more* PLSQLTempateEngine is PlSQL? Template Engine like Velocity o Settings o Parse/Syntax o Content (Lists (mvp)+ templates) o Write* PLSQLCompare is generation of equals ():. for all simpel datatypes and complex datatypes including tables, records and xml* PLSQLConvert is generation of . toString (): for all simpel datatypes and complex datatypes including tables, records and xml
Platform: | Size: 45056 | Author: rfl | Hits:

[JSP/Javacommons-codec-1.9-src.tar

Description: apache codec.shiyong bianjiema,jarbao-Codec was formed as an attempt to focus development effort on one definitive implementation of the Base64 encoder. At the time of Codec s proposal, there were approximately 34 different Java classes that dealt with Base64 encoding spread over the Foundation s CVS repository. Developers in the Jakarta Tomcat project had implemented an original version of the Base64 codec which had been copied by the Commons HttpClient and Apache XML project s XML-RPC subproject. After almost one year, the two forked versions of Base64 had significantly diverged from one another. XML-RPC had applied numerous fixes and patches which were not applied to the Commons HttpClient Base64. Different subprojects had differing implementations at various levels of compliance with the RFC 2045.
Platform: | Size: 302080 | Author: jiuyue | Hits:

[JSP/Javahttpcomponents-client-4.3.6-bin

Description: HttpClient的jar包,用于在java中开发HttpClient程序时使用。-Apache HttpComponents Client ============================ Welcome to the HttpClient component of the Apache HttpComponents project. Building Instructions - For building source instructions please refer to BUILDING.txt. Dependencies HttpClient main module requires Java 5.0 compatible runtime and depends on the following external libraries: * Apache HttpComponents HttpCore * Apache Commons Logging * Apache Commons Codec (for detailed information on external dependencies please see pom.xml) HttpMime module is optional and requires Java 5.0 compatible runtime and depends on the following external libraries: * Apache HttpComponents HttpCore * Apache Commons Logging (for detailed information on external dependencies please see pom.xml) Licensing - Apache HttpComponents Client is licensed under the Apache License 2.0. See the files called LICENSE.txt and NOTICE.txt for more information. Cryptographic Software Notice
Platform: | Size: 1511424 | Author: shizl | Hits:

CodeBus www.codebus.net