本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- ssydxa219
- javashop
- e_e
- sam123456gz
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- xiangjie88
- wiseboyloves
- lemonhandsome
- ganxueyun
- xyuma
- sichunli_030
- wangchen.ily
- jh108020
- zxq_2017
- jbosscn
- Xeden
- johnsmith9th
- zhanjia
- forestqqqq
- luxurioust
- lzyfn123
- ajinn
- nychen2000
- wjianwei666
- daizj
- 喧嚣求静
- ranbuijj
- silverend
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
- lerf
最新文章列表
Introducing AXIOM: The Axis Object Model
2006-08-02
Introducing AXIOM: The Axis Object Model
http://today.java.net/pub/a/today/2005/05/10/axiom.html
Introduction
XML has become one of the major technologies used today for business integra ...
让人烦恼的org.xml.sax.SAXNotRecognizedException错误
今天在执行ant任务,编译japerreport文件的时候,遇到一个org.xml.sax.SAXNotRecognizedException: Feature: http://apache.org/xml/features/validation/dynamic错误,不知道什么原因,多方查找,在网上找到一段资料。如下:
java.lang.NoClassDefFoundError: org/xml/ ...
spring + hibernate3.0.5 的批量删除解决方案
public class HibernateDaoSupportCash extends HibernateDaoSupport{
/** 基于HQL的批量删除 */
public boolean zteHqlDelete(String hqlDelete){
boolean r = false;
Session session = getSession();
Transacti ...
Struts+Ajax
首先看下页面strutsAjax.jsp
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" p ...
hbm2java根据*.hbm.xml文件生成持久化类文件
也许你在用Strtuts + Hibernate的时候会写很多的*.hbm.xml文件和持久化类文件,现在有一种方法可以直接根据*.hbm.xml文件生成持久化类文件
在build.xml文件中定义这样一个目标
<target name="anthbm2java">
<taskdef name=&q ...
Configuration of the web.xml in our application
As we all known, the configuration of web.xml is the file that our application tells servlets what to do. there are many elements defined in web.xml, next I will tell what's the function of every eleme ...