<?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 to Run Java files in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238499#M191629</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;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just gave an example as Workflow history in my previous reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I meant to ask is when we write some java code for any alfresco related Use cases ,then how we will debug and run our code.Where we will see the output of our compiled code.That was my question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for making you confuse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Sep 2010 17:59:41 GMT</pubDate>
    <dc:creator>pp20218</dc:creator>
    <dc:date>2010-09-11T17:59:41Z</dc:date>
    <item>
      <title>How to Run Java files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238493#M191623</link>
      <description>Hi All,I want to create some java files for workflow. How can I run those and see the output? I have the below scenario.(1)Have Alfresco codebase from SVN,checkedout from HEAD.(2) I have setup the code in eclipse and can build alfresco using the ANT build from Eclipse.If I have the above env setup,</description>
      <pubDate>Wed, 11 Aug 2010 07:11:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238493#M191623</guid>
      <dc:creator>pp20218</dc:creator>
      <dc:date>2010-08-11T07:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run Java files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238494#M191624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanx in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 07:12:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238494#M191624</guid>
      <dc:creator>pp20218</dc:creator>
      <dc:date>2010-08-11T07:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run Java files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238495#M191625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can Anyone help me pls.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 07:37:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238495#M191625</guid>
      <dc:creator>pp20218</dc:creator>
      <dc:date>2010-09-08T07:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run Java files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238496#M191626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's no "output" to see unless you use logging.&amp;nbsp;&amp;nbsp; What do you mean by "output".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Start by looking at the alfresco source code.&amp;nbsp;&amp;nbsp; You should be able to find already existing examples of workflow implemented in both Java and alfresco script or beanshell.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The java actions implement JBPMSpringActionHandler so start by looking at those.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 09:42:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238496#M191626</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-09-08T09:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run Java files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238497#M191627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mrogers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for not explaining my question clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I meant 2 ask was,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppose I am going to write a java file that will display the workflow history. Then how I will run my java file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As per my understanding:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I will write the java file some where in org.alfresco.repo.workflow package or some other place. Then I will build my workspace.So alfresco.war will get generated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I will deploy this and check the alfresco.log for the result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is my understanding correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 11:31:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238497#M191627</guid>
      <dc:creator>pp20218</dc:creator>
      <dc:date>2010-09-08T11:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run Java files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238498#M191628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately it is very hard to understand what you are trying to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to see workflow history of a node in Alfresco webclient, there is instructions for it in wiki. Use search: workflow history.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise read Alfresco Developer Guide chapter 7 about workflows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 15:50:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238498#M191628</guid>
      <dc:creator>huima</dc:creator>
      <dc:date>2010-09-10T15:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run Java files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238499#M191629</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;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just gave an example as Workflow history in my previous reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I meant to ask is when we write some java code for any alfresco related Use cases ,then how we will debug and run our code.Where we will see the output of our compiled code.That was my question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for making you confuse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Sep 2010 17:59:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238499#M191629</guid>
      <dc:creator>pp20218</dc:creator>
      <dc:date>2010-09-11T17:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run Java files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238500#M191630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I just gave an example as Workflow history in my previous reply.&lt;BR /&gt;What I meant to ask is when we write some java code for any alfresco related Use cases ,then how we will debug and run our code.Where we will see the output of our compiled code.That was my question.&lt;BR /&gt;&lt;BR /&gt;Sorry for making you confuse.&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;PP&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need this kind of help, suppose if i wrote any java code like creating spaces or content using java classes, how can i debug and run that code. is there any good article for that. Also i need the help to debug my entire alfresco&amp;nbsp; using eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 15:37:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-java-files/m-p/238500#M191630</guid>
      <dc:creator>chandu7ee</dc:creator>
      <dc:date>2011-05-26T15:37:14Z</dc:date>
    </item>
  </channel>
</rss>

