<?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: Change layout in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188583#M141713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depends what''s the propose of that new information,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It could be just another entity related to an existent entity and in this case you just create a new table, in other cases maybe you just need a new column in an existent table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;depends what decides the architect of the application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2015 05:31:52 GMT</pubDate>
    <dc:creator>vasile_dirla</dc:creator>
    <dc:date>2015-07-21T05:31:52Z</dc:date>
    <item>
      <title>Change layout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188578#M141708</link>
      <description>Good afternoon.I wonder how can I change something in the existing layout of the activiti-explorer?Example: Add a field more in any screen.</description>
      <pubDate>Mon, 20 Jul 2015 17:16:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188578#M141708</guid>
      <dc:creator>dorigon</dc:creator>
      <dc:date>2015-07-20T17:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change layout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188579#M141709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Depends what kind of "new field" you want to add.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Generally talking&amp;nbsp; you have to write some java (Vaadin) code since it is a Vaadin app;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if you want a new property for a task in the editor then it will involve some java script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 17:25:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188579#M141709</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-07-20T17:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change layout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188580#M141710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good and if I wanted to develop a new layout using outrras technologies like JSF and Primefaces, it would be possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 17:30:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188580#M141710</guid>
      <dc:creator>dorigon</dc:creator>
      <dc:date>2015-07-20T17:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Change layout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188581#M141711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. If you want to develop a new client application then you can use any technology you like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. if you just want to add a new page to the existent application but using another technology, a good idea could be could start investigating the main servlet of the Vaadin application. and the url mapping for this servlet. (it should be mapped to respond to all the url's except the new one yuo want to add)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then you have to add mapping for the JSF main servlet to a path like /newZone/* and then the JSF will handle all the calls related to this path family. (but will ignore the paths of the Vaadin apps.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it must work. (but i think you need "a bit of gymnastics" here) &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. if you want just a new panel inside an existent Vaadin view it must be more complicated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(As you know everything is possible because in the end all is rendered as a html+ javascript + backend but probably will need some extreme skills of Vaadin and JSF, never did such a combination)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you "google" for this combination you'll usually find "Vaadin vs JSF" but not "Vaadin + JSF"&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 18:51:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188581#M141711</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-07-20T18:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change layout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188582#M141712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What if I want to add another field to register some content more how do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Place an information field in the task registration screen as it is done? You need to create another table in the database?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 20:12:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188582#M141712</guid>
      <dc:creator>dorigon</dc:creator>
      <dc:date>2015-07-20T20:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change layout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188583#M141713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depends what''s the propose of that new information,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It could be just another entity related to an existent entity and in this case you just create a new table, in other cases maybe you just need a new column in an existent table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;depends what decides the architect of the application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 05:31:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-layout/m-p/188583#M141713</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-07-21T05:31:52Z</dc:date>
    </item>
  </channel>
</rss>

