﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Endeca we(b)log</title>
    <description>Endeca is a next-generation information access company, uniting the ease of search with the analytical power of business intelligence. Combining patented intellectual property, breakthrough science and a deep focus on user experience, the Endeca Information Access Platform helps people find, analyze and understand information in ways never before possible. By using Endeca’s search technology customers can quickly and easily browse the online catalog and access information from multiple sources -- to help them find, and buy, the right products</description>
    <link>http://www.iotap.com/Blogs/tabid/277/BlogId/35/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>kkumar@iotap.com</managingEditor>
    <webMaster>kkumar@iotap.com</webMaster>
    <pubDate>Thu, 11 Mar 2010 04:47:17 GMT</pubDate>
    <lastBuildDate>Thu, 11 Mar 2010 04:47:17 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.5.1.19887</generator>
    <item>
      <title>URL Optimization API for RAD ToolKit for .NET</title>
      <description>&lt;p&gt;Most Content Management and Search Solutions dynamically generate URLs that are comprised of meaningless strings and no keywords. These negatively impact search engine ranking as well as user experience (try bookmarking or sharing them). A few advanced Search Solutions such as Endeca have built solutions for this problem. We’ll discuss &lt;b&gt;Endeca’s&lt;/b&gt; URL Optimization in this blog.&lt;/p&gt;  &lt;p&gt;The &lt;b&gt;Endeca URL Optimization API&lt;/b&gt; enables users to create site links using directory-style URLs that include keywords and store the dynamic information in the base URL rather than in the query string. The resulting URLs do not contain any URL query parameters. Instead, all of the necessary Endeca values are stored in the URL path resulting in search engine-friendly URLs.    &lt;br /&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;For example: A traditional &lt;b&gt;Endeca&lt;/b&gt; application currently includes endeca queries in the URL &lt;a href="http://www.iotap.com/SearchResults.aspx?N=40005552+4654664&amp;Ntt=CRM&amp;Ntx=mode+matchallpartial"&gt;http://www.iotap.comhttp://www.iotap.com/SearchResults.aspx?N=40005552+4654664&amp;Ntt=CRM&amp;Ntx=mode+matchallpartial&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In the above query, 40005552 and 4654664 are really 2 dimension IDs and Ntt=CRM is the search term. Instead of showing a URL this way, there an efficient way to translate it into something more friendly to user, &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.iotap.com/SearchResults.aspx/Services-Industry-Value-Chain-Strategies-Service/Services-Customer-Management/_/Ntt-puppies/N-1z140pxZ1z140pi?Ntk=All&amp;Ntx=mode+matchallpartial"&gt;http://www.iotap.comhttp://www.iotap.com/SearchResults.aspx/Services-Industry-Value-Chain-Strategies-Service/Services-Customer-Management/_/Ntt-puppies/N-1z140pxZ1z140pi?Ntk=All&amp;Ntx=mode+matchallpartial&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This blog further explains how to implement the &lt;b&gt;RAD Tool KIT – URL Optimization API&lt;/b&gt; within your existing application.&lt;/p&gt;  &lt;p&gt;The product can be downloaded from-   &lt;br /&gt;Go to: https://support.endeca.com/ &gt; "Product Downloads" &gt; "&lt;strong&gt;Endeca Discovery Suite&lt;/strong&gt;" &gt; "&lt;strong&gt;URL Optimization API&lt;/strong&gt; for ASP.NET" for the ASP.NET distribution.    &lt;br /&gt;Overview:&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;As &lt;b&gt;Endeca&lt;/b&gt; explains - The URL Optimization API is designed to help increase your natural search engine rankings by enabling the creation of search engine-friendly URLs.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Integration of keywords into the URL string&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Many search engines take URL strings in as part of their relevancy ranking strategy. Generating URLs&lt;b&gt; &lt;/b&gt;that include keywords can increase your natural search engine ranking as well as create visitor-friendly&lt;b&gt; &lt;/b&gt;URLs those are easier for front-end users to understand.&lt;b&gt; &lt;/b&gt;Using the URL Optimization API, you can configure the following strings to display in the URL:&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;• Dimension names&lt;/p&gt;  &lt;p&gt;• Dimension value names&lt;/p&gt;  &lt;p&gt;• Ancestor names&lt;/p&gt;  &lt;p&gt;• Record property string&lt;/p&gt;  &lt;p&gt;· Text search strings&lt;/p&gt;  &lt;h3 align="left"&gt;&lt;u&gt;Pre-requisites:&lt;/u&gt;&lt;/h3&gt;  &lt;p&gt;The &lt;b&gt;Endeca URL Optimization API&lt;/b&gt; for &lt;b&gt;the RAD Toolkit&lt;/b&gt; for ASP.NET version 2.0.0 requires the following &lt;b&gt;Endeca&lt;/b&gt; packages:&lt;/p&gt;  &lt;p&gt;• &lt;b&gt;Endeca&lt;/b&gt; IAP 5.1.x or &lt;b&gt;Endeca IAP 6&lt;/b&gt; with Platform Services 6.0.1&lt;/p&gt;  &lt;p&gt;• &lt;b&gt;Endeca&lt;/b&gt; RAD Toolkit for ASP.NET version 1.1.4&lt;/p&gt;  &lt;p&gt;&lt;b&gt;NOTE&lt;/b&gt;: &lt;b&gt;URL Optimization API&lt;/b&gt; requires &lt;b&gt;RAD Toolkit&lt;/b&gt; for ASP.NET 1.1.4.You must upgrade your version of the &lt;b&gt;RAD Toolkit&lt;/b&gt; for ASP.NET to use the URL Optimization API.    &lt;br /&gt;&lt;/p&gt;  &lt;h3&gt;&lt;u&gt;INSTALLATION (2.0.0)&lt;/u&gt;&lt;/h3&gt;  &lt;p&gt;The &lt;b&gt;Endeca&lt;/b&gt; &lt;b&gt;URL Optimization API&lt;/b&gt; for the&lt;b&gt; Endeca RAD Toolkit&lt;/b&gt; for ASP.NET is distributed as a Zip file named UrlOptimizationAPIRADNET-2.0.0.zip.     &lt;br /&gt;1. In your local environment, locate the Zip file that you downloaded from the &lt;b&gt;Endeca Developer's Network&lt;/b&gt; (EDeN).&lt;/p&gt;  &lt;p&gt;2. Extract the Zip file to a local drive. E.g.: C:\Endeca\SEM\URLOptimizationAPIs\RAD Toolkit for ASP.NET\2.0.0.&lt;/p&gt;  &lt;p&gt;3. Open your project in Visual Studio and add a reference to Endeca.Web.Url.Seo.dll. The specifics of this step vary depending on your version of Visual Studio and on the .NET language your application is written in. In general, you use the Visual Studio "Add Reference" dialog box to browse to &lt;b&gt;\Endeca\SEM\URLOptimizationAPIs\RAD Toolkit for ASP.NET\2.0.0\bin\Endeca.Web.Url.Seo.dll&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;4. Add references to the following Endeca RAD Toolkit for ASP.NET files:   &lt;br /&gt;* Endeca.Data.dll&lt;/p&gt;  &lt;p&gt;* Endeca.Web.dll&lt;/p&gt;  &lt;p&gt;* Endeca.Web.UI.WebControls.dll (this is optional if you are not using the &lt;strong&gt;RAD Toolkit&lt;/strong&gt; Server Controls)    &lt;br /&gt;These assemblies are included as part of the &lt;strong&gt;Endeca RAD Toolkit&lt;/strong&gt; for ASP.NET installation.&lt;/p&gt;  &lt;p&gt;5. Add references to the following Endeca Presentation API for .NET files:&lt;/p&gt;  &lt;p&gt;* Endeca.Navigation.dll&lt;/p&gt;  &lt;p&gt;* Endeca.Logging.dll&lt;/p&gt;  &lt;p&gt;* Endeca.Navigation.AccessControl.dll&lt;/p&gt;  &lt;p&gt;To Start with the URL Optimization in your site you can use the sample UrlProvider which comes with the default API installation &lt;/p&gt;  &lt;p&gt;Modify the &lt;b&gt;DimensionValuePathFormattersFactory&lt;/b&gt;, &lt;b&gt;StringFormatterFactory&lt;/b&gt;, &lt;b&gt;RecordDetailsCommandFormatterFactory&lt;/b&gt;, &lt;b&gt;PathParameterFactory&lt;/b&gt; e.t.c., as per the dimension and properties of our application.    &lt;br /&gt;SeoUrlProvider class is completely customizable and we can modify them according to the requirements Customized Provider class can be used instead of default Url provider to generate SEO Optimized Urls in our web application.&lt;/p&gt;  &lt;p&gt;For an example on how to set up the code with dimension names from your application – please email us at &lt;a href="http://www.iotap.commailto:info@iotap.com"&gt;info@iotap.com&lt;/a&gt;    &lt;br /&gt;&lt;b&gt;IOTAP&lt;/b&gt; has faced lots of challenges based on the requirements we got and have overcome them by customizing the SeoUrlProvider class. I really feel that &lt;b&gt;URL Optimization API for RAD ToolKit for .NET &lt;/b&gt;is the easiest and optimal solution for Url Optimization apart from other methods.&lt;/p&gt;  &lt;p&gt;For any clarifications you can read the documentation comes along with the Installation or email me at &lt;a href="http://www.iotap.commailto:amr.cms@iotap.com"&gt;info@iotap.com&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.iotap.com/Blogs/tabid/277/EntryId/158/URL-Optimization-API-for-RAD-ToolKit-for-NET.aspx</link>
      <author>kkumar@iotap.com</author>
      <comments>http://www.iotap.com/Blogs/tabid/277/EntryId/158/URL-Optimization-API-for-RAD-ToolKit-for-NET.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.iotap.com/Blogs/tabid/277/EntryId/158/URL-Optimization-API-for-RAD-ToolKit-for-NET.aspx</guid>
      <pubDate>Mon, 30 Nov 2009 14:56:12 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.iotap.com/DesktopModules/Blog/Trackback.aspx?id=158</trackback:ping>
    </item>
    <item>
      <title>Endeca RAD Toolkit NavigationDataSource and GuidedNavigation control</title>
      <description>&lt;p&gt;&lt;strong&gt;Endeca RAD Toolkit NavigationDataSource and GuidedNavigation controls&lt;/strong&gt;    &lt;br /&gt;    &lt;br /&gt;The &lt;strong&gt;Endeca’s Rapid Application Development&lt;/strong&gt; (RAD) Toolkit for ASP.NET provides a set of Web server controls for querying and displaying data from &lt;strong&gt;Endeca&lt;/strong&gt;. This Blog Focusses on NavigationDataSource and GuidedNavigation controls of the &lt;strong&gt;Endeca RAD&lt;/strong&gt; Toolkit.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;In order to use the &lt;strong&gt;Endeca RAD&lt;/strong&gt; controls from ASP.Net project references to &lt;strong&gt;Endeca.Web.dll&lt;/strong&gt; and &lt;strong&gt;Endeca.Web.UI.WebControls.dll&lt;/strong&gt; has to be added.    &lt;br /&gt;    &lt;br /&gt;NavigationDataSource control provides navigation query information, including dimension refinements, record results, aggregated record results and Guided Navigation displays dimension groups, dimensions, and dimension value names on a Web page.    &lt;br /&gt;    &lt;br /&gt;Once a NavigationDataSource control is added to an asp.net page, a markup resembling the below would be created&lt;/p&gt;  &lt;table cellspacing="1" cellpadding="1" width="100%" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td&gt;         &lt;div&gt;           &lt;p&gt;&lt;cc1:navigationdatasource id="NavigationDataSource1" runat="server" strong=""&gt;&lt;/cc1:navigationdatasource&gt;&lt;/p&gt;            &lt;div&gt;&lt;font size="2"&gt;&lt;cc1:navigationdatasource id="NavigationDataSource1" runat="server" font=""&gt;&lt;/cc1:navigationdatasource&gt;&lt;/font&gt;&lt;/div&gt;            &lt;div&gt;             &lt;p&gt;               &lt;table cellspacing="1" cellpadding="1" width="100%" border="0"&gt;&lt;tbody&gt;                   &lt;tr&gt;                     &lt;td&gt;                       &lt;div&gt;&lt;strong&gt;&lt;cc1:navigationdatasource id="NavigationDataSource1" runat="server" strong=""&gt;&lt;/cc1:navigationdatasource&gt;&lt;/strong&gt;&lt;/div&gt;                        &lt;div&gt;                         &lt;div&gt;                           &lt;div&gt;&lt;strong&gt;&lt;cc1:navigationdatasource id="NavigationDataSource1" runat="server" strong=""&gt;&lt;/cc1:navigationdatasource&gt;&lt;/strong&gt;&lt;/div&gt;                            &lt;div&gt;                             &lt;div&gt; &lt;/div&gt;                              &lt;div&gt;                               &lt;div&gt;&lt;cc1:navigationdatasource id="NavigationDataSource1" runat="server" strong=""&gt;&lt;/cc1:navigationdatasource&gt;                                 &lt;div&gt;&lt;cc1:navigationdatasource id="NavigationDataSource1" runat="server" strong=""&gt;&lt;/cc1:navigationdatasource&gt;&lt;/div&gt;                               &lt;/div&gt;                                &lt;div&gt;                                 &lt;div&gt;                                   &lt;div&gt;                                     &lt;div&gt;                                       &lt;div&gt;&lt;cc1:navigationdatasource id="NavigationDataSource1" runat="server" strong=""&gt;&lt;/cc1:navigationdatasource&gt;&lt;/div&gt;                                        &lt;div&gt;                                         &lt;div&gt; &lt;/div&gt;                                          &lt;div&gt;                                           &lt;div&gt;&lt;strong&gt;&lt;cc1:navigationdatasource id="NavigationDataSource1" runat="server" strong=""&gt;&lt;/cc1:navigationdatasource&gt;&lt;/strong&gt;&lt;/div&gt;                                            &lt;div&gt;&lt;strong&gt;MdexCertificatePath='&lt;%$ EndecaConfig:Servers.Servers["Melbourne "].CertificatePath %&gt;'&lt;/strong&gt;&lt;/div&gt;                                            &lt;div&gt;&lt;strong&gt;MdexHostName='&lt;%$ EndecaConfig:Servers.Servers["Melbourne"].HostName&lt;/strong&gt;&lt;/div&gt;                         &lt;div&gt;&lt;strong&gt;%&gt;'&lt;/strong&gt;&lt;/div&gt;                                            &lt;div&gt;&lt;strong&gt;MdexPort='&lt;%$ EndecaConfig:Servers.Servers["Melbourne "].Port %&gt;'&gt;&lt;/strong&gt;&lt;/div&gt;                                            &lt;div&gt; &lt;/div&gt;                                         &lt;/div&gt;                                       &lt;/div&gt;                                     &lt;/div&gt;                                   &lt;/div&gt;                                 &lt;/div&gt;                                  &lt;div&gt;                                   &lt;div&gt;&lt;font size="2"&gt;Where &lt;strong&gt;Melbourne&lt;/strong&gt; is the Name of the Machine.&lt;/font&gt;&lt;/div&gt;                                 &lt;/div&gt;                               &lt;/div&gt;                             &lt;/div&gt;                           &lt;/div&gt;                         &lt;/div&gt;                       &lt;/div&gt;                     &lt;/td&gt;                   &lt;/tr&gt;                 &lt;/tbody&gt;&lt;/table&gt;               &lt;strong&gt;                 &lt;br /&gt;&lt;/strong&gt;After setting the properties of a NavigationDataSource Control, GuidedNavigation Control has to be added to the .aspx Page for displaying navigation. The Markup generated on the Source Page for GuidedNavigation will look like below HTML.&lt;span style="font-size: 12pt"&gt;&lt;font size="2"&gt;&lt;cc2:guidednavigation id="GuidedNavigation1" runat="server" font=""&gt;&lt;/cc2:guidednavigation&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;              &lt;p&gt; &lt;/p&gt;           &lt;/div&gt;            &lt;div&gt;             &lt;p&gt;&lt;strong&gt;                 &lt;table cellspacing="1" cellpadding="1" width="100%" border="0"&gt;&lt;tbody&gt;                     &lt;tr&gt;                       &lt;td&gt;                         &lt;div&gt;&lt;strong&gt;&lt;cc2:guidednavigation id="GuidedNavigation1" runat="server" strong=""&gt;&lt;/cc2:guidednavigation&gt;&lt;/strong&gt;&lt;/div&gt;                          &lt;div&gt;&lt;strong&gt;                             &lt;div&gt;&lt;strong&gt;&lt;cc2:guidednavigation id="GuidedNavigation1" runat="server" strong=""&gt;&lt;/cc2:guidednavigation&gt;&lt;/strong&gt;&lt;/div&gt;                              &lt;div&gt;&lt;strong&gt;                                 &lt;div&gt;&lt;strong&gt;&lt;cc2:guidednavigation id="GuidedNavigation1" runat="server" strong=""&gt;&lt;/cc2:guidednavigation&gt;&lt;/strong&gt;&lt;/div&gt;                                  &lt;div&gt;&lt;strong&gt;                                     &lt;div&gt;&lt;strong&gt;&lt;cc2:guidednavigation id="GuidedNavigation1" runat="server" strong=""&gt;&lt;/cc2:guidednavigation&gt;&lt;/strong&gt;&lt;/div&gt;                                      &lt;div&gt;&lt;strong&gt;                                         &lt;div&gt;&lt;strong&gt;&lt;cc2:guidednavigation id="GuidedNavigation1" runat="server" strong=""&gt;&lt;/cc2:guidednavigation&gt;&lt;/strong&gt;&lt;/div&gt;                                          &lt;div&gt;&lt;strong&gt;                                             &lt;div&gt;&lt;strong&gt;&lt;cc2:guidednavigation id="GuidedNavigation1" runat="server" strong=""&gt;&lt;/cc2:guidednavigation&gt;&lt;/strong&gt;&lt;/div&gt;                                              &lt;div&gt;&lt;strong&gt;                                                 &lt;div&gt;&lt;strong&gt;&lt;cc2:guidednavigation id="GuidedNavigation1" runat="server" strong=""&gt;&lt;/cc2:guidednavigation&gt;&lt;/strong&gt;&lt;/div&gt;                                                  &lt;div&gt;&lt;strong&gt;                                                     &lt;div&gt;&lt;strong&gt;&lt;cc2:guidednavigation id="GuidedNavigation1" runat="server" strong=""&gt;&lt;/cc2:guidednavigation&gt;&lt;/strong&gt;&lt;/div&gt;                                                      &lt;div&gt;&lt;strong&gt;DataSourceID="NavigationDataSource1" ShowRefinements="True"&gt;&lt;/strong&gt;&lt;/div&gt;                                                      &lt;div&gt; &lt;/div&gt;                                                   &lt;/strong&gt;&lt;/div&gt;                                               &lt;/strong&gt;&lt;/div&gt;                                           &lt;/strong&gt;&lt;/div&gt;                                       &lt;/strong&gt;&lt;/div&gt;                                   &lt;/strong&gt;&lt;/div&gt;                               &lt;/strong&gt;&lt;/div&gt;                           &lt;/strong&gt;&lt;/div&gt;                       &lt;/td&gt;                     &lt;/tr&gt;                   &lt;/tbody&gt;&lt;/table&gt;               &lt;/strong&gt;&lt;/p&gt;              &lt;p&gt;The DataSourceID of &lt;strong&gt;Endeca RAD&lt;/strong&gt; GuidedNavigation should be set to NavigationDataSource’s ID. Also there is an option called &lt;strong&gt;Preview Endeca Data&lt;/strong&gt; for NavigationDataSource. If the Option is checked, it displays the Endeca Dimension and Dimension Value Names in design mode.&lt;span id="fck_dom_range_start_1228472641108_165"&gt; &lt;/span&gt;&lt;/p&gt;           &lt;/div&gt;         &lt;/div&gt;          &lt;div&gt;&lt;strong&gt;             &lt;br /&gt;Guided Navigation control properties&lt;/strong&gt;&lt;/div&gt;          &lt;p&gt;           &lt;br /&gt;DataMember - DataMember Value is set to DimensionStatesResult and is not Available for Modification.&lt;/p&gt;          &lt;p&gt;           &lt;br /&gt;UrlManagerID - UrlManagerID is Optional. Name of the UrlManager that builds URLs for the control is specified.&lt;/p&gt;          &lt;p&gt;           &lt;br /&gt;ExcludedDimensionIds - This property usage is Optional. RAD Excludes the dimension values specified by ID and displays all other dimension values. Both ExcludedDimensionids and IncludedDimensionids should not be used at the same time.&lt;/p&gt;          &lt;p&gt;           &lt;br /&gt;IncludedDimensionIds - This property usage is Optional. Displays only the dimension values specified by ID and no other dimension values. Both ExcludedDimensionids and IncludedDimensionids should not be used at the same time.&lt;/p&gt;          &lt;p&gt;           &lt;br /&gt;ShowRefinements - Property is Optional. Specifies whether any dimension values display in the control. If the Control should not display any dimension values ,Set ShowRefinements to false.Default Value is True.            &lt;br /&gt;            &lt;br /&gt;ShowSelectedDimensionValues - Optional Property. Specifies whether Selected dimension Value is displayed in the Control. If True is Chosen, Selected Dimension Values are displayed with a [X] next to the value and closes the parent dimension. Click on [X] removes the Dimension value from the Query.&lt;/p&gt;          &lt;div&gt; &lt;/div&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;</description>
      <link>http://web.iotap.com/Blogs/tabid/277/EntryId/78/Endeca-RAD-Toolkit-NavigationDataSource-and-GuidedNavigation-control.aspx</link>
      <author>kkumar@iotap.com</author>
      <comments>http://web.iotap.com/Blogs/tabid/277/EntryId/78/Endeca-RAD-Toolkit-NavigationDataSource-and-GuidedNavigation-control.aspx#Comments</comments>
      <guid isPermaLink="true">http://web.iotap.com/Blogs/tabid/277/EntryId/78/Endeca-RAD-Toolkit-NavigationDataSource-and-GuidedNavigation-control.aspx</guid>
      <pubDate>Thu, 04 Dec 2008 11:13:00 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.iotap.com/DesktopModules/Blog/Trackback.aspx?id=78</trackback:ping>
    </item>
    <item>
      <title>RAD Toolkit for Endeca</title>
      <description>&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This blog explains the &lt;strong&gt;Endeca RAD toolkit&lt;/strong&gt; for ASP.NET.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;Endeca Rapid Application Development (RAD)&lt;/strong&gt; Toolkit for ASP.NET provides a set of Web server controls for Endeca applications.  The RAD toolkit and also provides the RAD API for accessing the &lt;strong&gt;Endeca MDEX Engine&lt;/strong&gt;. &lt;strong&gt;Endeca MDEX Engine&lt;/strong&gt; is the query engine that is the core of the &lt;strong&gt;Endeca Information Access Platform (IAP)&lt;/strong&gt;.&lt;br /&gt;
 &lt;/p&gt;&lt;a href=http://web.iotap.com/Blogs/tabid/277/EntryId/77/RAD-Toolkit-for-Endeca.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://web.iotap.com/Blogs/tabid/277/EntryId/77/RAD-Toolkit-for-Endeca.aspx</link>
      <author>kkumar@iotap.com</author>
      <comments>http://web.iotap.com/Blogs/tabid/277/EntryId/77/RAD-Toolkit-for-Endeca.aspx#Comments</comments>
      <guid isPermaLink="true">http://web.iotap.com/Blogs/tabid/277/EntryId/77/RAD-Toolkit-for-Endeca.aspx</guid>
      <pubDate>Thu, 27 Nov 2008 07:26:00 GMT</pubDate>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.iotap.com/DesktopModules/Blog/Trackback.aspx?id=77</trackback:ping>
    </item>
  </channel>
</rss>