Update of /cvsroot/springnet/Spring.Net/doc/reference/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9096
Modified Files:
services.xml
Log Message:
trival cleanup
Index: services.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/services.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** services.xml 15 Oct 2007 23:32:33 -0000 1.8
--- services.xml 15 Oct 2007 23:37:25 -0000 1.9
***************
*** 202,207 ****
class and use it just like you would use original SimpleUserManager
implementation. As you can see, by coding your services as plain .Net
! objects, against well defined service interfaces, you can achieve true
! location transparency for your services through configuration.</para>
</sect1>
</chapter>
\ No newline at end of file
--- 202,209 ----
class and use it just like you would use original SimpleUserManager
implementation. As you can see, by coding your services as plain .Net
! objects, against well defined service interfaces, you can an easy
! pluggability for your service implementation though this
! confiuration, while keeping the core business logic in a technology
! agnostic PONO, i.e. Plain Ordinary .Net Object.</para>
</sect1>
</chapter>
\ No newline at end of file
|