Author: gbayon
Date: Sun Jun 18 10:05:17 2006
New Revision: 415155

URL: http://svn.apache.org/viewvc?rev=415155&view=rev
Log:
- Updated doc

Modified:
    ibatis/trunk/cs/docs/dataAccessGuide/src/en/configuration.xml
    ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml
    ibatis/trunk/cs/docs/dataMapperGuide/src/en/dotnet.xml
    ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml
    ibatis/trunk/cs/docs/doc.build

Modified: ibatis/trunk/cs/docs/dataAccessGuide/src/en/configuration.xml
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/docs/dataAccessGuide/src/en/configuration.xml?rev=415155&r1=415154&r2=415155&view=diff
==============================================================================
--- ibatis/trunk/cs/docs/dataAccessGuide/src/en/configuration.xml (original)
+++ ibatis/trunk/cs/docs/dataAccessGuide/src/en/configuration.xml Sun Jun 18 
10:05:17 2006
@@ -141,8 +141,7 @@
         </listitem>
 
       </orderedlist>
-      The dependency
-      is found in the <filename>External-Bin</filename> folder and can also
+      The dependency is found in the <filename>External-Bin</filename> folder 
and can also
       be found in the <filename>bin\Debug</filename> folder after building the
       solution. In addition, the framework's
       <filename>IBatisNet.DataAccess.Extensions</filename> and
@@ -256,6 +255,52 @@
           </tbody>
         </tgroup>
       </table>
+    </sect2>
+
+<sect2>
+      <title>Visual Studio.NET Integration</title>
+
+      <para>The configuration file (dao.config) is associated to a schema. The 
benefits of associating
+      an XML document with a schema are to validate the document (which is
+      done at runtime) and to use editing features such as
+      IntelliSense/content completion assistance.</para>
+
+      <para>To allow association of the schemas in VS.NET XML editor to your
+      configuration file, you should add the schema file
+      (<filename>DaoConfig.xsd</filename>  to either your VS.NET project or in
+      your VS.NET installation directory. The VS.NET directory will be
+      either</para>
+
+      <para><filename>C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas 
for VS.NET 2005</filename></para>
+
+      <para>or</para>
+
+      <para><filename>C:\Program Files\Microsoft Visual Studio .NET
+      2003\Common7\Packages\schemas\xml for VS.NET 2003</filename></para>
+
+      <para>or</para>
+
+      <para><filename>C:\Program Files\Microsoft Visual Studio
+      .NET\Common7\Packages\schemas\xml for VS.NET 2002</filename></para>
+
+      <para>depending on your version of VS.NET. It is typically easier to
+      place the file in the well known location under the VS.NET installation
+      directory than to copy the XSD file for each project you create.</para>
+
+      <para>Once you have registered the schema with VS.NET you will be enough
+      to get IntelliSense and validation of the configuration file from within
+      VS.NET.</para>
+
+      <figure>
+        <title>IntelliSense example</title>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata align="center" fileref="images/intellisense.gif"
+                       format="GIF" />
+          </imageobject>
+        </mediaobject>
+      </figure>
     </sect2>
   </sect1>
 

Modified: ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml?rev=415155&r1=415154&r2=415155&view=diff
==============================================================================
--- ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml (original)
+++ ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml Sun Jun 18 10:05:17 
2006
@@ -13,8 +13,8 @@
   <bookinfo>
     <title>iBATIS.NET - Data Access Objects Application Framework</title>
     <subtitle>Data Access Objects Developer Guide</subtitle>
-    <releaseinfo>Version 1.7.0</releaseinfo>
-    <pubdate>October 3 2005</pubdate>
+    <releaseinfo>Version 1.8.0</releaseinfo>
+    <pubdate>June 2006</pubdate>
     <authorgroup>
       <author>
         <firstname>Gilles</firstname>

Modified: ibatis/trunk/cs/docs/dataMapperGuide/src/en/dotnet.xml
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/docs/dataMapperGuide/src/en/dotnet.xml?rev=415155&r1=415154&r2=415155&view=diff
==============================================================================
--- ibatis/trunk/cs/docs/dataMapperGuide/src/en/dotnet.xml (original)
+++ ibatis/trunk/cs/docs/dataMapperGuide/src/en/dotnet.xml Sun Jun 18 10:05:17 
2006
@@ -282,6 +282,10 @@
       your VS.NET installation directory. The VS.NET directory will be
       either</para>
 
+      <para><filename>C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas 
for VS.NET 2005</filename></para>
+
+      <para>or</para>
+
       <para><filename>C:\Program Files\Microsoft Visual Studio .NET
       2003\Common7\Packages\schemas\xml for VS.NET 2003</filename></para>
 

Modified: ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml?rev=415155&r1=415154&r2=415155&view=diff
==============================================================================
--- ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml (original)
+++ ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml Sun Jun 18 10:05:17 
2006
@@ -14,8 +14,8 @@
 <bookinfo>
     <title>iBATIS.NET - DataMapper Application Framework</title>
     <subtitle>DataMapper Developer Guide</subtitle>
-    <releaseinfo>Version 1.3.0</releaseinfo>
-    <pubdate>3 October 2005</pubdate>
+    <releaseinfo>Version 1.5.0</releaseinfo>
+    <pubdate>June 2006</pubdate>
     <authorgroup>
       <author>
         <firstname>Ted</firstname>

Modified: ibatis/trunk/cs/docs/doc.build
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/docs/doc.build?rev=415155&r1=415154&r2=415155&view=diff
==============================================================================
--- ibatis/trunk/cs/docs/doc.build (original)
+++ ibatis/trunk/cs/docs/doc.build Sun Jun 18 10:05:17 2006
@@ -1,8 +1,8 @@
 <?xml version="1.0" ?>
 <project name="iBATIS.NET reference" default="refDoc" >
 
-       <property name="project.dao.version" value="1.7.0" 
unless="${property::exists('project.dao.version')}" />
-       <property name="project.sqlMap.version" value="1.3.0" 
unless="${property::exists('project.sqlMap.version')}" />
+       <property name="project.dao.version" value="1.8.0" 
unless="${property::exists('project.dao.version')}" />
+       <property name="project.sqlMap.version" value="1.5.0" 
unless="${property::exists('project.sqlMap.version')}" />
 
        <property name="project.name" value="Data Access Guide" />
 


Reply via email to