Text Wizard
The Text Wizards is an add-in for JDeveloper9i which provides a menu-driven
interface for generating simple Text Search applications. The source code is
generated through JDeveloper and can be easily modified.
There is an Oracle By Example (OBE)
lesson that describes how to use the wizard. Please follow this
link.
Limitations
- The wizard generates files compatible with the Apache web server.
The JSP files will not work with OC4J without some modification.
- Support for JDeveloper is restricted to 9.0.2, 9.0.3, 9.0.4, and 10.1.0.0
- No new versions are planned
Text Wizard Installation Instructions
This tool is packaged as a JDeveloper autoload extension.
Install for JDeveloper9i
Download Jar file to <jdeveloper_root>/jdev/lib/ext
Non-Netscape users
Netscape Users
Edit <jdeveloper_root>/jdev/doc/ohj/helpbooks.properties to
add in entry for your jar file.
-
At the bottom of the file add an entry for your jar file, such as: Book.FileName.55
= TextWizard_help.jar
-
At the top of the file, increment the helpset count: Book.NumFiles = 56
Re-Start JDeveloper
- Exit JDeveloper if already running
- Restart JDeveloper and JDeveloper will automatically load all autoload
Jar files
- Now Text Wizard can be invoked from:
- The Gallery (File|New|Text|Text Wizard)
- The Tools menu
- The Contextual Menu in the Navigation Pane
Install for JDeveloper10g
Download Jar file to <jdeveloper_root>/jdev/lib/ext
Download TextWizard10.1.0.3.0.1_jar.zip and extract the embedded Jar file into the JDeveloper path <jdeveloper_root>/jdev/lib/ext
Re-Start JDeveloper
|