[Subversion] / PEAK / docs / core_tutorial / binding.tex  

Diff of /PEAK/docs/core_tutorial/binding.tex

Parent Directory | Revision Log

version 1107, Sat May 10 20:54:24 2003 UTC version 1108, Sat May 10 21:29:49 2003 UTC
Line 133 
Line 133 
 A specific set of services that a component provides is called an  A specific set of services that a component provides is called an
 \strong{interface}.  Interfaces can denote a component's requirements, as well  \strong{interface}.  Interfaces can denote a component's requirements, as well
 as the guarantees that it provides when those requirements are met.  In PEAK,  as the guarantees that it provides when those requirements are met.  In PEAK,
 interfaces are defined and declared using the \module{zope.interface} package  interfaces are defined and declared using the \module{peak.interface} package,
 (bundled with PEAK for your convenience).   This means that components you  which also supports the use of Zope X3 interfaces.  This means that components
 create with PEAK's component architecture should also work in Zope X3's  you create with PEAK's component architecture can also work in Zope X3's
 component architecture.  (Which is important if you plan to build Zope  component architecture.  (Which may be useful if you plan to build Zope
 X3-based applications and web services with PEAK.)  X3-based applications and web services with PEAK.)
   
 Interfaces in PEAK are used primarily as documentation and as a way of finding  Interfaces in PEAK are used primarily as documentation and as a way of finding


Generate output suitable for use with a patch program
Legend:
Removed from v.1107  
changed lines
  Added in v.1108

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help