[JBoss-dev] CVS update: manual/src/docs howtopetstore.xml

2001-08-22 Thread Tom Coleman

  User: tmcsys  
  Date: 01/08/22 08:10:57

  Modified:src/docs howtopetstore.xml
  Log:
  Update Pet Store manual documentation:
  
JBoss 2.4 BETA
Pet Store 1.1.2
  
  Revision  ChangesPath
  1.2   +18 -59manual/src/docs/howtopetstore.xml
  
  Index: howtopetstore.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/docs/howtopetstore.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howtopetstore.xml 2001/04/27 08:46:30 1.1
  +++ howtopetstore.xml 2001/08/22 15:10:57 1.2
  @@ -1,6 +1,6 @@
   ?xml version = 1.0 encoding = UTF-8?
   section id=howtopetstore
  - titleDeploying the Pet Store 1.1.1 Demo in JBoss/title
  + titleDeploying the Pet Store 1.1.2 Demo in JBoss/title
paraAuthor:author
firstnameTom/firstname
surnameColeman/surname
  @@ -12,35 +12,29 @@
titleIntroduction/title
paraThe Pet Store sample application (demo) is a relatively robust, 
well-documented demonstration of J2EE technology and concepts. It implements MVC 
(Model-View-Controller) architecture./para
paraThe Pet Store demo can allow developers to gain familiarity with 
J2EE concepts including application portability, a key J2EE design objective./para
  - paraThe Pet Store has been successfully deployed in JBoss PRE 2.1 
configured to use Embedded Tomcat and Tomcat 3.2.1/Apache using Sun 1.3 jdk on Linux. 
The steps provided below apply to JBoss PRE 2.1 since 21st January 2001./para
  + paraThe Pet Store has been successfully deployed in JBoss 2.4 BETA 
configured to use Embedded Tomcat 3.2.2 using Sun 1.3 jdk on RH Linux 6.2. The steps 
provided below apply to JBoss 2.4 BETA Rel_2_4_0_23./para
/section
section
titleOutstanding Deployment Issues/title
paraPlease post your experiences with deploying the Pet Store in 
JBoss to the jboss-user mailing list./para
section
  - titleThe security adapter/title
  - paraThe Pet Store implements non-portable security code that 
works only with the J2EE RI (Reference Implementation) server. /para
  - paraThe non-portable code is contained in the 
J2eeSecurityAdapter class. The JBoss Pet Store patch replaces this class with a 
JBossSecurityAdapter class that implements the SecurityAdapter interface./para
  - paraThe steps below change the value for 
securityAdapterClassName in the Pet Store application to use JBossSecurityAdapter. 
/para
  - paraSee the /docs/security.html page in the Pet Store demo 
for more information. /para
  - /section
  - section
  - titleAdding new users/title
  - paraIn order to add new users, you have to configure Tomcat 
to use a JDBCRealm. See below for details./para
  - /section
  - section
titleThe Admin Client/title
  - paraWe still need JBoss specific Deployment descriptors for 
the Admin client application. Please post them to the mailing list if you have 
them./para
  + paraThe Admin application apparently needs some work on the 
deployment descriptors.  Please post your experences with the Admin application to the 
mailing list./para
  + titleJetty Deployment/title
  + paraThe Pet Store should deploy using Jetty.  Please post 
your experences with deploying the Pet Store using Jetty to the mailing list./para
  + titlePet Store Security/title
  + paraThe current release of the Pet Store handles security at 
the application level.  It does require that you configure JBoss or Tomcat security 
services./para
/section
/section
section
  - titleOriginal contributers/title
  + titleContributors:/title
itemizedlist
listitemparaMike Lueders, Richard Gyger - Focus 
Technologies/para/listitem
listitemparaScott Stark/para/listitem
listitemparaAnatoly Ackerman/para/listitem
listitemparaTom Coleman/para/listitem
listitemparaAaron Mulder/para/listitem
  + listitemparaCuong Tran/para/listitem
/itemizedlist
/section
section
  @@ -48,16 +42,15 @@
orderedlist
listitem
paraDownload the Pet Store/para
  - paraYou can get the source from ulink 
url=http://java.sun.com/j2ee/download.html#blueprints;Sun's J2EE Download 
Page/ulink. It's in the J2EE Blueprints package. Download the 1.1.1 version. 
Unpack it anywhere. 

