From: Eric P. <th...@us...> - 2010-08-22 07:12:25
|
Update of /cvsroot/sandev/sand/docs In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27034 Modified Files: Deploy.html Log Message: Removed reference to SAND_HOME. Calling this the "top level sand directory" instead Index: Deploy.html =================================================================== RCS file: /cvsroot/sandev/sand/docs/Deploy.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Deploy.html 30 Nov 2005 04:10:54 -0000 1.1.1.1 --- Deploy.html 22 Aug 2010 07:12:16 -0000 1.2 *************** *** 19,31 **** <P><B><A Name="#deploydef">deployment definition: </B><BR> ! <P>An <I>application</I> is a project defined off the <CODE>apps</CODE> ! subdirectory of <CODE>SAND_HOME</CODE>. Applications are platform and ! technology neutral implementations of business logic, typically ! implemented using only standard Java. <BR> ! <P>A <I>deployment</I> is a project defined off the <CODE>deploy</CODE> ! subdirectory of <CODE>SAND_HOME</CODE>. A deployment typically requires ! one or more applications, which provide the message and node definitions ! to be instantiated as a working system. <BR> <P>The node instances (and other parameters necessary for deployment) are --- 19,33 ---- <P><B><A Name="#deploydef">deployment definition: </B><BR> ! <P>An <I>application</I> is a project defined off ! the <CODE>apps</CODE> subdirectory of the top level <CODE>sand</CODE> ! directory. Applications are platform and technology neutral ! implementations of business logic, typically implemented using only ! standard Java. <BR> ! <P>A <I>deployment</I> is a project defined off ! the <CODE>deploy</CODE> subdirectory of the top ! level <CODE>sand</CODE> directory. A deployment typically requires ! one or more applications, which provide the message and node ! definitions to be instantiated as a working system. <BR> <P>The node instances (and other parameters necessary for deployment) are |