Use Struts 1.1 on JBuilder 9

xiaoxiao2021-03-06  120

Using Struts 1.1 Struts1.1 on JBuilder 9 has enhanced a lot than Struts1.0 features. For example: Provide DynaActionForms, you don't have to write any code to create dynamic actionform; multi-application support allows you to define multiple struts-config.xml configuration files. However, JBuilder 9 only supports struts1.0, not directly support struts1.1, let's take a look at how to let JBuilder 9 support struts1.1.

First download JAKARTA-STRUTS-1.1, put the entire directory to

/ Extras directory.

The JBuilder creates a new library with the Configure Libraries dialog (Tools -> Configure Libraries), we named struts1.1, add all JARTA-STRUTS-1.1LIB directory to new library, in Library Set Framework for STTINGS, point OK, and set it.

Next, look at whether the setting is successful:

File -> New Create a Web Application, in the JSP / Servlet Frameworks of Web Application Wizard, we have seen the struts 1.1 selection box, set success!

Next you can use Struts1.1 in jbuilder9 to develop your web application.

转载请注明原文地址:https://www.9cbs.com/read-125856.html

New Post(0)