Post-recording wizard
When the recording is finished, and if there are Java classes missing, the JAR declaration panel is displayed:
- You need to load the Java classes for the objects being exchanged, as well as the client interfaces for the called services.
- This panel only displays part of the missing classes; not all the missing classes can be resolved.
- To declare the missing GWT Java libraries (JAR and GWT.RPC files)
- Open the file explorer by clicking the + button.
- Select an appropriate WAR file for the application, or the directory containing the deployed web application, then click Select. NeoLoad automatically retrieves the required JAR and GWT.RPC files from the selected application. You also may select the JAR and GWT.RPC files to be loaded manually in NeoLoad. Repeat the operation as many times as is necessary.
- A message confirms the declaration. If the operation fails, make sure that all the required GWT Java libraries have been declared.
If the declaration has been a success, the following screen appears:
Declaring the GWT Java libraries at the end of recording is a compulsory step if all the requests are to be played back.
- You may declare missing GWT Java libraries at a later stage.
- Declaring GWT libraries is carried out in the project's GWT libraries manager in the project preferences. See Google Web Toolkit.
GWT requests with missing GWT Java libraries are identified by a warning symbol:
Home