Struts 2 CRUD Tutorial
In this example you will see how to perform Create, Read, Update and Delete (CRUD) operations. I will be explaining only the points that is not covered in the previous examples.Struts 2 Framework Tutorial
A framework tries to automate the common tasks and provides a platform for the users to build applications quickly.
Struts 2 is based on the OpenSymphony Web Works Framework.
Struts 2 File Upload Tutorial
In this example you will learn how to do file upload with the help of the built-in FileUploadInterceptor.
To do this first we need to get the file form the user. We use the
Struts 2 tags to build our form. The encoding type of the form should be
set to multipart/form-data and the HTTP method should be set to post. The index.jsp page contains the following code.
Struts 2 Validation Tutorial
In this example we will see how we can validate a login page using Struts 2. Let's first create the login page. We use Struts UI tags to create the login page. The <s:head /> tag should be placed in the head section of the HTML page. The s:head tag automatically generates links to the css and javascript libraries that are necessary to render the form elements.
No comments:
Post a Comment