<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>BDCToolkit - BDC DAL &amp; Webservice generator</title><link>http://www.codeplex.com/BDCToolkit/Project/ProjectRss.aspx</link><description>The MOSS BDC &amp;#38; DAL generator is a tool that generates typed webservices and a typed c&amp;#35; data access layer from an BDC application definition. It also ensures that the code that has been generated is...</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=32</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Web service generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the 'Business Data Catalog'. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your 'Business Data Catalog Application Definition' that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data-Access-Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Web service Layer&lt;/i&gt; - A strongly typed web service that enables users to access their BDC application definition methods using a web service. It uses the same DAL as above but provides a thin web service layer so that users can easily integrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly to a WSP solution package by the WSPBuilder (&lt;a href="http://www.codeplex.com/wspbuilder" class="externalLink"&gt;http://www.codeplex.com/wspbuilder&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;&lt;i&gt;Unified model&lt;/i&gt; - There is no difference in developing against the model using the BDC locally or connecting to the generated web service. The DAL optionally uses a provider model that makes it possible to switch implementation at runtime.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunately, I haven’t uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;More information&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can find more information on my blog: &lt;a href="http://agiledirect.wordpress.com/" class="externalLink"&gt;http://agiledirect.wordpress.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Fri, 10 Aug 2007 06:30:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070810063025A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=31</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Web service generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the 'Business Data Catalog'. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your 'Business Data Catalog Application Definition' that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data-Access-Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Web service Layer&lt;/i&gt; - A strongly typed web service that enables users to access their BDC application definition methods using a web service. It uses the same DAL as above but provides a thin web service layer so that users can easily integrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly to a WSP solution package by the WSPBuilder (&lt;a href="http://www.codeplex.com/wspbuilder" class="externalLink"&gt;http://www.codeplex.com/wspbuilder&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;&lt;i&gt;Unified model&lt;/i&gt; - There is no difference in developing against the model using the BDC locally or connecting to the generated web service. The DAL optionally uses a provider model to switch runtime from implementation.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunately, I haven’t uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;More information&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can find more information on my blog: &lt;a href="http://agiledirect.wordpress.com/" class="externalLink"&gt;http://agiledirect.wordpress.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Thu, 09 Aug 2007 08:33:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070809083335A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=30</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Web service generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the 'Business Data Catalog'. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your 'Business Data Catalog Application Definition' that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data-Access-Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Web service Layer&lt;/i&gt; - A strongly typed web service that enables users to access their BDC application definition methods using a web service. It uses the same DAL as above but provides a thin web service layer so that users can easily integrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly to a WSP solution package by the WSPBuilder&lt;/li&gt;&lt;li&gt;&lt;i&gt;Unified model&lt;/i&gt; - There is no difference in developing against the model using the BDC locally or connecting to the generated web service. The DAL optionally uses a provider model to switch runtime from implementation.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunately, I haven’t uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;More information&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can find more information on my blog: &lt;a href="http://agiledirect.wordpress.com/" class="externalLink"&gt;http://agiledirect.wordpress.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:48:15 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808124815P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=29</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the 'Business Data Catalog'. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your 'Business Data Calalog Application Definition' that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data-Access-Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition methods using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly to a WSP solution package by the WSPBuilder&lt;/li&gt;&lt;li&gt;&lt;i&gt;Unified model&lt;/i&gt; - There is no difference in developing against the model using the BDC locally or connecting to the generated webservice. The DAL optionally uses a provider model to switch runtime from implementation.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, I havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;More information&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can find more information on my blog: &lt;a href="http://agiledirect.wordpress.com/" class="externalLink"&gt;http://agiledirect.wordpress.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:36:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808123601P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=28</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the 'Business Data Catalog'. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your 'Business Data Calalog Application Definition' that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition methods using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly to a WSP solution package by the WSPBuilder&lt;/li&gt;&lt;li&gt;&lt;i&gt;Unified model&lt;/i&gt; - There is no difference in developing against the model using the BDC locally or connecting to the generated webservice. The DAL optionally uses a provider model to switch runtime from implementation.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, I havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;More information&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can find more information on my blog: &lt;a href="http://agiledirect.wordpress.com/" class="externalLink"&gt;http://agiledirect.wordpress.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:30:34 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808123034P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=27</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the 'Business Data Catalog'. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your 'Business Data Calalog Application Definition' that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition methods using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly to a WSP solution package by the WSPBuilder&lt;/li&gt;&lt;li&gt;&lt;i&gt;Unified model&lt;/i&gt; - There is no difference in developing against the model using the BDC locally or connecting to the generated webservice. The DAL optionally uses a provider model to switch runtime from implementation.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, I havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;More information&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can find more information on my blog: http://agiledirect.wordpress.com/&lt;br /&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:28:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808122809P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=26</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the 'Business Data Catalog'. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your 'Business Data Calalog Application Definition' that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition methods using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly to a WSP solution package by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, I havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;More information&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can find more information on my blog: http://agiledirect.wordpress.com/&lt;br /&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:19:02 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808121902P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=25</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the 'Business Data Catalog'. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your 'Business Data Calalog Application Definition' that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition methods using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly to a WSP solution package by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, I havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:17:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808121740P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=24</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the Business Data Catalog. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your Business Data Calalog Application Definition that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition methods using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, I havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:16:10 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808121610P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=23</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the Business Data Catalog. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your Business Data Calalog Application Definition that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition data using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, I havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:15:02 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808121502P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=22</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the Business Data Catalog. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your Business Data Calalog Application Definition that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition data using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, i've havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:14:46 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808121446P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=21</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the Business Data Catalog. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your Business Data Calalog Application Definition that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition data using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, i've havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:14:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808121435P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=20</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the Business Data Catalog. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your Business Data Calalog Application Definition that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition data using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, i've havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:14:19 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808121419P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=19</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the Business Data Catalog. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does IT work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your Business Data Calalog Application Definition that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition data using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, i've havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:14:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808121405P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=18</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the Business Data Catalog. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does IT work?&lt;/b&gt;&lt;br /&gt;The console application generates strongly typed code from your Business Data Calalog Application Definition that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition data using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, i've havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:13:28 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808121328P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the Business Data Catalog. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does IT work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your Business Data Calalog Application Definition that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition data using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;What are the benefits?&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, i've havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:10:49 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808121049P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the Business Data Catalog. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does IT work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your Business Data Calalog Application Definition that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition data using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Benefits for you!&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, i've havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:10:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808121022P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the Business Data Catalog. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does this magic work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your Business Data Calalog Application Definition that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition data using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Benefits for you!&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, i've havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:07:19 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808120719P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
BDC Toolkit: BDC DAL &amp;amp; Webservice generator
&lt;/h2&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the Business Data Catalog. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does this magic work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your Business Data Calalog Application Definition that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition data using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Benefits for you!&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, i've havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:06:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808120625P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BDCToolkit/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
BDC Toolkit: BDC DAL &amp;amp; Webservice generator
&lt;/h2&gt; &lt;br /&gt;The BDC DAL &amp;amp; Webservice generator is a console application that can speed up the development process for developers who need to integrate their external systems within MOSS using the Business Data Catalog. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;So, how does it work?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The console application generates strongly typed code from your Business Data Calalog Application Definition that describes the external system and generates one of the following artifacts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Typed Data Access Layer&lt;/i&gt; - A strongly typed set of C# classes that provide an indirection layer for programming against the BDC. These classes map directly against the methods defined in the BDC application definition file. This way the developers don't need to worry about the BDC object model, and enables them to focus more on the overall functionality of the integration process. The classes are two way, so reading and writing using the BDC is covered.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Webservice Layer&lt;/i&gt; - A strongly typed webservice that enables users to access their BDC application definition data using a webservice. It uses the same DAL as above but provides a thin webservice layer so that users can easily intergrate their BDC application definition in products like InfoPath. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Benefits for you!&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Speeds up the development process&lt;/i&gt; - No more writing of plumbing code for your BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;No more errors&lt;/i&gt; - No more untyped coding against the BDC runtime model&lt;/li&gt;&lt;li&gt;&lt;i&gt;Better exception handling with versioning&lt;/i&gt; - The DAL automatically ensures that its using the right version of the BDC application definition for the classes. If the application isn't loaded, the DAL raises exceptions.&lt;/li&gt;&lt;li&gt;&lt;i&gt;Efficient deployment&lt;/i&gt; - The application outputs the information in such a folder structure that it can be packaged directly by the WSPBuilder&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Unfortunatly, i've havent uploaded a version yet. I will do so soon.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>AgileDirect</author><pubDate>Wed, 08 Aug 2007 12:06:02 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070808120602P</guid></item></channel></rss>