<?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>Programming stuff: Bash, Linux, SQL and Java &#187; java</title>
	<atom:link href="http://bash.editia.info/linux/java/feed" rel="self" type="application/rss+xml" />
	<link>http://bash.editia.info</link>
	<description>Programming Linux Java Bash Perl performance SQL</description>
	<lastBuildDate>Thu, 24 Jun 2010 08:10:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>firefox extension for comparing prices for romanian online stores</title>
		<link>http://bash.editia.info/java-firefox-extension-for-comparing-prices-for-romanian-online-stores-26.php</link>
		<comments>http://bash.editia.info/java-firefox-extension-for-comparing-prices-for-romanian-online-stores-26.php#comments</comments>
		<pubDate>Wed, 24 Dec 2008 11:49:00 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://bash.editia.info/firefox-extension-for-comparing-prices-for-romanian-online-stores~java~26.html</guid>
		<description><![CDATA[UPDATE: if you took it from mozilla website, updates won&#8217;t work, you should manually uninstall it and install it again from https://addons.mozilla.org/en-US/firefox/addon/11290.altctrl is still experimental addon, and it needs reviews on the mozilla website in order to go to public state. so if you like it, you can add some review there.
you can take it [...]]]></description>
		<wfw:commentRss>http://bash.editia.info/java-firefox-extension-for-comparing-prices-for-romanian-online-stores-26.php/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>struts and continuations in  jetty</title>
		<link>http://bash.editia.info/java-struts-and-continuations-in-jetty-22.php</link>
		<comments>http://bash.editia.info/java-struts-and-continuations-in-jetty-22.php#comments</comments>
		<pubDate>Sun, 25 May 2008 17:26:05 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://bash.editia.info/struts-and-continuations-in-jetty~java~22.html</guid>
		<description><![CDATA[we have a web application at work, that updates a web page comet style.
it is running on tomcat.
the update is done based on some events from a backend application, and the connections are kept open for a long time, untill the event triggers the update.
we had the 1 thread per connection situation and as the [...]]]></description>
		<wfw:commentRss>http://bash.editia.info/java-struts-and-continuations-in-jetty-22.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>get rid of class information from logging</title>
		<link>http://bash.editia.info/java-get-rid-of-class-information-from-logging-20.php</link>
		<comments>http://bash.editia.info/java-get-rid-of-class-information-from-logging-20.php#comments</comments>
		<pubDate>Sun, 08 Jul 2007 07:29:53 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://bash.editia.info/get-rid-of-class-information-from-logging~java~20.html</guid>
		<description><![CDATA[if you want to remove class and method information line when you do logging with java.util.logging , then you have 2 choices:1. subClass your handler and make your own publish methodor2. subClass the formatter you pass to the handler and modify the format(LogRecord record) method.
i did the second one.here it is:  public String format(LogRecord [...]]]></description>
		<wfw:commentRss>http://bash.editia.info/java-get-rid-of-class-information-from-logging-20.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql-jdbc insert optimisation</title>
		<link>http://bash.editia.info/java-mysql-jdbc-insert-optimisation-14.php</link>
		<comments>http://bash.editia.info/java-mysql-jdbc-insert-optimisation-14.php#comments</comments>
		<pubDate>Tue, 21 Nov 2006 10:08:56 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://bash.editia.info/mysql-jdbc-insert-optimisation~java~14.html</guid>
		<description><![CDATA[Today, at work, we faced insert and delete problems in our mysql database.usually we have bulks of inserts/updates/deletes from a backend engine, and selects from the website.the inserts/updates/deletes bulks are usually around 100-500, but at peak times it goes up to 40 000.the application that does it is a java application and it does it [...]]]></description>
		<wfw:commentRss>http://bash.editia.info/java-mysql-jdbc-insert-optimisation-14.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java GPL &#8211; my ideal ./configure line</title>
		<link>http://bash.editia.info/java-java-gpl-my-ideal-configure-line-13.php</link>
		<comments>http://bash.editia.info/java-java-gpl-my-ideal-configure-line-13.php#comments</comments>
		<pubDate>Mon, 20 Nov 2006 08:18:36 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://bash.editia.info/java-gpl-my-ideal-configure-line~java~13.html</guid>
		<description><![CDATA[for my swing applications:./configure &#8211;without-corba &#8211;without-rmi &#8211;without-imageio &#8211;without-management &#8211;without-namingand in java6, &#8211;without-derbyalso: &#8211;enable-opengl and all those desktop and swing optimisations availbale.
but i figure i have to wait before i can do this.
]]></description>
		<wfw:commentRss>http://bash.editia.info/java-java-gpl-my-ideal-configure-line-13.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
