Development tools
13
Development tools
Macromedia provides development tools (available separately) to work with JRun.
Additionally, you can use JRun with your Java IDE.
Dreamweaver MX
Dreamweaver MX is an HTML editor for visually designing and managing websites and
JSPs created with JRun. Dreamweaver MX increases JSP developer productivity with the
following coding tools and features:
•
Visual programming
Accelerate development with powerful two-way visual
programming tools integrated with transparent source editing.
•
HTML design
Includes all the functionality of Macromedia HomeSite, the
award-winning HTML design tool.
•
JavaScript Debugger
•
Code editors
Code view and Code inspector that let you edit JavaScript, XML,
and other text documents.
Using JRun with your Java IDE
You can fully integrate JRun with your Java IDE. When setting up your IDE to work
with JRun, you specify the following:
•
The class containing the JRun server
main
method:
jrunx.kernel.JRun
, contained
in jrun_root/lib/jrun.jar
Note:
The
jrun_root
directory is the directory into which you installed JRun.
•
The working directory: jrun_root/bin
•
The JAR files needed in the JRun runtime classpath: All the JAR files located in
jrun_root/lib and jrun_root/servers/lib
Note:
The JRun JDBC drivers are included in the
jrun_root
/lib/jrun.jar file and require no
special attention.
•
The command-line arguments passed to the JRun server
main
method:
start [
jrun_server
]
Note:
Before starting JRun inside your IDE, stop the JRun server on your computer.
Otherwise, port conflicts arise with the running server, and JRun will not start inside your
IDE.
Installing the Enterprise Deployment Wizard in your Java IDE
To install the Enterprise Deployment Wizard in an IDE, open a console window to the
jrun_root/lib directory and issue the following command:
java -jar jrunwizard-installer.jar
For a list of currently supported IDEs, see the Release Notes.
The Enterprise Deployment Wizard features a context-sensitive online Help system. For
usage information, see the online Help.
Содержание 38000382 - Macromedia JRun - Mac
Страница 1: ...Getting Started with JRun...
Страница 16: ......
Страница 68: ...54 Chapter 5 Introduction to EJB...
Страница 82: ......
Страница 110: ...96 Lesson 3 EJB Tutorial...
Страница 128: ...114 Lesson 4 Web Services Tutorial...
Страница 132: ...118 Index...