今天看到williamRaym同学在他的blog上发了一个视频,教新手如何使用前沿技术EJS(EasyJWeb+JPA+Spring2组合)开发 JavaEE应用,这里转发过来,推荐给大家。
详细参考:http://www.easyjf.com/blog/
首先准备好easyjweb 1.0-m3版本<br />
我是从<a href="http://www.easyjf.com/">http://www.easyjf.com/</a>里面的< a href="http://www.easyjf.com/html/20071219/2228229.html">http://www.easyjf.com/html/20071219/2228229.html< /a>文里<br />
下载的<a href="ftp://ftp1.easyjf.com/easyjweb/easyjweb-1.0-m3/easyjweb-1.0-m3.zip"> ftp://ftp1.easyjf.com/easyjweb/easyjweb-1.0-m3/easyjweb-1.0-m3.zip</a> 所有依赖文件也在里面<br />
下面开始了<br />
1、使用easyjweb project ejs ../../ejs -ejs 创建出一个ejs的项目骨架
2、新建com.easyjf.demo.domain.Person 实体
3、切换到ejs的bin目录
4、执行easyjweb crud com.easyjf.demo.domain.Person
5、修改数据库配置文件
6、easyjweb war
7、复制ejs.war到tomcat的webapps目录下
7、在浏览器输入http://localhost:8080/ejs/person.ejf
williamRaym的原文:http://www.easyjf.com/blog/html/20080102/1015814.html
<script type="text/javascript" src="http://dl.8358.net/easyjf/easyjweb/demos/ejs-1.0-m3/swfobject.js"></script>