<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A bit of exploration with SalesLogix, Custom portals, and ASP.NET MVC</title>
	<atom:link href="http://blog.nicocrm.com/2009/07/04/a-bit-of-exploration-with-saleslogix-custom-portals-and-aspnet-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nicocrm.com/2009/07/04/a-bit-of-exploration-with-saleslogix-custom-portals-and-aspnet-mvc/</link>
	<description>Programming, technology, and CRM - from a Belgian programmer exiled to Missouri</description>
	<lastBuildDate>Tue, 25 May 2010 15:44:53 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan Farley</title>
		<link>http://blog.nicocrm.com/2009/07/04/a-bit-of-exploration-with-saleslogix-custom-portals-and-aspnet-mvc/comment-page-1/#comment-317</link>
		<dc:creator>Ryan Farley</dc:creator>
		<pubDate>Wed, 26 Aug 2009 14:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chivinou.net/2009/07/04/a-bit-of-exploration-with-saleslogix-custom-portals-and-aspnet-mvc/#comment-317</guid>
		<description>Hey Nic, I can&#039;t get your sample code to download. Any ideas (or could you e-mail it to me)? Thanks! -Ryan</description>
		<content:encoded><![CDATA[<p>Hey Nic, I can&#8217;t get your sample code to download. Any ideas (or could you e-mail it to me)? Thanks! -Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Galler</title>
		<link>http://blog.nicocrm.com/2009/07/04/a-bit-of-exploration-with-saleslogix-custom-portals-and-aspnet-mvc/comment-page-1/#comment-290</link>
		<dc:creator>Nicolas Galler</dc:creator>
		<pubDate>Mon, 13 Jul 2009 19:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chivinou.net/2009/07/04/a-bit-of-exploration-with-saleslogix-custom-portals-and-aspnet-mvc/#comment-290</guid>
		<description>You can use the MVC concept on the LAN client, in VBScript, but because the object-oriented capabilities of VBScript are so limited, and the editor in the Architect will not provide features like check for error at design-time or code completion, it is not going to offer as much benefit.  But I have used the concept occasionally when there was enough logic on the model and the logic was going to be used from many places.  The controller is pretty much fused with the view in that case.

Technically I suppose you could also use the &quot;Portal&quot; feature to export the files and use them either as a Saleslogix .NET Extension (in the LAN client), or in an external windows-based application.  This would offer a way to share the logic (the business rules) between the LAN and the web client.  There may be some caching issues as NHibernate uses caching very aggressively - we noticed that when making a change on the LAN client it often does not appear on the web client until much later.</description>
		<content:encoded><![CDATA[<p>You can use the MVC concept on the LAN client, in VBScript, but because the object-oriented capabilities of VBScript are so limited, and the editor in the Architect will not provide features like check for error at design-time or code completion, it is not going to offer as much benefit.  But I have used the concept occasionally when there was enough logic on the model and the logic was going to be used from many places.  The controller is pretty much fused with the view in that case.</p>
<p>Technically I suppose you could also use the &#8220;Portal&#8221; feature to export the files and use them either as a Saleslogix .NET Extension (in the LAN client), or in an external windows-based application.  This would offer a way to share the logic (the business rules) between the LAN and the web client.  There may be some caching issues as NHibernate uses caching very aggressively &#8211; we noticed that when making a change on the LAN client it often does not appear on the web client until much later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RJ Samp</title>
		<link>http://blog.nicocrm.com/2009/07/04/a-bit-of-exploration-with-saleslogix-custom-portals-and-aspnet-mvc/comment-page-1/#comment-289</link>
		<dc:creator>RJ Samp</dc:creator>
		<pubDate>Mon, 13 Jul 2009 19:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chivinou.net/2009/07/04/a-bit-of-exploration-with-saleslogix-custom-portals-and-aspnet-mvc/#comment-289</guid>
		<description>Neat stuff, is there anyway to employ some of the MVC concepts with traditional SLX VB script?</description>
		<content:encoded><![CDATA[<p>Neat stuff, is there anyway to employ some of the MVC concepts with traditional SLX VB script?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
