<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Trouble with Alfresco? Console yourself</title>
	<atom:link href="http://ecmarchitect.com/archives/2008/03/10/814/feed" rel="self" type="application/rss+xml" />
	<link>http://ecmarchitect.com/archives/2008/03/10/814</link>
	<description>Jeff Potts on ECM, portals, search, collaboration, and a bunch of personal stuff</description>
	<lastBuildDate>Mon, 14 May 2012 10:48:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Florian</title>
		<link>http://ecmarchitect.com/archives/2008/03/10/814/comment-page-1#comment-81676</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Wed, 28 Sep 2011 17:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/03/10/814#comment-81676</guid>
		<description>For anyone looking for an easier way to develop Javascript for Alfresco I can recommend my Javascript Console extension that can be found in Share-Extras:  http://code.google.com/p/share-extras/wiki/JavascriptConsole</description>
		<content:encoded><![CDATA[<p>For anyone looking for an easier way to develop Javascript for Alfresco I can recommend my Javascript Console extension that can be found in Share-Extras:  <a href="http://code.google.com/p/share-extras/wiki/JavascriptConsole" rel="nofollow">http://code.google.com/p/share-extras/wiki/JavascriptConsole</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trying out Activiti: Examples that leverage Alfresco&#8217;s new workflow engine &#124; ecmarchitect.com</title>
		<link>http://ecmarchitect.com/archives/2008/03/10/814/comment-page-1#comment-68573</link>
		<dc:creator>Trying out Activiti: Examples that leverage Alfresco&#8217;s new workflow engine &#124; ecmarchitect.com</dc:creator>
		<pubDate>Thu, 28 Apr 2011 04:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/03/10/814#comment-68573</guid>
		<description>[...] advanced workflow. It has always been a puzzle to me as to why the workflow console (along with others) can only be navigated to directly using an unpublished URL. That head-scratcher still remains, but [...]</description>
		<content:encoded><![CDATA[<p>[...] advanced workflow. It has always been a puzzle to me as to why the workflow console (along with others) can only be navigated to directly using an unpublished URL. That head-scratcher still remains, but [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: : : blyx.com : : Blog : : Toni de la Fuente : : &#187; Blog Archive &#187; Alfresco Hack: Las consolas &#8220;escondidas&#8221; de Alfresco</title>
		<link>http://ecmarchitect.com/archives/2008/03/10/814/comment-page-1#comment-51984</link>
		<dc:creator>: : blyx.com : : Blog : : Toni de la Fuente : : &#187; Blog Archive &#187; Alfresco Hack: Las consolas &#8220;escondidas&#8221; de Alfresco</dc:creator>
		<pubDate>Mon, 21 Jun 2010 05:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/03/10/814#comment-51984</guid>
		<description>[...] Cuando he terminado de escribir el artículo he hecho una búsqueda en Google y me encuentro esto, un post del gran Jeff Potts sobre esto [...]</description>
		<content:encoded><![CDATA[<p>[...] Cuando he terminado de escribir el artículo he hecho una búsqueda en Google y me encuentro esto, un post del gran Jeff Potts sobre esto [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpotts</title>
		<link>http://ecmarchitect.com/archives/2008/03/10/814/comment-page-1#comment-51183</link>
		<dc:creator>jpotts</dc:creator>
		<pubDate>Sun, 30 May 2010 03:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/03/10/814#comment-51183</guid>
		<description>Depends on what you&#039;re doing. For example, in Share, if you do nothing else, Share will use the minified JavaScript files. However, you can turn on debug in the Share custom config and that will force the expanded JavsScript files to be used, which are much easier to debug.

I haven&#039;t seen the everything-on-one-line problem with repository tier JavaScript except for maybe Alfresco JavaScript in jBPM actions. In that case, not only is it hard to step through but a line comment (&quot;//&quot;) will end up commenting out all of the JavaScript that follows.

Jeff</description>
		<content:encoded><![CDATA[<p>Depends on what you&#8217;re doing. For example, in Share, if you do nothing else, Share will use the minified JavaScript files. However, you can turn on debug in the Share custom config and that will force the expanded JavsScript files to be used, which are much easier to debug.</p>
<p>I haven&#8217;t seen the everything-on-one-line problem with repository tier JavaScript except for maybe Alfresco JavaScript in jBPM actions. In that case, not only is it hard to step through but a line comment (&#8220;//&#8221;) will end up commenting out all of the JavaScript that follows.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel Verkaik</title>
		<link>http://ecmarchitect.com/archives/2008/03/10/814/comment-page-1#comment-50900</link>
		<dc:creator>Michiel Verkaik</dc:creator>
		<pubDate>Wed, 19 May 2010 15:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/03/10/814#comment-50900</guid>
		<description>For some reason, the JavaScript debugger shows all lines of code on one line.  It makes it impossible to step into or step over.</description>
		<content:encoded><![CDATA[<p>For some reason, the JavaScript debugger shows all lines of code on one line.  It makes it impossible to step into or step over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpotts</title>
		<link>http://ecmarchitect.com/archives/2008/03/10/814/comment-page-1#comment-47308</link>
		<dc:creator>jpotts</dc:creator>
		<pubDate>Tue, 02 Feb 2010 20:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/03/10/814#comment-47308</guid>
		<description>Francois,

Enabling the Rhino JavaScript debugger will cause a Java swing app to launch when the server starts up. Obviously, this will only work when you are running the app server on a box with a GUI (or are otherwise redirecting the graphical output to a terminal somewhere).

Once the GUI launches, it will look very familiar to you if you&#039;ve ever used a stepping debugger of any kind. You can use it to set breakpoints, dump variable values, and step through code.

I should add that at the time I wrote that blog post, I hadn&#039;t used the Rhino debugger very much, but as web scripts moved from Java to JavaScript and as I started doing more with Surf and Share, it became a really useful tool.

Jeff</description>
		<content:encoded><![CDATA[<p>Francois,</p>
<p>Enabling the Rhino JavaScript debugger will cause a Java swing app to launch when the server starts up. Obviously, this will only work when you are running the app server on a box with a GUI (or are otherwise redirecting the graphical output to a terminal somewhere).</p>
<p>Once the GUI launches, it will look very familiar to you if you&#8217;ve ever used a stepping debugger of any kind. You can use it to set breakpoints, dump variable values, and step through code.</p>
<p>I should add that at the time I wrote that blog post, I hadn&#8217;t used the Rhino debugger very much, but as web scripts moved from Java to JavaScript and as I started doing more with Surf and Share, it became a really useful tool.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://ecmarchitect.com/archives/2008/03/10/814/comment-page-1#comment-47306</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Tue, 02 Feb 2010 19:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/03/10/814#comment-47306</guid>
		<description>Hi,

You mention the JavaScript debugger and how to enable it, but can you please go futher. Where does the output from the debugger go? How do you look at it?

Thanks
Francois</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You mention the JavaScript debugger and how to enable it, but can you please go futher. Where does the output from the debugger go? How do you look at it?</p>
<p>Thanks<br />
Francois</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpotts</title>
		<link>http://ecmarchitect.com/archives/2008/03/10/814/comment-page-1#comment-35865</link>
		<dc:creator>jpotts</dc:creator>
		<pubDate>Wed, 27 May 2009 21:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/03/10/814#comment-35865</guid>
		<description>The JavaScript debugger is very useful. Rather than enable it through a web script, I enable it through log4j.properties:

http://ecmarchitect.com/archives/2008/12/09/871

You can use it to debug any server-side JavaScript running in Alfresco. That includes:
 - Web Scripts (both repository tier and Surf tier)
 - JavaScript inside a jBPM workflow
 - JavaScript executed through an &quot;execute script&quot; action
 - JavaScript-based actions

Being able to step back-and-forth through sometimes significant amounts of JavaScript is definitely a productivity booster.</description>
		<content:encoded><![CDATA[<p>The JavaScript debugger is very useful. Rather than enable it through a web script, I enable it through log4j.properties:</p>
<p><a href="http://ecmarchitect.com/archives/2008/12/09/871" rel="nofollow">http://ecmarchitect.com/archives/2008/12/09/871</a></p>
<p>You can use it to debug any server-side JavaScript running in Alfresco. That includes:<br />
 &#8211; Web Scripts (both repository tier and Surf tier)<br />
 &#8211; JavaScript inside a jBPM workflow<br />
 &#8211; JavaScript executed through an &#8220;execute script&#8221; action<br />
 &#8211; JavaScript-based actions</p>
<p>Being able to step back-and-forth through sometimes significant amounts of JavaScript is definitely a productivity booster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://ecmarchitect.com/archives/2008/03/10/814/comment-page-1#comment-35862</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 27 May 2009 20:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/03/10/814#comment-35862</guid>
		<description>The javascript debugger can also be enabled through one of the webscripts. I&#039;m still trying to figure out what it&#039;s useful for. I&#039;d like to be able to debug my webscripts with a live debugger.</description>
		<content:encoded><![CDATA[<p>The javascript debugger can also be enabled through one of the webscripts. I&#8217;m still trying to figure out what it&#8217;s useful for. I&#8217;d like to be able to debug my webscripts with a live debugger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debugging jBPM workflows &#124; eshea.net</title>
		<link>http://ecmarchitect.com/archives/2008/03/10/814/comment-page-1#comment-30326</link>
		<dc:creator>Debugging jBPM workflows &#124; eshea.net</dc:creator>
		<pubDate>Fri, 30 Jan 2009 21:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/03/10/814#comment-30326</guid>
		<description>[...] for a full list of &#8220;hidden&#8221; consoles check out Jeff&#8217;s great post Trouble with Alfresco? Console yourself). However, very quickly I realized that the Eclipse / deploy / workflow console cycle to create and [...]</description>
		<content:encoded><![CDATA[<p>[...] for a full list of &#8220;hidden&#8221; consoles check out Jeff&#8217;s great post Trouble with Alfresco? Console yourself). However, very quickly I realized that the Eclipse / deploy / workflow console cycle to create and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

