浏览 3339 次
锁定老帖子 主题:zooma v0.2修正版
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-12-31
*************************** features: * 基于Struts+Hibernate+Spring构建的web应用 * 使用继承机制封装基本操作 * 通过hibernate映射文件*.hbm.xml自动生成对该实体的增删改查操作 * 支持单表及视图操作(主键名称必须为ID) * 支持接口注入 * 支持自扩展注入实现复杂操作 * root目录结构为Myeclipse下目录结构,具体路径参照example 新增: * struts和spring配置信息的自动写入 * 修正Double和Date类型数据生成 * ZoomaCreater类的入口方式稍加改动,参见Creater.java *************************** -------------------------------- 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2007-12-31
逛逛zooma开源敏捷框架
|
|
返回顶楼 | |
发表时间:2007-12-31
gaoqing1129 写道 逛逛zooma开源敏捷框架
嘎嘎,还是师姐给面子 |
|
返回顶楼 | |
发表时间:2008-01-11
你的example缺少com/example/po/ProMtfd.hbm.xml文件呀!!
|
|
返回顶楼 | |
发表时间:2008-01-11
错误如下:
严重: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean wit h name 'sessionFactory' defined in ServletContext resource [/WEB-INF/application Context.xml]: Invocation of init method failed; nested exception is java.io.File NotFoundException: class path resource [com/example/po/ProMtfd.hbm.xml] cannot b e opened because it does not exist Caused by: java.io.FileNotFoundException: class path resource [com/example/po/Pr oMtfd.hbm.xml] cannot be opened because it does not exist |
|
返回顶楼 | |
发表时间:2008-01-11
org.zooma.base.CoypUtil CopyUtil?? |
|
返回顶楼 | |
发表时间:2008-01-12
guowei421181 写道 你的example缺少com/example/po/ProMtfd.hbm.xml文件呀!!
真对不起,我有一段时间没有上来了,呵呵,没有看到你的留言 这是我的失误啦,呵呵 请把WEB-INF下的applicationContext.xml文件中的<value>com/example/po/ProMtfd.hbm.xml</value> 却掉就可以了 之前应为里面做了好几个例子,删除的时候没有删除干净 |
|
返回顶楼 | |
发表时间:2008-01-12
fcoffee 写道 org.zooma.base.CoypUtil CopyUtil?? 这个有什么问题吗? |
|
返回顶楼 | |
发表时间:2008-01-12
有兴趣的朋友可以重新下载,我已经把example重新整理了,这回不会报缺少com/example/po/ProMtfd.hbm.xml文件的错误了,呵呵,我的失误
|
|
返回顶楼 | |
发表时间:2008-01-20
0.2版本的演示视频可能要2月末推出
|
|
返回顶楼 | |