2010年12月24日
摘要: 今天在学习Callable的用法, Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public class CallableT... 阅读全文
posted @ 2010-12-24 10:58 ﹎敏ō 阅读(3817) 评论(2) 推荐(0) 编辑
2010年12月21日
摘要: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [app... 阅读全文
posted @ 2010-12-21 16:41 ﹎敏ō 阅读(3208) 评论(2) 推荐(0) 编辑
摘要: Caused by: java.lang.NoClassDefFoundError: org/hibernate/annotations/common/reflection/MetadataProvider at java.lang.Class.getDeclaredConstructors0(Na... 阅读全文
posted @ 2010-12-21 16:16 ﹎敏ō 阅读(8479) 评论(0) 推荐(1) 编辑
2010年11月29日
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> File file = null ; Outp... 阅读全文
posted @ 2010-11-29 15:39 ﹎敏ō 阅读(484) 评论(0) 推荐(0) 编辑
2010年11月9日
摘要: 之前struts2配置没错就是提示找不到Action,今天用maven运行jetty发现没问题,然后看到别人用多了一个 WebContext.setClassLoader(Thread.currentThread().getContextClassLoader()); 加了之后果然可以了。。。 阅读全文
posted @ 2010-11-09 22:54 ﹎敏ō 阅读(1218) 评论(0) 推荐(0) 编辑
2010年10月19日
摘要: 页面有两个表单,一个有两个input一个button, 一个只有一个input一个button; 第一个表单enter事件正常,第二个enter后明明return false了还提交... 看了http://www.javaeye.com/topic/567532后才知道 然后加了个就可以了,用in... 阅读全文
posted @ 2010-10-19 15:49 ﹎敏ō 阅读(248) 评论(0) 推荐(0) 编辑
2010年8月29日
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /** * */ package org.adaik... 阅读全文
posted @ 2010-08-29 14:48 ﹎敏ō 阅读(164) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /** * */ package org.adaik... 阅读全文
posted @ 2010-08-29 14:47 ﹎敏ō 阅读(269) 评论(0) 推荐(0) 编辑
2010年8月22日
摘要: 学习《The Flex, Spring, and BlazeDS full stack》,使用maven flexmojos spring struts2 hibernate blazeDS创建多模块项目 flexmojos的最新版4.0-SNAPSHOT需要maven3,所以使用apache-ma... 阅读全文
posted @ 2010-08-22 23:11 ﹎敏ō 阅读(874) 评论(0) 推荐(0) 编辑
2010年8月17日
摘要: 同样是最简单的例子,remote-object浪费了我三天时间... 从网上下的例子可以成功,自己写的就是失败,哪怕是代码全一样的... 然后怀疑是jetty的问题,换tomcat一样... 发送请求总是404 NOT FOUND! 后来在网上看到有人提到 http://localhost/WebC... 阅读全文
posted @ 2010-08-17 09:42 ﹎敏ō 阅读(2642) 评论(0) 推荐(0) 编辑