My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
User_Guide  
User's Guide
Updated Feb 4, 2010 by jyoshiriro

User's Guide

Download and run the yoshi_struts20x_to_21x_converter.jar using the common command for execute jar files:

> java -jar yoshi_struts20x_to_21x_converter.jar

Follow the instructions for the five steps:

Step 1: Set the Project Folder

Paste the full path of the folder where are the files (.JSP, .XML and .Java). The converter will search in all subfolders for candidates to update. This folder can be your java IDE project folder, for example. If an empty text is setted, the program will abort.

Step 2: Comma-separated file extentions to update

List of comma-separated file extentions for content update. I.e. jsp,xml. In this case only .JSP and .XML files found in the folder setted in Step 1 will be updated. The default value of this information is jsp,xml,java (used if an empty text is setted).

Step 3: Charset of JSP files content

Charset of JSP files content. The default value of this information is ISO-8859-1 (used if an empty text is setted).

Step 4: Struts 2.0.x tags prefix used in your project

The Struts 2.0.x tags prefix used in your project. Some developers like to use "custom" prefixs, like "struts" or "st" instead "s". The default value of this information is s (used if an empty text is setted).

Step 5: Struts 2.1.x tags prefix to be used in your project

The Struts 2.1.x tags prefix to be used in your project. You will can use "custom" prefixs, like "strutsajax" or "sxt" instead "s". The default value of this information is sx (used if an empty text is setted).

After this five steps, the program will request your final confirmation.

Important: Backup files will be created for updated files.

Powered by Google Project Hosting