26
Struts May 9, 2014

struts - wannik.files.wordpress.com fileCRUD. Show All Employees. Delete. Update. Update or Create. New. HelloStrutsAnnotation Web Pages WES-INF ... HelloWorldAction.java model User.java

  • Upload
    hathu

  • View
    213

  • Download
    0

Embed Size (px)

Citation preview

Struts

May 9, 2014

Why

• request.getParameter(…)

• Integer.parseInt(request.getParameter(…))

• product.setPrice(Integer.parseInt(req…()))

• etc.

Hello Struts

WEB-INF/web.xml

index.jsp

• JSP to Struts is like ASM to C

WEB-INF/content/hello-world.jsp

or

Bean

index.jsp <form action="hello-world">

<input type="text" name="user.name" />

<input type="text" name="user.salary" />

<input type="submit" />

</form>

hello-world.jsp

CRUD

Show All Employees

Delete

Update

Update or Create

New