<?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; Java</title>
	<atom:link href="http://blog.ropardo.ro/tag/java/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>jColibri  and data base connectors</title>
		<link>http://blog.ropardo.ro/2011/04/18/jcolibri-and-data-base-connectors/</link>
		<comments>http://blog.ropardo.ro/2011/04/18/jcolibri-and-data-base-connectors/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 13:02:41 +0000</pubDate>
		<dc:creator>Stelian Morariu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Case Based Reasoning]]></category>
		<category><![CDATA[CBR]]></category>
		<category><![CDATA[jColibri]]></category>
		<category><![CDATA[jColibri2]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2952</guid>
		<description><![CDATA[jColibri is a Java framework developed for designing and implementing Cased Based Reasoning  (CBR) applications.  CBR is the process of solving new problems based on the solutions from past problems and has been developed by Roger Schank together with his students from the Yale University in the early 1980. Since then, CBR has become one [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2011/04/18/jcolibri-and-data-base-connectors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Regular expressions</title>
		<link>http://blog.ropardo.ro/2010/12/02/regular-expressions/</link>
		<comments>http://blog.ropardo.ro/2010/12/02/regular-expressions/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 09:49:35 +0000</pubDate>
		<dc:creator>Alina Hila</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[match]]></category>
		<category><![CDATA[matcher]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[piece]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[whole string]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2769</guid>
		<description><![CDATA[Regular expressions (or regexp) are used in programming to identify a template, a model, or elements that repeat in a predictable manner. They are a special sequence of characters that help you match or find strings or sets of strings, using a specialized syntax. Regular expressions reduce development time, because it takes only one line [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/12/02/regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JAX-WS Webservices</title>
		<link>http://blog.ropardo.ro/2010/10/27/jax-ws-webservices/</link>
		<comments>http://blog.ropardo.ro/2010/10/27/jax-ws-webservices/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 11:27:18 +0000</pubDate>
		<dc:creator>Alina Hila</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[annotation]]></category>
		<category><![CDATA[jax-ws]]></category>
		<category><![CDATA[jaxb]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2598</guid>
		<description><![CDATA[This article will briefly describe how to create a JAX-WS webservice with JBoss 5.1 and how to avoid JAXB serialization/deserialization problems that might arise during the deploy process of the webservice. JAX-WS stands as an acronym for Java API for XML Web Services and is a Java API for creating web services and is a [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/10/27/jax-ws-webservices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>SQL Transactions in Java</title>
		<link>http://blog.ropardo.ro/2010/06/11/sql-transactions-in-java/</link>
		<comments>http://blog.ropardo.ro/2010/06/11/sql-transactions-in-java/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:41:58 +0000</pubDate>
		<dc:creator>Gabriela Radu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[rollback]]></category>
		<category><![CDATA[savepoints]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[transactions]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2215</guid>
		<description><![CDATA[1. Rollback all data on import from a table if a row is corrupted.You have a list of sql queries as a parameter: - create database connection: Connection connection = Database.getInstance&#40;&#41;.getConnection&#40;&#41;; - set autocommit on false : connection.setAutoCommit&#40;false&#41;; (read note1*) - declare a boolean variable that will be set on true if all is going [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/06/11/sql-transactions-in-java/feed/</wfw:commentRss>
		<slash:comments>4</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>Integrating Lotus Notes applications with web services(Part 2)</title>
		<link>http://blog.ropardo.ro/2010/05/14/integrating-lotus-notes-applications-with-web-servicespart-2/</link>
		<comments>http://blog.ropardo.ro/2010/05/14/integrating-lotus-notes-applications-with-web-servicespart-2/#comments</comments>
		<pubDate>Fri, 14 May 2010 16:06:20 +0000</pubDate>
		<dc:creator>Ioan Seicean</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[parsing Xml]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[Xstream]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2050</guid>
		<description><![CDATA[Once we received the information from the web services, the next step was to parse that stream in order to get the necessary data. I needed a quick and easy way of doing this. After a little search on the existing solutions, I have chosen to use Xstream library. It&#8217;s simple to work with and [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/05/14/integrating-lotus-notes-applications-with-web-servicespart-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Login module via LDAP with Active Directory User in Java</title>
		<link>http://blog.ropardo.ro/2010/05/14/login-module-via-ldap-with-active-directory-user-in-java/</link>
		<comments>http://blog.ropardo.ro/2010/05/14/login-module-via-ldap-with-active-directory-user-in-java/#comments</comments>
		<pubDate>Fri, 14 May 2010 07:11:10 +0000</pubDate>
		<dc:creator>Alina Hila</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[authentification]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2034</guid>
		<description><![CDATA[In this article I will briefly describe the steps needed for creating a user login for an application with users registered in an Active Directory. Login will be done via LDAP protocol, and the credentials will be matched against the Active Directory registered user&#8217;s credentials. Active Directory (AD) provides a variety of network services including [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/05/14/login-module-via-ldap-with-active-directory-user-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parse an XML file issue</title>
		<link>http://blog.ropardo.ro/2010/05/06/parse-an-xml-file-issue/</link>
		<comments>http://blog.ropardo.ro/2010/05/06/parse-an-xml-file-issue/#comments</comments>
		<pubDate>Thu, 06 May 2010 08:41:50 +0000</pubDate>
		<dc:creator>Gabriela Radu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[parsing Xml]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2005</guid>
		<description><![CDATA[If you wish to create an XML file and then parse it to use the containing information for some other logic you should keep in mind a small, but annoying &#8220;feature&#8221;. Error : -&#62; org.xml.sax.SAXParseException: Content is not allowed in prolog. Why: -&#62; Java known bug: A Utf-8 stream can optionally beign with a byte [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/05/06/parse-an-xml-file-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

