Home TOC |
![]() ![]() ![]() |
Modifying the Application
Since the Web Services Pack is intended for experimentation, it supports iterative development. Whenever you make a change to an application, you must redeploy the application.
Modifying a Class File
To modify a class file in a JavaBean, you change the source code, recompile it, and redeploy the application. For example, suppose that you want to change the exchange rate in the
dollarToYen
method of theConverterBean
class:Redeploy
ConverterBean.java
by typingant
deploy
.Modifying the Web Client
- Edit
index.jsp
in the source directory.- Execute
ant
build
to copy the modified file to the build directory.- Redeploy
ConverterBean.java
by typingant
deploy
.- Reload the application. This step is described in ***
Reloading the application
Home TOC |
![]() ![]() ![]() |