1、Rose是不是尊守J2EE规范
2、数据库是利用什么实现数据和应用分离的
3、事务的四个属性
4、ServiceLocater的用途
5、EJB业务参数的传递方式
6、创建实体EJB要实现哪些接口
7、EJB事务的分类,Required/New/Spoots的区别
8、什么操作可以使EJB从池态转为就绪态
9、实体主键findPrimaryKey()方法
10、SQl:     update   table1   set   name=(select   name   from   table2     t1   inner   join   table1     t2   on   t1.id=t2.id)   where   name   is   null是否可以正确运行?为什么?
11、详细设计阶段要做什么工作?