June 2004
Intermediate to advanced
1568 pages
30h 33m
English
The Application Server and deploytool support iterative development. Whenever you make a change to a J2EE application, you must redeploy the application.
To modify a class file in an enterprise bean, you change the source code, recompile it, and redeploy the application. For example, if you want to change the exchange rate in the dollarToYen business method of the ConverterBean class, you would follow these steps.
1. | Edit ConverterBean.java. |
2. | Recompile ConverterBean.java.
|
3. | In deploytool, select Tools→Update Module Files. |
4. | The Update Files dialog box appears. If the modified ... |
Read now
Unlock full access