User: mnf999  
  Date: 01/06/15 15:55:53

  Modified:    .        jboss-petstore.jsp jboss-projects.jsp
                        jboss-tomcat.jsp
  Log:
  update the doco mess
  
  Revision  Changes    Path
  1.2       +3 -5      newsite/jboss-petstore.jsp
  
  Index: jboss-petstore.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/jboss-petstore.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jboss-petstore.jsp        2001/06/14 17:33:38     1.1
  +++ jboss-petstore.jsp        2001/06/15 22:55:53     1.2
  @@ -66,8 +66,6 @@
   <p class="head"><br>DISTRIBUTION
                                                
                
  -        <p class="text">The JBoss Pet Store is currently
  -             being distributed as the <a 
href="documentation/petstore-1.1.1-patch.zip">Pet Store patch</a>. 
  -
  -
  -<jsp:include page="navigation.jsp" flush="true" />
  +        
  +<p class="text">The JBoss Pet Store is currently being distributed as the <a 
href="doco_files/petstore-1.1.1-patch.zip">Pet 
  +  Store patch</a>. <jsp:include page="navigation.jsp" flush="true" /> 
  
  
  
  1.2       +2 -2      newsite/jboss-projects.jsp
  
  Index: jboss-projects.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/jboss-projects.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jboss-projects.jsp        2001/06/14 17:33:38     1.1
  +++ jboss-projects.jsp        2001/06/15 22:55:53     1.2
  @@ -19,7 +19,7 @@
           
     <li><a href="jboss-jbosstx.jsp">JBossTX</a> </li>
           
  -  <li><a href="jboss-jbossSX.html">JBossSX</a></li>
  +  <li><a href="jboss-jbossSX.jsp">JBossSX</a></li>
           
     <li><a href="jboss-zoap.jsp">JBossSOAP</a></li>
           
  @@ -92,7 +92,7 @@
   
       <p class="head">JBossSX -- SECURITY SERVICE (JAAS based)
        
  -<p class="text"><a class="link" href="jboss-jbossSX.html"><img 
src="pictures/jbossSX.png" alt="JBossSX"></a> 
  +<p class="text"><a class="link" href="jboss-jbossSX.jsp"><img 
src="pictures/jbossSX.png" alt="JBossSX"></a> 
   <p class="text"> As an enterprise-ready system, JBoss comes with a security 
framework.  Based on JAAS the implementation from SUN and IBM, JBossSX is fully 
functional security framework for your enterprise applications.  Integrated with 
JBossServer, JBossSX provides transparent propagation of credentials in our framework. 
       <p class="head">JBossGUI
       <p class="text"><img  src="pictures/jbossgui.gif" alt="graphical management of 
containers, beans, resources, security">
  
  
  
  1.2       +7 -4      newsite/jboss-tomcat.jsp
  
  Index: jboss-tomcat.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/jboss-tomcat.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jboss-tomcat.jsp  2001/06/14 17:33:38     1.1
  +++ jboss-tomcat.jsp  2001/06/15 22:55:53     1.2
  @@ -225,12 +225,15 @@
   
                       <p class="text">In case you don't want to read all the J2EE 
spec, here is a brief summary of what you have to do:</p>
                       <ol>
  -                        <li>Write your beans and package them in an ejb-jar file.
  -                         You don't have to do anything special here. See the <a 
href="/documentation/HTML/index.html">manual</a> for details on how to package beans 
for JBoss.<br>
  +                        
  +  <li>Write your beans and package them in an ejb-jar file. You don't have to 
  +    do anything special here. See the <a href="doco_files/jaws.dtd">manual</a> 
  +    for details on how to package beans for JBoss.<br>
                           &nbsp;
                           <li>Write your servlets/JSPs and package them in a war 
file.<br>
  -                         Add a Class-Path attribute to your war files MANIFEST.MF 
file
  -                        to reference your beans package. for detailed information 
on that see: <a href="documentation/J2eeDeployment_howto.html">J2eeDeployment 
Howto</a>.<br> 
  +    Add a Class-Path attribute to your war files MANIFEST.MF file to reference 
  +    your beans package. for detailed information on that see: <a 
href="/documentation/HTML/ch11.html">J2eeDeployment 
  +    Howto</a>.<br> 
                           Assuming you have a bean deployed under the jndi name 
&quot;myBean&quot;, the calls to this bean from your servlets will look like that:
                           <pre>MyBeanHome home = (MyBeanHome)new 
InitialContext().lookup(&quot;myBean&quot;);
   MyBean bean = home.create();</pre>
  
  
  

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

Reply via email to