<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can I create a hello world dashlet in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-hello-world-dashlet/m-p/26573#M11456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This &lt;A href="http://niketa-alfresco3.blogspot.de/2009/11/alfresco-share-helloworld-dashlet.html" rel="nofollow noopener noreferrer"&gt;hello world dashlet blog post&lt;/A&gt; I found via a Google search is still suprisingly valid even after 7 years, since a hello world dashlet is so simple that not a lot has changed that directly affects it. Though after a raw hello world dashlet you may want to look at an &lt;A href="http://docs.alfresco.com/5.1/concepts/dev-extensions-share-aikau-dashlets.html" rel="nofollow noopener noreferrer"&gt;Aikau dashlet&lt;/A&gt; for future development.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 May 2017 08:04:29 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2017-05-30T08:04:29Z</dc:date>
    <item>
      <title>How can I create a hello world dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-hello-world-dashlet/m-p/26571#M11454</link>
      <description>I'm new in Alfresco. I need to personalize Share and the first way that came to my mind was creating dashlets for a site previously created. But even the simplest dashlet in docs(not very clear by the way) seems to be complicated for me right now. I read&amp;nbsp;something about aikau dashlet that looks like</description>
      <pubDate>Mon, 29 May 2017 20:16:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-hello-world-dashlet/m-p/26571#M11454</guid>
      <dc:creator>agborrego92</dc:creator>
      <dc:date>2017-05-29T20:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a hello world dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-hello-world-dashlet/m-p/26572#M11455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a webscript dashlet you can follow this instructions:&lt;/P&gt;&lt;P&gt;1.- You must create a file: "helloworlddashlet.get.desc.xml" with the following content&lt;/P&gt;&lt;P&gt;&amp;lt;webscript&amp;gt;&lt;BR /&gt;&amp;lt;shortname&amp;gt;Dashlet&amp;lt;/shortname&amp;gt;&lt;BR /&gt;&amp;lt;description&amp;gt;Dashlet that show a message&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;lt;family&amp;gt;site-dashlet&amp;lt;/family&amp;gt;&lt;BR /&gt;&amp;lt;url&amp;gt;/components/dashlets/sampledashlet&amp;lt;/url&amp;gt;&lt;BR /&gt;&amp;lt;/webscript&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.- You must create a file: "helloworlddashlet.get.html.ftl" that contains the following code:&lt;/P&gt;&lt;P&gt;&amp;lt;div class="dashlet"&amp;gt;&lt;BR /&gt;&amp;lt;div class="title"&amp;gt;Dashlet example&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="body"&amp;gt;Hello world&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.- You have to copy this files in the following path (maybe you have to create some folders): "tomcat/shared/classes/alfresco/web-extension/site-webscripts/org/alfresco/components/dashlets"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;4.- Restart Alfresco Services, and if there's no errors you will have available a new dashlet.&lt;/P&gt;&lt;P&gt;To check your new&amp;nbsp;dashlet, in Alfresco you have to select a Site and click on: "Personalize" button.&lt;BR /&gt;Click on "Add dashlets" button and select the dashlet you have just created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/14162_dashlet_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/14163_dashlet_2.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 08:03:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-hello-world-dashlet/m-p/26572#M11455</guid>
      <dc:creator>calvo</dc:creator>
      <dc:date>2017-05-30T08:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a hello world dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-hello-world-dashlet/m-p/26573#M11456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This &lt;A href="http://niketa-alfresco3.blogspot.de/2009/11/alfresco-share-helloworld-dashlet.html" rel="nofollow noopener noreferrer"&gt;hello world dashlet blog post&lt;/A&gt; I found via a Google search is still suprisingly valid even after 7 years, since a hello world dashlet is so simple that not a lot has changed that directly affects it. Though after a raw hello world dashlet you may want to look at an &lt;A href="http://docs.alfresco.com/5.1/concepts/dev-extensions-share-aikau-dashlets.html" rel="nofollow noopener noreferrer"&gt;Aikau dashlet&lt;/A&gt; for future development.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 08:04:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-hello-world-dashlet/m-p/26573#M11456</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-05-30T08:04:29Z</dc:date>
    </item>
  </channel>
</rss>

