
struts2
gmemai
这个作者很懒,什么都没留下…
展开
-
Configure a welcome page in Struts
Every website need a welcome or default page as an entry point. Here’s 3 ways to configure a welcome page in Struts.1. index.jspThe simplest way is create a “index.jsp” page and put it same level with转载 2015-08-28 09:47:07 · 355 阅读 · 0 评论 -
How To Create A Struts 2 Web Application
This tutorial walks through installing the framework and creating a simple application.While the Struts 2 framework is simple to use, creating non-trivial applications assumes a working knowledge of ma转载 2015-08-29 01:38:22 · 369 阅读 · 0 评论 -
Hello World Using Struts 2
When you click on a hyperlink or submit an HTML form in a Struts 2 web application, the input is not sent to another server page, but to a Java class that you provide. These classes are called Actions.转载 2015-08-29 03:13:41 · 387 阅读 · 0 评论 -
Using Struts 2 Tags
This tutorial assumes you’ve completed the Hello World tutorial and have a working helloworld project. The example code for this tutorial, using_tags, is available for checkout from the Struts 2 GitHub转载 2015-08-29 04:45:38 · 293 阅读 · 0 评论