[JBoss-dev] CVS update: manual/src/docs howtopetstore.xml jbossdocs.xml

2001-04-27 Thread alborini

  User: alborini
  Date: 01/04/27 01:46:30

  Modified:src/docs jbossdocs.xml
  Added:   src/docs howtopetstore.xml
  Log:
  Included petstore howto written by Tom Coleman.
  
  Revision  ChangesPath
  1.16  +2 -1  manual/src/docs/jbossdocs.xml
  
  Index: jbossdocs.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/docs/jbossdocs.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- jbossdocs.xml 2001/04/25 12:40:26 1.15
  +++ jbossdocs.xml 2001/04/27 08:46:30 1.16
  @@ -10,6 +10,7 @@
!ENTITY production.xml SYSTEM production.xml
!ENTITY howtotomcat.xml SYSTEM howtotomcat.xml
!ENTITY howtormhexamples.xml SYSTEM howtormhexamples.xml
  + !ENTITY howtopetstore.xml SYSTEM howtopetstore.xml
!ENTITY howtojmx.xml SYSTEM howtojmx.xml
!ENTITY howtotimer.xml SYSTEM howtotimer.xml
!ENTITY howtoj2eedeployer.xml SYSTEM howtoj2eedeployer.xml
  @@ -71,6 +72,6 @@
   howto_socketfactories.xml;
   howtojaxp.xml;
   howtoverifier.xml;
  -
  +howtopetstore.xml;
   /chapter
   /book
  
  
  
  1.1  manual/src/docs/howtopetstore.xml
  
  Index: howtopetstore.xml
  ===
  ?xml version = 1.0 encoding = UTF-8?
  section id=howtopetstore
titleDeploying the Pet Store 1.1.1 Demo in JBoss/title
paraAuthor:author
firstnameTom/firstname
surnameColeman/surname
/author
email[EMAIL PROTECTED]/email  
/para
  
section
titleIntroduction/title
paraThe Pet Store sample application (demo) is a relatively robust, 
well-documented demonstration of J2EE technology and concepts. It implements MVC 
(Model-View-Controller) architecture./para
paraThe Pet Store demo can allow developers to gain familiarity with 
J2EE concepts including application portability, a key J2EE design objective./para
paraThe Pet Store has been successfully deployed in JBoss PRE 2.1 
configured to use Embedded Tomcat and Tomcat 3.2.1/Apache using Sun 1.3 jdk on Linux. 
The steps provided below apply to JBoss PRE 2.1 since 21st January 2001./para
/section
section
titleOutstanding Deployment Issues/title
paraPlease post your experiences with deploying the Pet Store in 
JBoss to the jboss-user mailing list./para
section
titleThe security adapter/title
paraThe Pet Store implements non-portable security code that 
works only with the J2EE RI (Reference Implementation) server. /para
paraThe non-portable code is contained in the 
J2eeSecurityAdapter class. The JBoss Pet Store patch replaces this class with a 
JBossSecurityAdapter class that implements the SecurityAdapter interface./para
paraThe steps below change the value for 
securityAdapterClassName in the Pet Store application to use JBossSecurityAdapter. 
/para
paraSee the /docs/security.html page in the Pet Store demo 
for more information. /para
/section
section
titleAdding new users/title
paraIn order to add new users, you have to configure Tomcat 
to use a JDBCRealm. See below for details./para
/section
section
titleThe Admin Client/title
paraWe still need JBoss specific Deployment descriptors for 
the Admin client application. Please post them to the mailing list if you have 
them./para
/section
/section
section
titleOriginal contributers/title
itemizedlist
listitemparaMike Lueders, Richard Gyger - Focus 
Technologies/para/listitem
listitemparaScott Stark/para/listitem
listitemparaAnatoly Ackerman/para/listitem
listitemparaTom Coleman/para/listitem
listitemparaAaron Mulder/para/listitem
/itemizedlist
/section
section
titleInstallation amp; Configuration/title
orderedlist
listitem
paraDownload the Pet Store/para
paraYou can get the source from ulink 
url=http://java.sun.com/j2ee/download.html#blueprints;Sun's J2EE Download 
Page/ulink. It's in the J2EE Blueprints package. Download the 1.1.1 version. 
Unpack it anywhere. The root directory of the Pet Store demo is referred to below as 
$PETSTORE. /para
/listitem
listitem
paraDownload the JBoss Pet