<?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 How to do activiti+jsf integration without cdi. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115228#M81242</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 want to create web application with jsf and activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have seen some examples which are using activiti cdi. Is there any method to create my application without cdi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sherlock&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2012 06:26:11 GMT</pubDate>
    <dc:creator>sherlock</dc:creator>
    <dc:date>2012-11-21T06:26:11Z</dc:date>
    <item>
      <title>How to do activiti+jsf integration without cdi.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115228#M81242</link>
      <description>Hi,I want to create web application with jsf and activiti.I have seen some examples which are using activiti cdi. Is there any method to create my application without cdi.RegardsSherlock</description>
      <pubDate>Wed, 21 Nov 2012 06:26:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115228#M81242</guid>
      <dc:creator>sherlock</dc:creator>
      <dc:date>2012-11-21T06:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to do activiti+jsf integration without cdi.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115229#M81243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure you can, Activiti is just a jar. Just write your jsf application as you would normally do, and use the Activiti services in your backing beans (that's how they are called in JSF if I remember correctly …)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 08:31:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115229#M81243</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-11-21T08:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to do activiti+jsf integration without cdi.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115230#M81244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check out the user guide. Its contains examples of wiring activiti using Spring or standalone. Just use activiti as a service and call it from your JSF-controllers, using either spring-injection of custom service-lookup.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 08:32:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115230#M81244</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-11-21T08:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to do activiti+jsf integration without cdi.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115231#M81245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;what is the reason not to go for CDI?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 09:07:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115231#M81245</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-11-21T09:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to do activiti+jsf integration without cdi.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115232#M81246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Frederikheremans,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you share an small piece of code for invoking a activiti process from a jsf controller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to give list of processes deployed on a jsf and then a user with manager role can start any process which in turn has user task where jsf UI will be rendered and on submitting it will save the events in db which will be read by a BAM jsf where graphs will be generated out of these events data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the example of using esper engine in Activiti in Action book but didn't work for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 10:10:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115232#M81246</guid>
      <dc:creator>suoza</dc:creator>
      <dc:date>2013-09-27T10:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to do activiti+jsf integration without cdi.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115233#M81247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure there is much to share. The point is you just need a reference to the ProcessEngine (or RuntimeService) in your JSF-controller classes, using any mechanism you are using now to get services in your backing-beans/controllers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 10:34:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115233#M81247</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-10-02T10:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to do activiti+jsf integration without cdi.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115234#M81248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi frederik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If possible can you post the sample application for JSF ,Spring and Activiti.&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 06:05:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115234#M81248</guid>
      <dc:creator>krishna_v174</dc:creator>
      <dc:date>2013-11-05T06:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to do activiti+jsf integration without cdi.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115235#M81249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's no sample JSF application yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 12:16:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-do-activiti-jsf-integration-without-cdi/m-p/115235#M81249</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-11-05T12:16:24Z</dc:date>
    </item>
  </channel>
</rss>

