- 浏览: 73840 次
- 性别:
- 来自: 北京
最新评论
-
george.gu:
lqjacklee 写道怎么解决。。 First: Conf ...
Bad version number in .class file -
lqjacklee:
怎么解决。。
Bad version number in .class file -
flyqantas:
would you pleade left more mate ...
UML Extension
文章列表
There are many kinds of XML Parsers in Java:
DOM (JDK embedded DOM implementation)
SAX
JDOM (It is an alternative to DOM and SAX)
Digester (Jakarta commons Digester)
JAXB(OXM, JDK1.6 embedded JAXB2.0 implementation)
dom4j
Xerces
KXML
...
In fact, you can list more if google "xmlparse ...
最近在项目中遇到一个下载文件的老问题。之所以说是老问题,因为在以前的很多项目中都遇到过,但是当时赶进度,所以在找到解决方案后就草草了事,没有深入的研究、总结一下各种方法,实乃憾事。
既然再次遇到,就不能放过。争取在依然很紧张的项目进度中,找出一点时间总结一下Java Web Application开发中涉及到的文件上传、下载解决方案。鉴于博客是写给自己看的,加上时间紧张,所以我会持续更新,不求一气呵成。
Upload File through Html FORM:
/html/body/form/@enctype: ENCTYPE determines how the form da ...
JDK provide a set of utils to compress and decompress data by zip format. You can find technical guide from http://java.sun.com/developer/technicalArticles/Programming/compression/.
Here is my sumarrize during study how to use java zip utils. You can find those APIs from java.util.zip.*.
ZipEntr ...
How to use beanshell
beanshell Manual:
http://www.beanshell.org/manual/bshmanual.html
"loosely typed" variables
You can simply omit the types of variables that you use (both primitives and objects).
Beanshell automatically converts them to properly type before execute any operat ...
1.1.1 JAXB 2.0: ObjectàXML
Using
JAXB 2.0 embedded in JDK 1.6.
Marshal Object to XML bytes:
public byte[]
marshalToBytes(Object o) throws Exception {
JAXBContext context = JAXBContext.newInstance(o.getClass());
Spring
Hibernate
Acegi
Struts
EhCache
OsWorkflow
PropertySet
Drool
KXML
Beanshell
Velocity
junit
dbunit
httpunit
xmlunit
servletunit
2011年三个月过去了,过去的三个月里发生了许多许多的事,细细想来只有一件深深烙入我的灵魂:女儿学会了怎样走路。
2011,怎样走过?来法国的这几年,对我来说是沉淀、是积累的三年。过去的很多东西都需要重新拿出来细细分析思考。
今天突发奇想,在Java Eye开博,希望记录自己学习中的点点滴滴。以不负我将来写《2011,这样走过!》