起步6分钟开发javaEE应用的视频

  今天看到williamRaym同学在他的blog上发了一个视频,教新手如何使用前沿技术EJS(EasyJWeb+JPA+Spring2组合)开发 JavaEE应用,这里转发过来,推荐给大家。

  详细参考:http://www.easyjf.com/blog/

首先准备好easyjweb 1.0-m3版本

我是从http://www.easyjf.com/里面的< a href="http://www.easyjf.com/html/20071219/2228229.html">http://www.easyjf.com/html/20071219/2228229.html< /a>文里

下载的 ftp://ftp1.easyjf.com/easyjweb/easyjweb-1.0-m3/easyjweb-1.0-m3.zip 所有依赖文件也在里面

下面开始了

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

你可能感兴趣的:(技术钻研)