Hi ....

Just to follow up on the documentation issue for EJX ...  this is  kind of
the thing that  appears in the Sun getting started  stuff ...  and which
I thought should also appear in the right  place in the jBoss getting
started stuff ... just a fill in the boxes  process so to speak. That way
it'll be a getting started with EJX as well as jBoss.

f.


AIM OF THIS EXERCISE
To use EJX to create this ejb-jar.xml file:

<?xml version="1.0" encoding="Cp1252"?>
   <ejb-jar>
      <description>jBoss test application</description>
      <display-name>Test</display-name>
      <enterprise-beans>
        <session>
          <ejb-name>Interest</ejb-name>
          <home>com.web_tomorrow.interest.InterestHome</home>
          <remote>com.web_tomorrow.interest.Interest</remote>
          <ejb-class>com.web_tomorrow.interest.InterestBean</ejb-class>
          <session-type>Stateless</session-type>
          <transaction-type>Bean</transaction-type>
        </session>
      </enterprise-beans>
   </ejb-jar>

THIS IS SOMETHING LIKE WHAT NEEDS TO BE ADDED TO THE DOCUMENTATION:

Step 3: the deployment descriptor ( OR SHOULD THIS BE TITLED
        "Configuring your beans for jBoss deployment" ?)

Now we will run the EJX tool to perform these tasks:

     Create the EJB 1.1 XML deployment descriptor for your beans, by using
     the EJB 1.1 support provided in the EJX editor.

     Add jBoss specific configuration information.

To start EJX, you must do ...
     % cd <place where ejx.jar is installed>
     % java -jar ejx.jar

EJX displays the following screen ... [ pic here ]

>From the File menu choose New

EJX displays the "Choose filetype" dialogue box

     a. Click EJB 1.1 XML

EJX displays the following screen ... [ pic here ]
The EJB Jar panel is open.

     a. In the "Description"  text area enter  < A SHORT DESCRIPTION >
     b. In the "Display name" text field enter < SOME NAME >
     c. In the "Small icon"   text field enter < WHAT? >
     d. In the "Large icon"   text field enter < WHAT? >
     e. In the "Client Jar"   text field enter < WHAT? >


QUESTION: DOES A GLOSSARY EXIST FOR ALL THESE NAMES?
----------------------------------------------------
WHAT GOES IN THE DESCRIPTION?
WHAT GOES IN THE DISPLAY NAME?
WHAT IS A SMALL ICON?
WHAT IS A LARGE ICON?
WHAT IS A CLIENT JAR?


NOW WHAT?
DO WE SAVE? SAVE AS? ...









--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to