<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ROPARDO s.r.l. &#187; Alexandru Georgescu</title>
	<atom:link href="http://blog.ropardo.ro/author/alexandru-georgescu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ropardo.ro</link>
	<description>Experience software development with ROPARDO S.R.L.</description>
	<lastBuildDate>Mon, 28 Nov 2011 07:49:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Liferay webapps start in the wrong order</title>
		<link>http://blog.ropardo.ro/2010/08/09/liferay-webapps-start-in-the-wrong-order/</link>
		<comments>http://blog.ropardo.ro/2010/08/09/liferay-webapps-start-in-the-wrong-order/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:54:39 +0000</pubDate>
		<dc:creator>Alexandru Georgescu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Liferay]]></category>
		<category><![CDATA[liferay]]></category>
		<category><![CDATA[portal]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2446</guid>
		<description><![CDATA[Suddenly, when restarting Liferay, the ROOT webapp was not anymore the first one that got started (it was the 4th or 5th). Because of this, all the portlets that make use of Liferay&#8217;s main services did not start correctly also. These portlets were started before ROOT. Now, I know that you cannot really set the [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/08/09/liferay-webapps-start-in-the-wrong-order/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Liferay: Deployment will start in a few seconds&#8230; and how to realy start</title>
		<link>http://blog.ropardo.ro/2010/08/09/liferay-deployment-will-start-in-a-few-seconds-and-how-to-realy-start/</link>
		<comments>http://blog.ropardo.ro/2010/08/09/liferay-deployment-will-start-in-a-few-seconds-and-how-to-realy-start/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:20:51 +0000</pubDate>
		<dc:creator>Alexandru Georgescu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Liferay]]></category>
		<category><![CDATA[liferay]]></category>
		<category><![CDATA[portal]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2432</guid>
		<description><![CDATA[During my experience with Liferay Portal I had this problem several times. When uploading a portlet (new or a new version of an existing one) Liferay says the following: Copying 1 file.. Copying 1 file.. ....... .........war copied successfully. Deployment will start in a few seconds. and then nothing happens. Ok, I have no idea [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/08/09/liferay-deployment-will-start-in-a-few-seconds-and-how-to-realy-start/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Tips and Tricks for programming in Liferay Extended Environment &#8211; Part 1</title>
		<link>http://blog.ropardo.ro/2010/05/28/tips-and-tricks-for-programming-in-liferay-extended-environment-part-1/</link>
		<comments>http://blog.ropardo.ro/2010/05/28/tips-and-tricks-for-programming-in-liferay-extended-environment-part-1/#comments</comments>
		<pubDate>Fri, 28 May 2010 06:33:04 +0000</pubDate>
		<dc:creator>Alexandru Georgescu</dc:creator>
				<category><![CDATA[Liferay]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[liferay]]></category>
		<category><![CDATA[portal]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2154</guid>
		<description><![CDATA[Hi there, As my journey with Liferay continues I thought it would be a good idea to write down some.. let&#8217;s say, miscellaneous stuff that were apparently trivial, but turned out to consume much more time than expected. So, there is one for today (actually happened last week) and I will keep updating this blog [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/05/28/tips-and-tricks-for-programming-in-liferay-extended-environment-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying modified Portlet JSPs in Liferay without restarting</title>
		<link>http://blog.ropardo.ro/2010/04/01/deploying-modified-portlet-jsps-in-liferay-without-restarting/</link>
		<comments>http://blog.ropardo.ro/2010/04/01/deploying-modified-portlet-jsps-in-liferay-without-restarting/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 09:02:07 +0000</pubDate>
		<dc:creator>Alexandru Georgescu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Liferay]]></category>
		<category><![CDATA[liferay]]></category>
		<category><![CDATA[portal]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1822</guid>
		<description><![CDATA[This is an issue that I have tried to find answers on the internet because it is a big problem that I had. So the problem is in Liferay Portlet development. When you work on the JSP files, make minor modifications and want to upload them into Liferay to see them. To be recompiled If [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/04/01/deploying-modified-portlet-jsps-in-liferay-without-restarting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting the Lock Token for an item in Jackrabbit</title>
		<link>http://blog.ropardo.ro/2010/03/31/getting-the-lock-token-for-an-item-in-jackrabbit/</link>
		<comments>http://blog.ropardo.ro/2010/03/31/getting-the-lock-token-for-an-item-in-jackrabbit/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 12:58:45 +0000</pubDate>
		<dc:creator>Alexandru Georgescu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Jackrabbit]]></category>
		<category><![CDATA[Lock command]]></category>
		<category><![CDATA[Lock owner]]></category>
		<category><![CDATA[Lock token]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1805</guid>
		<description><![CDATA[I&#8217;ve seen this problem around from the first versions of Apache Jackrabbit. The problem is straightforward and just. If you perform a WebDAV Lock command on an item in Jackrabbit the resulting lock token is available only in that command&#8217;s session. In other words, if you do not save the lock token that is provided [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/03/31/getting-the-lock-token-for-an-item-in-jackrabbit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AI-MAS 2010</title>
		<link>http://blog.ropardo.ro/2010/03/09/ai-mas-2010/</link>
		<comments>http://blog.ropardo.ro/2010/03/09/ai-mas-2010/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 12:41:57 +0000</pubDate>
		<dc:creator>Alexandru Georgescu</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1702</guid>
		<description><![CDATA[Two weeks ago I preferred the sleeping wagon of CFR instead of the driver seat of my car so I could travel to Bucharest where the AI-MAS Winter Olympics event took place and where Ropardo was one of the invitees. The reason I&#8217;m writing this so late is because just yesterday I came back from [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/03/09/ai-mas-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Tracking Client 1.6.5.</title>
		<link>http://blog.ropardo.ro/2010/01/15/filet-tracking-client-1-6-5/</link>
		<comments>http://blog.ropardo.ro/2010/01/15/filet-tracking-client-1-6-5/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 07:28:36 +0000</pubDate>
		<dc:creator>Alexandru Georgescu</dc:creator>
				<category><![CDATA[File Tracking Client]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1372</guid>
		<description><![CDATA[Version 1.6.5 of File Tracking Client was released containing bug fixes that are meant to smooth up the whole application. First of all the windows and dialogs were fixed so if they are rescaled, all their inner components change their size correspondingly. This creates a smooth look and feel on both Windows and Linux platforms [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/01/15/filet-tracking-client-1-6-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Tracking Client for Linux</title>
		<link>http://blog.ropardo.ro/2009/09/24/file-tracking-client-for-linux/</link>
		<comments>http://blog.ropardo.ro/2009/09/24/file-tracking-client-for-linux/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 07:31:31 +0000</pubDate>
		<dc:creator>Alexandru Georgescu</dc:creator>
				<category><![CDATA[File Tracking Client]]></category>
		<category><![CDATA[file tracking]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=531</guid>
		<description><![CDATA[The Linux version of our File Tracking Client application is now available for download from the project&#8217;s website or from its SourceForge repository. So, now there are three application downloads available: A Demo version for Windows platform A Demo version for Linux platform The production version that runs both on Windows and Linux (This requires [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/09/24/file-tracking-client-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collaboration Document Data-Tracking Client</title>
		<link>http://blog.ropardo.ro/2009/07/12/collaboration-document-data-tracking-client/</link>
		<comments>http://blog.ropardo.ro/2009/07/12/collaboration-document-data-tracking-client/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 10:49:01 +0000</pubDate>
		<dc:creator>Alexandru Georgescu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[traser]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/2009/02/12/collaboration-document-data-tracking-client/</guid>
		<description><![CDATA[After several months of development the Document Data-Tracking Client was released last week. It is an open-source desktop client application for the TraSer server and it is build upon the GUI4j framework. Also, it is available for download on Source Forge. The Data-Tracking client uses the TraSer server to store meta-data for projects, files, and [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/07/12/collaboration-document-data-tracking-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

