(file) Return to components.dxx CVS log (file) (dir) Up to [Pegasus] / pegasus / doc / DevManual

Diff for /pegasus/doc/DevManual/components.dxx between version 1.2 and 1.3

version 1.2, 2001/02/25 15:01:40 version 1.3, 2001/02/25 17:28:39
Line 1 
Line 1 
 /* /*
         $Log$         $Log$
           Revision 1.3  2001/02/25 17:28:39  karl
           delete graphic
   
         Revision 1.2  2001/02/25 15:01:40  karl         Revision 1.2  2001/02/25 15:01:40  karl
         Add frames to manual         Add frames to manual
  
Line 13 
Line 16 
 */ */
  
 //@{ //@{
 /** name Components  
   /** @name Component Descriptions
 The major components of Pegasus are: The major components of Pegasus are:
  
 Pegasus Server - WBEM/CIM CIM_Server with interfaces for providers and Clients  <B>Pegasus Server</B> - WBEM/CIM CIM_Server with interfaces for providers and Clients
  
 Pegasus Repository - Today Pegasus provides a defined class repository interface and a simple  <B>Pegasus Repository </B>- Today Pegasus provides a defined class repository interface and a simple
 file based class repository. Future will include the object repository file based class repository. Future will include the object repository
  
 Pegasus Client SDK - Tools for building Pegasus clients based on the Pegasus C++ interfaces  <B>Pegasus Client SDK</B> - Tools for building Pegasus clients based on the Pegasus C++ interfaces
 and using the WBEM HTTP/XML protocols or directly interfacing with Pegasus and using the WBEM HTTP/XML protocols or directly interfacing with Pegasus
  
 Pegasus Test Clients - Simple test clients being developed as part of the Pegasus development  <B>Pegasus Test Clients</B> - Simple test clients being developed as part of the Pegasus development
 process process
  
 Pegasus HTML Test Client - To aid some testing we created a test client for Pegasus that uses  <B>Pegasus HTML Test Client</B> - To aid some testing we created a test client for Pegasus that uses
 a WEB server (ex. Apache) with a set of CGI modules and HTML to allow the entry of Pegasus a WEB server (ex. Apache) with a set of CGI modules and HTML to allow the entry of Pegasus
 operations from a WEB browser as forms and the recept of the response as WEB pages. This has operations from a WEB browser as forms and the recept of the response as WEB pages. This has
 proven useful as a test tool and can be used for a wide variety of demonstrations. proven useful as a test tool and can be used for a wide variety of demonstrations.
  
 Pegasus Providers - Future (Version 1.0)  <B>Pegasus Providers</B> - Pegasus providers are build as separate components that can be dynamically loaded by the Pegasus server.
  
 Pegasus Service Extensions -  Future (version 1.0)  <B>Pegasus Service Extensions</B> -  Future (version 1.0)
  
 Pegasus MOF Compiler - Future (Version 0.9)  <B>Pegasus MOF Compiler</B> - The Pegasus MOF compiler compiles MOF files and installs them into the Pegasus repository.
  
  
 ATTN: Define the files that make up these components and their structure. ATTN: Define the files that make up these components and their structure.
  
   */
 @name Pegasus Directory Structure  /** @name Pegasus Directory Structure
  
  
 Pegasus is distributed as a complete directory structure that should be installed either Pegasus is distributed as a complete directory structure that should be installed either
Line 54 
Line 58 
 Pegasus                         - Root directory Pegasus                         - Root directory
     bin     bin
     build                   Destination for all intermediate files from build     build                   Destination for all intermediate files from build
         bin                 Destination for executable and DLL modules from Pegasus build                              if no alternative is specified see PEGASUS_HOME
         lib  
         obj  
     cgi-bin                 Source and make for the Pegasus WEB Based Test client software     cgi-bin                 Source and make for the Pegasus WEB Based Test client software
     doc                     Miscelaneous Pegasus Documents. Includes the DMTF XML for CIM 2.4     doc                     Miscelaneous Pegasus Documents. Includes the DMTF XML for CIM 2.4
     html                    HTML files for the Browser test client.     html                    HTML files for the Browser test client.
Line 64 
Line 67 
     Repository              This Directory containes the created repository     Repository              This Directory containes the created repository
     src                     All Pegasus Source Files     src                     All Pegasus Source Files
         ACEExamples         Test directrory with examples of the use of ACE (developers)         ACEExamples         Test directrory with examples of the use of ACE (developers)
           Clients             Top level directory for Pegasus Client Programs
              CGI_Client       Source for the Pegasus client for the WEB demo
   
         Pegasus         Pegasus
             CGI             CGI files for the WEB test client             CGI             CGI files for the WEB test client
                 CGIClient                 CGIClient
             Client          Pegasus Client SDK and Test client using the SDK             Client          Pegasus Client SDK and Test client using the SDK
                 depends                  tests       Test programs for the client software
                 tests  
             Common          Pegasus Common Functions (C++ source and headers             Common          Pegasus Common Functions (C++ source and headers
                 tests       Test programs for the common functions                 tests       Test programs for the common functions
             Protocol        Pegasus Client HTTP/XML Protocol Modules             Protocol        Pegasus Client HTTP/XML Protocol Modules
                 depends                  tests
             Repository      Pegasus Repository Interfaces and Simple Repository             Repository      Pegasus Repository Interfaces and Simple Repository
                 tests       Tests for Repository Functions                 tests       Tests for Repository Functions
             Server          Pegasus Server Modules             Server          Pegasus Server Modules
                 depends                  tests       Unit tests defined for the server functions
                 tests  
           Providers           Top Level Directory for Pegasus written Providers
               Generic         Non-system oriented providers
               Windows         Providers defined for the Windows environment
               Unix            Providers defined for the Unix environment
           Services            To-be-defined.
  
         Utils         Utils
     manual                  Pegasus User/developer manual source modules     manual                  Pegasus User/developer manual source modules
         HTML                Output from the Pegasus Manual compilartion.         HTML                Output from the Pegasus Manual compilartion.
 </PRE> </PRE>
  
 In the near future we will add directories for:  
   
     Service Extensions  
     Providers  
   
 */ */
  
 //@} //@}


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2