两亩三分地

  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  17 随笔 :: 20 文章 :: 2 评论 :: 0 Trackbacks
This series of tutorials take you through the basics of using Netbeans IDE to develop web application using the Struts web Framework.
Struts is an open source framework that extends the Java Servlet API and employs a Model, View, Controller (MVC) architecture.
It enables you to create maintainable, extensible and flexible web applications based on standard Java Web technologies, such as JSP pages,
JavaBeans, resource bundles and XML.

This tutorial teaches you how to build a simple BBS MVC application that provides basic functions such as posting new thread, replying topic
and modifying a thread. You learn several basic features provided by Struts, as well as how these features are implemented using the IDE for
instance using Struts tags in JSP page, maintaining user data with a Struts ActionForm bean and implementing forwarding action using Struts
Action object.

Software/Resource
 Version Required
 Netbeans IDE
 Java, version 6.7
 Java Development Kit (JDK)
 version 5 or 6
 GlassFish application server
 v2 or v3

posted on 2009-10-20 17:09 Chucky 阅读(66) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: