- 浏览: 2528 次
最新评论
-
qcom:
<?xml version="1.0" ...
用groovy + spring写hello world
文章列表
applicationContext.xml 如下
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:lang="http://www.springframework.org/schema/lang"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ...
- 2007-08-18 05:51
- 浏览 1281
- 评论(1)
读了java persistence in hibernate的第二章,当然要调试一下ejb3的helloword的例子,怎么着也要看看ejb3中是怎么搞ejb 3 entity bean +jpa通过hibernate 的entity manager和hibernate结合在一起。
废话说了一堆,下面是怎么干:
先去http://www.hibernate.org/400.html去下helloword,
然后展开,进目录
开个窗口敲ant startdb ,打开了HSQL
在开个窗口敲 ant run ,按说应该出hello word了,
可惜出错了,一个错误信息 [java] ...
- 2007-02-01 01:06
- 浏览 1247
- 评论(0)