Tag Archive: java

http://dev.plutext.org/trac/docx4j

docx4j is our library for unzipping a docx "package", and parsing the WordprocessingML XML to create an in-memory representation in Java.

The library supports all of WordprocessingML, with the exception of math (though there is support for this in subversion). There is also support for the properties parts, and the theme part.

关键词:docx java, Office Open XML, OpenXML, ooxml, WordML, WordprocessingML

Spring Framework 入门 之二

学习Spring框架要做的准备

1.从网站上下载Spring Framework version 1.2或者更高版本。

2.J2EE WEB容器 比如tomcat5和weblogic

3.数据库

4.Hibernate O/R mapping 框架

5.其他第三方框架 比如 日志框架 这些包含在了spring的发行版中了

6.Junit测试工具

7.Ant构建工具

8.eclipse编辑工具

所有这些东西都是开源的。