Chapter 1 Introducing EAServer
Sybase Central is a common management framework for Sybase application and database servers. EAServer provides two Sybase Central plug-ins for use by developers and administrators:
For detailed instructions on running Jaguar Manager and Security Manager, see the EAServer System Administration Guide and the EAServer Security Administration and Programming Guide, respectively.
Sybase PowerBuilder and PowerJ have been integrated with EAServer. Using these tools, you can develop, deploy, and debug EAServer components entirely within the development environment. You can also generate the proxies required for client application development. For more information, see Building Internet and Enterprise Applications in the Enterprise Application Studio online books collection.
Application developers using other tools can use Jaguar Manager to view the method definitions for any installed component in Jaguar Manager. You can view and edit method definitions graphically, or you can directly edit the IDL datatype and interface definitions with Jaguar Manager's IDL editor. Interface definitions can be imported from existing Java classes, ActiveX component type library files, or from standard CORBA IDL files. See "Defining Component Interfaces" in the EAServer Programmer's Guide for more information.
Jaguar Manager also generates stub classes for use in Java and C++ client applications and ActiveX type libraries for use in ActiveX client applications.
To simplify application deployment, Jaguar Manager defines the following basic, middle-tier application units:
Do not confuse EAServer package names with Java package
names.
Before a client application can execute a component, the component must be installed in an EAServer package, and that package must be installed in the server to which the client connects.
Jaguar Manager includes an option that allows you to refresh components, packages, and servers, enabling you to test and debug component implementation changes without restarting the server.
The Jaguar Manager plug-in for Sybase Central provides allows you to remotely view server log files and to monitor statistics for component execution and network activity.
Use the Jaguar Manager File Viewer to connect to EAServer and view the contents of these server log files:
Runtime Monitoring allows you to view statistics on component and network activity. You can view counts of active client sessions, components, and transactions.
See the EAServer System Administration Guide for more information on these features.
Security Manager allows you to manage the server and user certificates that are required for SSL-protocol support. Security Manager allows you to:
See the EAServer Security Administration and Programming Guide for more information on Security Manager.
jagtool is a command-line interface that allows you to automate some of EAServer's development and deployment tasks. jagant lets you run jagtool commands from Jakarta Ant build files.
Ant is similar to make, but is platform-independent, and allows you to incorporate jagtool commands into build files. This powerful feature allows you to write build files that automate many development and deployment tasks. For more information, see "Using jagtool and jagant" in the EAServer System Administration Guide.
The EAServer configuration repository stores configuration and implementation files for installed application entities such as components, Web applications, JSPs, and Java servlets. Repository versioning allows you to save numbered versions of an entity. Each version archive contains configuration properties and implementation files associated with the entity. For example, before undertaking a new development phase, you might save a new major version of your J2EE application.
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |