随笔分类 -  Struts

Struts
一个Struts2的的辅助工具
摘要:工具的定位:An eclipse plugin for Struts 2MVC Web Project is a generic plugin for eclipse that enables J2ee developers to organize their web project visually using MVC (Model View Controller) model.MVC Web ... 阅读全文

posted @ 2008-05-23 16:07 Neo0820 阅读(409) 评论(0) 推荐(0)

Northwind数据库惹的祸
摘要:早上使用Northwind数据库做Struts2和Hibernate的测试数据库,使用Struts的Action输出Categories数据表的Picture字段的数据,也就是输出图片。publicStringexecute(){***.redev.business.CategoriesbizCate=new***.redev.business.Categories();***.redev.orm... 阅读全文

posted @ 2008-05-22 16:54 Neo0820 阅读(380) 评论(0) 推荐(0)

Struts2在Action类中获得HttpServletResponse对象的四种方法[转]
摘要:struts1.x Action类的execute方法中,有四个参数,其中两个就是response和request。而在Struts2中,并没有任何参数,因此,就不能简单地从execute方法获得HttpServletResponse或HttpServletRequest对象了。 但在Struts2 Action类中仍然有四种获得这些对象的方法。 阅读全文

posted @ 2008-05-22 11:35 Neo0820 阅读(1392) 评论(0) 推荐(0)

导航