Adobe 38000382 Getting Started Guide - Page 25

The Enterprise Deployment Wizard features a context-sensitive online Help system. - illustrator

Page 25 highlights

The Enterprise Deployment Wizard features a context-sensitive online Help system. For usage information, see the online Help. XDoclet integration JRun provides integration with XDoclet, a popular open-source Java utility that greatly simplifies the development of J2EE modules (such as EJBs, servlets, and custom tags) by letting you maintain your component metadata using Javadoc-style tags in a single source file. For example, to create an EJB, you traditionally have to maintain four different files: the home interface, the remote or local interface, the implementation class, and the deployment descriptor. Using XDoclet, you only maintain a single source file (the implementation class) that you annotate with special Javadoc tags, that indicate how the auxiliary files should be built. JRun senses modifications to the source file and automatically builds the auxiliary files (such as interfaces and deployment descriptors). For more information, see JRun Programmer's Guide. Pointbase database server JRun includes a restricted version of the PointBase Server Database Management Software (DBMS). This is an all-Java database used with the JRun sample applications. You can use this database server for your evaluation and development work. For more information on the PointBase database, see the PointBase documentation, located in jrun_root/pointbase/docs. (jrun_root is the directory into which you installed JRun.) JDBC Drivers JRun embeds type 4 JDBC database drivers that provide connectivity to all major databases. Sample applications The samples JRun server contains a variety of applications that illustrate a number of coding techniques. The following table describes the samples applications that are included with JRun: Application Compass travel TravelNet Description A simple online travel agent trip reservation system. This application illustrates JSP, servlet, and EJB programming and is delivered as an enterprise application in an open-directory structure. Compass travel uses the compass database, accessing it through the compass data source, which you can view through the JMC. For companion tutorial lessons, see Part II, Tutorials. An online travel agent that sells trips from Compass travel. This application illustrates JSP and web services programming, and is delivered as an enterprise application in an open-directory structure. For companion tutorial lessons, see Lesson 4, "Web Services Tutorial" on page 97. JRun features 11

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132

JRun features
11
The Enterprise Deployment Wizard features a context-sensitive online Help system. For
usage information, see the online Help.
XDoclet integration
JRun provides integration with XDoclet, a popular open-source Java utility that greatly
simplifies the development of J2EE modules (such as EJBs, servlets, and custom tags) by
letting you maintain your component metadata using Javadoc-style tags in a single source
file.
For example, to create an EJB, you traditionally have to maintain four different files: the
home interface, the remote or local interface, the implementation class, and the
deployment descriptor. Using XDoclet, you only maintain a single source file (the
implementation class) that you annotate with special Javadoc tags, that indicate how the
auxiliary files should be built. JRun senses modifications to the source file and
automatically builds the auxiliary files (such as interfaces and deployment descriptors).
For more information, see
JRun Programmer’s Guide
.
Pointbase database server
JRun includes a restricted version of the PointBase Server Database Management
Software (DBMS). This is an all-Java database used with the JRun sample applications.
You can use this database server for your evaluation and development work. For more
information on the PointBase database, see the PointBase documentation, located in
jrun_root
/pointbase/docs. (
jrun_root
is the directory into which you installed JRun.)
JDBC Drivers
JRun embeds type 4 JDBC database drivers that provide connectivity to all major
databases.
Sample applications
The samples JRun server contains a variety of applications that illustrate a number of
coding techniques. The following table describes the samples applications that are
included with JRun:
Application
Description
Compass travel
A simple online travel agent trip reservation system. This
application illustrates JSP, servlet, and EJB programming and is
delivered as an enterprise application in an open-directory
structure. Compass travel uses the compass database, accessing
it through the compass data source, which you can view through
the JMC. For companion tutorial lessons, see
Part II, Tutorials
.
TravelNet
An online travel agent that sells trips from Compass travel. This
application illustrates JSP and web services programming, and is
delivered as an enterprise application in an open-directory
structure. For companion tutorial lessons, see
Lesson 4, “Web
Services Tutorial” on page 97
.