首先准备好easyjweb 1.0-m3版本
我是从
http://www.easyjf.com/里面的
http://www.easyjf.com/html/20071219/2228229.html文里
下载的
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目录下
8、在浏览器输入
http://localhost:8080/ejs/person.ejf