<?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: using jsp instead of forms in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79136#M52642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not exactly sure why examples are needed. Activiti is a library and you have to integrate it into your view-layer, exactly the way you would integrate your own services. You have to make your controllers talk tale to the Java-API of activiti. Look in the user guide how to configure and bootstrap a ProcessEngine instance, which exposes all services needed (e.g.. TaskService, RuntimeService, …). These services are touched in the user guide AND have a comprehensive javadoc associated with them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So activiti is no different than any other service or framework that you call from your UI…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2012 08:10:28 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2012-11-21T08:10:28Z</dc:date>
    <item>
      <title>using jsp instead of forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79132#M52638</link>
      <description>I have Jsp based UI instead of the activiti forms from where I need to call the workflow processes. How can I achieve this? Any suggestions?</description>
      <pubDate>Tue, 19 Apr 2011 04:49:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79132#M52638</guid>
      <dc:creator>bluerain</dc:creator>
      <dc:date>2011-04-19T04:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: using jsp instead of forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79133#M52639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Activiti can be embedded very easy in your JSP-app, just add the war and configuration (see userguide). Have a look at the form-properties. This allows you to declare render-independant properties on a form (start or taskform) on your processes. You could write JSP-logic based on those, to render a form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@see &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#externalFormRendering" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#externalFormRendering&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 08:42:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79133#M52639</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-04-19T08:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: using jsp instead of forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79134#M52640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm also trying the same but it's kind of hard to get started: does anyone know of an example for this or some code to get started?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 14:29:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79134#M52640</guid>
      <dc:creator>stefanl</dc:creator>
      <dc:date>2011-06-16T14:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: using jsp instead of forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79135#M52641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to do something similar with an even more ancient technology (tapestry 4 eek). Shame a plugin for developed for Tapestry 5 + Activiti was developed. Sooner I convince management to use something more of this century, the better off we'll be. If it can be done with raw JSP's, I suppose it can be done with any view component, it's just a case of knowing how to assemble it properly for Activiti to use. I agree that a few examples would be nice, I got the impression there was a strong bias towards Vaadin, but I doubt the number of companies out there that are keen to use Activiti are using Vaadin; they probably want to integrate the engine into some legacy framework, which is the case for me. If I can free up some work time, I'll try and experiment with it and if I can get it going, I'll post up the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stephen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 21:29:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79135#M52641</guid>
      <dc:creator>stephen1</dc:creator>
      <dc:date>2012-11-19T21:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: using jsp instead of forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79136#M52642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not exactly sure why examples are needed. Activiti is a library and you have to integrate it into your view-layer, exactly the way you would integrate your own services. You have to make your controllers talk tale to the Java-API of activiti. Look in the user guide how to configure and bootstrap a ProcessEngine instance, which exposes all services needed (e.g.. TaskService, RuntimeService, …). These services are touched in the user guide AND have a comprehensive javadoc associated with them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So activiti is no different than any other service or framework that you call from your UI…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 08:10:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79136#M52642</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-11-21T08:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: using jsp instead of forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79137#M52643</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;when using jsp to submit the form what should be formkey ? is it something like below ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color:#000000;"&gt;activiti:formKey="…path/submit.jsp"&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 13:37:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79137#M52643</guid>
      <dc:creator>vamsi25</dc:creator>
      <dc:date>2012-11-21T13:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: using jsp instead of forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79138#M52644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The form key doesn't matter if you're posting from JSP, you decide what data you submit to the start-form/task-form. The form key is only used to use built-in form-rendering (deprecated) using a simple template-mechanism. When you're using JSP (or any other view-mechanism) you should use the API to either post FormData or pass in a map of variables (see user guide and javadocs).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 09:08:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79138#M52644</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-11-22T09:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: using jsp instead of forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79139#M52645</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;BR /&gt;&lt;SPAN&gt;I have one sample jsp which I put into webcontent folder of one activiti project. The project is working fine and the login page is comming properly in Tomcat.&amp;nbsp; But when I am calling that specific jsp page individually from that acticiti project, it is not working. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please suggest me the way how can I execute the sample jsp page individually from activiti project&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Prakash&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 07:43:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79139#M52645</guid>
      <dc:creator>prakash1</dc:creator>
      <dc:date>2013-12-02T07:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: using jsp instead of forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79140#M52646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm totally not understanding what you are trying to do… where do you add the jsp? What is the 'activiti project' you talk about?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 09:49:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79140#M52646</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-12-05T09:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: using jsp instead of forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79141#M52647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frederik/All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you expalin in detail about dynamic form rendering or how to add jsps in activiti community app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Please help me on how to import excel data in to Database in activitiapp.Kindly help asap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Deepak P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 06:03:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-instead-of-forms/m-p/79141#M52647</guid>
      <dc:creator>deepu24</dc:creator>
      <dc:date>2017-07-07T06:03:04Z</dc:date>
    </item>
  </channel>
</rss>

