<?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; Gabriela Radu</title>
	<atom:link href="http://blog.ropardo.ro/author/gabriela-radu/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>Two options for showing properties from a .properties file</title>
		<link>http://blog.ropardo.ro/2010/07/15/two-options-to-show-properties-from-a-properties-file/</link>
		<comments>http://blog.ropardo.ro/2010/07/15/two-options-to-show-properties-from-a-properties-file/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 11:45:58 +0000</pubDate>
		<dc:creator>Gabriela Radu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[properties file]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2304</guid>
		<description><![CDATA[Task: Show in a jsp file some properties you have declared in a .properties file in the project Solution1: Use the Jquery Plugin for internationalization. Think of this as using the ResourseBundle of Java. Loading and parsing the information from the .properties files and showing them in the jsp page. This is the official documentation [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/07/15/two-options-to-show-properties-from-a-properties-file/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Uncaught System Error:org/apache/jaxme/JMElement in JNLP</title>
		<link>http://blog.ropardo.ro/2010/06/11/uncaught-system-errororgapachejaxmejmelement-in-jnlp/</link>
		<comments>http://blog.ropardo.ro/2010/06/11/uncaught-system-errororgapachejaxmejmelement-in-jnlp/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:42:03 +0000</pubDate>
		<dc:creator>Gabriela Radu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[JMElement]]></category>
		<category><![CDATA[jnlp]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2227</guid>
		<description><![CDATA[Wanting to implement a .jnlp jar for an application i run into this error that popped out in an error dialog &#8220;Uncaught System Error:org/apache/jaxme/JMElement&#8221; and after this, that project was blocked. Tools: Eclipse platform,  ANT The solution was more than simple, but did not &#8220;see it&#8221; right there and then. When creating a .jnlp jar [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/06/11/uncaught-system-errororgapachejaxmejmelement-in-jnlp/feed/</wfw:commentRss>
		<slash:comments>4</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>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>
		<item>
		<title>Analyzing an application with JProfiler Tool</title>
		<link>http://blog.ropardo.ro/2010/04/01/analyzing-an-application-with-jprofiler-tool/</link>
		<comments>http://blog.ropardo.ro/2010/04/01/analyzing-an-application-with-jprofiler-tool/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 12:13:27 +0000</pubDate>
		<dc:creator>Gabriela Radu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[CPU Profiling]]></category>
		<category><![CDATA[JProfiler]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1828</guid>
		<description><![CDATA[JProfiler is a modern and very useful Java tool for analyzing data. It&#8217;s dedicated to analyze J2EE, J2SE projects, and can integrate a number of IDE. An equivalent profiler for NetBeans is Jfluid Technology. JProfiler&#8217;s interface is user friendly and very fast in achieving the goal that came from the need to use an analyzing [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/04/01/analyzing-an-application-with-jprofiler-tool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Json, Struts and XWiki 2.1.1</title>
		<link>http://blog.ropardo.ro/2010/02/19/json-struts-and-xwiki-2-1-1/</link>
		<comments>http://blog.ropardo.ro/2010/02/19/json-struts-and-xwiki-2-1-1/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:15:28 +0000</pubDate>
		<dc:creator>Gabriela Radu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[xWiki]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[struts]]></category>
		<category><![CDATA[Xwiki]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1575</guid>
		<description><![CDATA[If you want to add a feature in XWiki, something that you cannot already find implemented in XWiki code zone, you should go to the core of this platform. Implementing something new, means interacting , adding new elements to XWiki sources. It means configuring the wiki to recognize your new features and then creating a [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/02/19/json-struts-and-xwiki-2-1-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XWiki comparison between versions 1.8  and 2.1.1, with macro snippet sample in xwiki 2.0 syntax</title>
		<link>http://blog.ropardo.ro/2010/01/27/xwiki-comparison-between-versions-1-8-and-2-1-1-with-macro-snippet-sample-in-xwiki-2-0-syntax/</link>
		<comments>http://blog.ropardo.ro/2010/01/27/xwiki-comparison-between-versions-1-8-and-2-1-1-with-macro-snippet-sample-in-xwiki-2-0-syntax/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:21:39 +0000</pubDate>
		<dc:creator>Gabriela Radu</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[xWiki]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[velocity]]></category>
		<category><![CDATA[xwiki 1.8]]></category>
		<category><![CDATA[xwiki2.1.1]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1447</guid>
		<description><![CDATA[This is just a study between 2 version of xwiki, to see on single page what were the changes.  All the information regarding the xwiki releases were taken from their official website. Xwiki1.8 features: choose new page syntax from a visual element in the interface when editing a page. Before this version the xwiki 2.0 [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/01/27/xwiki-comparison-between-versions-1-8-and-2-1-1-with-macro-snippet-sample-in-xwiki-2-0-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XEclipse, XWiki issues with sollutions</title>
		<link>http://blog.ropardo.ro/2009/12/09/xeclipse-xwiki-issues-with-sollutions/</link>
		<comments>http://blog.ropardo.ro/2009/12/09/xeclipse-xwiki-issues-with-sollutions/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 14:35:11 +0000</pubDate>
		<dc:creator>Gabriela Radu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[xWiki]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[velocity]]></category>
		<category><![CDATA[xeclipse]]></category>
		<category><![CDATA[Xwiki]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1220</guid>
		<description><![CDATA[Some tips to avoid a headacke when dealing with xwiki and xeclipse: Common ground: xwiki version: 2.0, xwiki syntax: 2.0 -&#62; If you need to create new and a lot of new documents in a space and time is limited for this activity, an error may occur when you close and want to reopen some [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/12/09/xeclipse-xwiki-issues-with-sollutions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Certificate Validation in an HTTPS Connection</title>
		<link>http://blog.ropardo.ro/2009/11/06/certificate-validation-in-an-https-connection/</link>
		<comments>http://blog.ropardo.ro/2009/11/06/certificate-validation-in-an-https-connection/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 15:01:19 +0000</pubDate>
		<dc:creator>Gabriela Radu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[keytool]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=965</guid>
		<description><![CDATA[By default, accessing an HTTPS URL using the URL class results in an exception if the server&#8217;s certificate chain cannot be validated has not previously been installed in the trust store. Working with: Eclipse as platform, JAVA for the programming language Purpose: certificate yourself to a webservice so that you can perform operations and access [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/11/06/certificate-validation-in-an-https-connection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hibernate MappingException error</title>
		<link>http://blog.ropardo.ro/2009/09/18/hibernate-mappingexception-error/</link>
		<comments>http://blog.ropardo.ro/2009/09/18/hibernate-mappingexception-error/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 14:11:24 +0000</pubDate>
		<dc:creator>Gabriela Radu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[entity-name]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[MappingException]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=487</guid>
		<description><![CDATA[When using Hibernate in a project, correct configuration of the service is a must, otherwise errors won&#8217;t let you alone :) Following the basic steps of configuration, I found myself facing an error, of which cause made no sense on the moment because I thought my configuration were correct. In the hibernate.cfg.xml file, sessionFactory was [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/09/18/hibernate-mappingexception-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

