User: dmcnair 
  Date: 01/05/04 07:11:36

  Modified:    business faq.html
  Log:
  fixed a typo -- pointed out by
  David Stodolsky <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.10      +1 -1      newsite/business/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/business/faq.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- faq.html  2001/04/13 21:28:10     1.9
  +++ faq.html  2001/05/04 14:11:35     1.10
  @@ -209,7 +209,7 @@
   
   <h3><a name="FAQ-GENERAL-DEPLOYMENT"></a>What does Deployment mean ?</h3>
   
  -<p class="text">Deployment is the act of preparing and sending the bean(s) to the 
application server to become available as application components. In preparation for 
deployment, any resources that the bean provider has used in the code must be 
associated with real resources, transactional attirbutes may be specified, security 
attributes may be set, and any other container-specific settings will all be specified 
in deployment descriptors. The compiled code and the deployment descriptors will all 
be jarred together into an application jar and then the jar will be placed in the 
necessary location for the application server to use. The final act of deployment is 
the application server parsing the deployment descriptors, preparing the container 
environment, and then binding the bean names to the naming service to make them 
available for calls.</p>
  +<p class="text">Deployment is the act of preparing and sending the bean(s) to the 
application server to become available as application components. In preparation for 
deployment, any resources that the bean provider has used in the code must be 
associated with real resources, transactional attributes may be specified, security 
attributes may be set, and any other container-specific settings will all be specified 
in deployment descriptors. The compiled code and the deployment descriptors will all 
be jarred together into an application jar and then the jar will be placed in the 
necessary location for the application server to use. The final act of deployment is 
the application server parsing the deployment descriptors, preparing the container 
environment, and then binding the bean names to the naming service to make them 
available for calls.</p>
   <p class="text">Back to <a class="link" href="#FAQ_CONTENTS">FAQ Contents</a>
   
   <h3><a name="FAQ-GENERAL-TRANSMGMT"></a>What is Transaction Management ?</h3>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to