文档介绍:CrazyCode()struts2:a、hellostuts2:b、、。地址栏传参:http://localhost:8080/MyStruts/helu/hello!show?id=1&username=admin&password=admin。c、传参验证:(extendsActionSupport)publicStringshow() { if("admin".equals(username)&&"admin".equals(password)) { ESS; }else { returnERROR; } }Spring:!(先打开至spring视图方式.)(JavaBean)<——,、class,:<propertyid=”……”class=”……”><value>!</calue></property>。Hibernate:(先打开至spring视图方式.)1、连接数据库MySQLjdbc:mysql://localhost:3306/helu而不是jdbc:mysql://localhost:3306;helu;2、->addHibernateCa…..->….->….会自动导入Hibernate包、、;3、;4、:<hibernate-mapping> <classname="()"table="User"(数据库名)> <idname="id"> <generatorclass="identity"/> </id> <propertyname="name"/> <propertyname="age"/> </class></hibernate-mapping>;5、();6、;注:Thedatabasereturnednonativelygeneratedidentityvalue则是在数据库中id没设置为自动增长!CrazyCode()看不懂SSH的整合过程,不懂它的原理和工作方式。了解Hibernate中配置文件的含义。CrazyCode()1、Spring的基本作用及其映射关联属性。CrazyCode()信息科技中心页面修改。Hibernate增删改查。CrazyCode(、17星期四、五)复习数据库工程师CrazyCode()考完数据库四级。Hibernate怎么建立关联的?初步了解JQuery。CrazyCode()Struts、spring、Hibernate在各层的作用简单的说:strut