- 浏览: 10816 次
- 性别:
- 来自: 苏州
最近访客 更多访客>>
最新评论
-
brucechen:
刚刚解决这个问题了。我有一个表Picture保持路径字段设置不 ...
null id in entry (don't flush the Session after a -
xiaogu2008:
出现这个异常不是表结构的问题吧
应该是你定义了非空字段,保存的 ...
null id in entry (don't flush the Session after a -
duooluu:
看你tomcat的日志,会有很详细的错误信息
ssh整合问题 -
王者之剑:
写得很清楚
struts2初学 之入门
文章列表
想把在学习中的错误列出来, 便于以后的复习
今天在做到一个系统的时候, 出现了以下的错误信息
null id in entry (don't flush the Session after an exception occurs)
后来才知道是有关表结构的问题
<property name="hibernateProperties">
<props>
<prop key="hibernate.dialect">org.hiber ...
前两天在做struts2, spring hiernate的时候出现了以下错误:
严重: Error configuring application listener of class listeners.ContextListener
java.lang.ClassFormatError: Extra bytes at the end of class file listeners/ContextListener
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.define ...
在做ssh整合的时候, 启动tomcat会出现如下错误:
2008-11-20 16:23:35 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: E:\Program Files\Java\jdk1.5.0_11\bin;.;C:\WINDOWS\sys ...
- 2008-11-20 16:38
- 浏览 942
- 评论(1)
前段时间看了一些关于struts2的书籍和帖子,学了一些东西。现在把它写下来,方便以后的学习
首先的感觉是struts2还是比较简洁的,从表面看来也比较简单,可是功能却很强大。
介绍一下我的入门例子吧
我是用eclipse3.3+tomcat5.5+struts2 2.0.6 来做的。首先要建立一个tomcat工程,这很简单,然后把struts2的jar包加入进去。
做一个入门的例子需要的jar包很少,现在把它们列出来
commons-logging-1.1.jar
freemarker-2.3.8.jar
ognl-2.6.11.jar
struts2-core-2.0.6.jar
xw ...