<?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 for Programmer's testimony</title>
	<atom:link href="http://en.jakubiak.info/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://en.jakubiak.info</link>
	<description>My experience with: Java, JEE, Adobe Flex, PHP, Video</description>
	<lastBuildDate>Wed, 16 Dec 2009 05:55:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Multimedia Conversion Server by mmdoh</title>
		<link>http://en.jakubiak.info/2009/02/14/multimedia-conversion-server.html/comment-page-1#comment-1153</link>
		<dc:creator>mmdoh</dc:creator>
		<pubDate>Wed, 16 Dec 2009 05:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/14/multimedia-conversion-server.html#comment-1153</guid>
		<description>if only i knew mysql and php better</description>
		<content:encoded><![CDATA[<p>if only i knew mysql and php better</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven2 + Red5 + Xuggle by Matthew McEachen</title>
		<link>http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html/comment-page-1#comment-1148</link>
		<dc:creator>Matthew McEachen</dc:creator>
		<pubDate>Mon, 07 Dec 2009 06:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html#comment-1148</guid>
		<description>Thanks for taking the time to make this project! It greatly simplifies red5 development to have a maven artifact to point to.

I found that red5-core on  trunk doesn&#039;t compile anymore, though--you need to add a tomcat dependency. 

I also added the maven-source-plugin to the parent POM, because digging through the red5 code can be a necessity when the javadocs are missing or wrong.

Here&#039;s the svn diff for these two changes:

$ svn diff
Index: jakubiak-red5-core/pom.xml
===================================================================
--- jakubiak-red5-core/pom.xml	(revision 418)
+++ jakubiak-red5-core/pom.xml	(working copy)
@@ -282,6 +282,13 @@
 			6.1.9
 			compile
 		
+
+                
+                  org.apache.tomcat
+                  coyote
+                  6.0.20
+                
+
         
             org.apache.tomcat
             catalina
Index: jakubiak-red5-pom/pom.xml
===================================================================
--- jakubiak-red5-pom/pom.xml	(revision 418)
+++ jakubiak-red5-pom/pom.xml	(working copy)
@@ -28,6 +28,20 @@
                     UTF-8
                 
             
+            
+                org.apache.maven.plugins
+                maven-source-plugin
+                2.1.1
+                
+                    
+                        attach-sources
+                        verify
+                        
+                            jar-no-fork
+                        
+                    
+                
+             
         
 		
 			</description>
		<content:encoded><![CDATA[<p>Thanks for taking the time to make this project! It greatly simplifies red5 development to have a maven artifact to point to.</p>
<p>I found that red5-core on  trunk doesn&#8217;t compile anymore, though&#8211;you need to add a tomcat dependency. </p>
<p>I also added the maven-source-plugin to the parent POM, because digging through the red5 code can be a necessity when the javadocs are missing or wrong.</p>
<p>Here&#8217;s the svn diff for these two changes:</p>
<p>$ svn diff<br />
Index: jakubiak-red5-core/pom.xml<br />
===================================================================<br />
&#8212; jakubiak-red5-core/pom.xml	(revision 418)<br />
+++ jakubiak-red5-core/pom.xml	(working copy)<br />
@@ -282,6 +282,13 @@<br />
 			6.1.9<br />
 			compile</p>
<p>+<br />
+<br />
+                  org.apache.tomcat<br />
+                  coyote<br />
+                  6.0.20<br />
+<br />
+</p>
<p>             org.apache.tomcat<br />
             catalina<br />
Index: jakubiak-red5-pom/pom.xml<br />
===================================================================<br />
&#8212; jakubiak-red5-pom/pom.xml	(revision 418)<br />
+++ jakubiak-red5-pom/pom.xml	(working copy)<br />
@@ -28,6 +28,20 @@<br />
                     UTF-8</p>
<p>+<br />
+                org.apache.maven.plugins<br />
+                maven-source-plugin<br />
+                2.1.1<br />
+<br />
+<br />
+                        attach-sources<br />
+                        verify<br />
+<br />
+                            jar-no-fork<br />
+<br />
+<br />
+<br />
+</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to start Xuggle at Red5 by Antoni Jakubiak</title>
		<link>http://en.jakubiak.info/2009/02/02/how-to-start-xuggle-at-red5.html/comment-page-1#comment-1139</link>
		<dc:creator>Antoni Jakubiak</dc:creator>
		<pubDate>Fri, 13 Nov 2009 11:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/02/how-to-start-xuggle-at-red5.html#comment-1139</guid>
		<description>Please have a look at this post: http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html</description>
		<content:encoded><![CDATA[<p>Please have a look at this post: <a href="http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html" rel="nofollow">http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to start Xuggle at Red5 by Tamour</title>
		<link>http://en.jakubiak.info/2009/02/02/how-to-start-xuggle-at-red5.html/comment-page-1#comment-1138</link>
		<dc:creator>Tamour</dc:creator>
		<pubDate>Fri, 13 Nov 2009 11:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/02/how-to-start-xuggle-at-red5.html#comment-1138</guid>
		<description>Hi Antoni,
   How can I use xuggler in my red5 servlet. I mean this is the war file. But where can i find the source code, so that i can do it myself. Add something myself</description>
		<content:encoded><![CDATA[<p>Hi Antoni,<br />
   How can I use xuggler in my red5 servlet. I mean this is the war file. But where can i find the source code, so that i can do it myself. Add something myself</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jakubiak-red5 modularization by Christian</title>
		<link>http://en.jakubiak.info/2009/04/22/jakubiak-red5-modularization.html/comment-page-1#comment-1136</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 02 Nov 2009 10:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/04/22/jakubiak-red5-modularization.html#comment-1136</guid>
		<description>&lt;a href=&quot;#comment-1135&quot; rel=&quot;nofollow&quot;&gt;@Antoni Jakubiak&lt;/a&gt; 
Wow! so fast..

..thank you so much!! 
i&#039;ll follow your istruction and i&#039;ll tell you if it works for me :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-1135" rel="nofollow">@Antoni Jakubiak</a><br />
Wow! so fast..</p>
<p>..thank you so much!!<br />
i&#8217;ll follow your istruction and i&#8217;ll tell you if it works for me <img src='http://en.jakubiak.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jakubiak-red5 modularization by Antoni Jakubiak</title>
		<link>http://en.jakubiak.info/2009/04/22/jakubiak-red5-modularization.html/comment-page-1#comment-1135</link>
		<dc:creator>Antoni Jakubiak</dc:creator>
		<pubDate>Mon, 02 Nov 2009 07:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/04/22/jakubiak-red5-modularization.html#comment-1135</guid>
		<description>I suggest to start with this project: http://code.google.com/p/jakubiak-red5/source/browse/trunk/jakubiak-red5-demo-jpa/pom.xml - tutorial: http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html

Then, you have to fallow this tutorial: http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html</description>
		<content:encoded><![CDATA[<p>I suggest to start with this project: <a href="http://code.google.com/p/jakubiak-red5/source/browse/trunk/jakubiak-red5-demo-jpa/pom.xml" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/jakubiak-red5/source/browse/trunk/jakubiak-red5-demo-jpa/pom.xml?referer=');">http://code.google.com/p/jakubiak-red5/source/browse/trunk/jakubiak-red5-demo-jpa/pom.xml</a> &#8211; tutorial: <a href="http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html" rel="nofollow">http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html</a></p>
<p>Then, you have to fallow this tutorial: <a href="http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html" rel="nofollow">http://en.jakubiak.info/2009/02/26/maven2-red5-xuggle.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jakubiak-red5 modularization by Christian</title>
		<link>http://en.jakubiak.info/2009/04/22/jakubiak-red5-modularization.html/comment-page-1#comment-1134</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 02 Nov 2009 01:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/04/22/jakubiak-red5-modularization.html#comment-1134</guid>
		<description>Hi, where i can find a detailed tutorial on how to use the mavenized version of red5+xuggler? Because for me it&#039;s not clear how to proceed.

i want to deploy a new red5+xuggler application under tomcat6.0.18. So i followed your step i downloaded from svn the trunk version i typed mvn clean install and all your stuff compiled and now it&#039;s in my local repo..
..and then?
what do i have to put in my new pom.xml? and in configuration files? web.xml and my_new_red5_app-web.xml?

Thanks in advance for your answer.</description>
		<content:encoded><![CDATA[<p>Hi, where i can find a detailed tutorial on how to use the mavenized version of red5+xuggler? Because for me it&#8217;s not clear how to proceed.</p>
<p>i want to deploy a new red5+xuggler application under tomcat6.0.18. So i followed your step i downloaded from svn the trunk version i typed mvn clean install and all your stuff compiled and now it&#8217;s in my local repo..<br />
..and then?<br />
what do i have to put in my new pom.xml? and in configuration files? web.xml and my_new_red5_app-web.xml?</p>
<p>Thanks in advance for your answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Task Calculator Google Gadget by Anna</title>
		<link>http://en.jakubiak.info/2009/02/19/task-calculator-google-gadget.html/comment-page-1#comment-1124</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Fri, 04 Sep 2009 05:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/19/task-calculator-google-gadget.html#comment-1124</guid>
		<description>&lt;a href=&quot;#comment-1123&quot; rel=&quot;nofollow&quot;&gt;@Antoni Jakubiak&lt;/a&gt; hey, that works! So it is probably my calendar&#039;s problem - yes, my calendar is quite large... is that the problem? Btw I tried making my calendar public and it still didn&#039;t work. Should I try waiting for longer for it to load or something?</description>
		<content:encoded><![CDATA[<p><a href="#comment-1123" rel="nofollow">@Antoni Jakubiak</a> hey, that works! So it is probably my calendar&#8217;s problem &#8211; yes, my calendar is quite large&#8230; is that the problem? Btw I tried making my calendar public and it still didn&#8217;t work. Should I try waiting for longer for it to load or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Task Calculator Google Gadget by Antoni Jakubiak</title>
		<link>http://en.jakubiak.info/2009/02/19/task-calculator-google-gadget.html/comment-page-1#comment-1123</link>
		<dc:creator>Antoni Jakubiak</dc:creator>
		<pubDate>Fri, 04 Sep 2009 04:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/19/task-calculator-google-gadget.html#comment-1123</guid>
		<description>&lt;a href=&quot;#comment-1122&quot; rel=&quot;nofollow&quot;&gt;@Anna&lt;/a&gt; I don&#039;t know why it isn&#039;t working for you.

Are you using a modern web browser? Is JavaScript enabled? Is
your calenar very very huge ?

Please try try this calendar URL: (it&#039;s Warsaw Java User group feed)
http://www.google.com/calendar/feeds/7dmp09fjl82d57m3dgu4gj020g@group.calendar.google.com/public/basic

Please inform me.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1122" rel="nofollow">@Anna</a> I don&#8217;t know why it isn&#8217;t working for you.</p>
<p>Are you using a modern web browser? Is JavaScript enabled? Is<br />
your calenar very very huge ?</p>
<p>Please try try this calendar URL: (it&#8217;s Warsaw Java User group feed)<br />
<a href="http://www.google.com/calendar/feeds/7dmp09fjl82d57m3dgu4gj020g@group.calendar.google.com/public/basic" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.google.com/calendar/feeds/7dmp09fjl82d57m3dgu4gj020g_group.calendar.google.com/public/basic?referer=');">http://www.google.com/calendar/feeds/7dmp09fjl82d57m3dgu4gj020g@group.calendar.google.com/public/basic</a></p>
<p>Please inform me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Task Calculator Google Gadget by Anna</title>
		<link>http://en.jakubiak.info/2009/02/19/task-calculator-google-gadget.html/comment-page-1#comment-1122</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Fri, 04 Sep 2009 03:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/19/task-calculator-google-gadget.html#comment-1122</guid>
		<description>this app is EXACTLY what I have been looking for! THanks very much for coding this!
However I have a problem - I entered the private address of the XML calendar and pressed enter, but nothing comes up in the summary..... don&#039;t know why, please help, thanks!</description>
		<content:encoded><![CDATA[<p>this app is EXACTLY what I have been looking for! THanks very much for coding this!<br />
However I have a problem &#8211; I entered the private address of the XML calendar and pressed enter, but nothing comes up in the summary&#8230;.. don&#8217;t know why, please help, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
