<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Dragisa Krsmanovic</title>
	<link>http://www.dragishak.com</link>
	<description>Blog</description>
	<lastBuildDate>Thu, 26 Aug 2010 00:41:33 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Merging EOL and Freebase</title>
		<description><![CDATA[I wrote a simple Acre application that allows users to easily add EOL keys to Freebase organism classification.
Encyclopedia of Life is an ambitious project to create &#8220;.. electronic page for each species of organism on Earth..&#8221; and Freebase is a open structured data repository recently purchased by Google.
Go to app: http://eolfetch.freebaseapps.com/ (you need to have [...]]]></description>
		<link>http://www.dragishak.com/?p=274</link>
			</item>
	<item>
		<title>ActiveMQ flow control and Apache Camel transacted route gotchas</title>
		<description><![CDATA[We have a system that uses Apache Camel and ActiveMQ. It handles periodic bursts of 20,000 messages. The end consumer is slow and it takes about an hour to process all the messages. On their route, messages are passed from one queue to another. On our production system we stumbled onto an unexpected problem. After [...]]]></description>
		<link>http://www.dragishak.com/?p=254</link>
			</item>
	<item>
		<title>Solr DisMax parser and stop words</title>
		<description><![CDATA[If you want to use DisMax parser in Solr you need to be careful how to index the fields that DisMax will be using.
If you mix fields that filter out stop words (plain text) and fields that do not filter out stop words (like author names), your simple queries might end up with no results. [...]]]></description>
		<link>http://www.dragishak.com/?p=125</link>
			</item>
	<item>
		<title>XSLT Unicode Horror</title>
		<description><![CDATA[Different Java XSLT implementation have different handling of UTF-8 characters. Here is test code that parses UTF-8 XML into DOM document and then serializes it using a transformer.



System.out.println&#40;&#34; &#160; &#160;SOURCE: &#160;&#34; + source&#41;;


DocumentBuilderFactory builderFactory = DocumentBuilderFactory.newInstance&#40;parserClass, TestUnicode.class.getClassLoader&#40;&#41;&#41;;


Document document = builderFactory.newDocumentBuilder&#40;&#41;.parse&#40;new InputSource&#40;new StringReader&#40;source&#41;&#41;&#41;;


TransformerFactory transformerFactory = TransformerFactory.newInstance&#40;transformerClass, TestUnicode.class.getClassLoader&#40;&#41;&#41;;


StringWriter writer = new StringWriter&#40;&#41;;


transformerFactory.newTransformer&#40;&#41;.transform&#40;new DOMSource&#40;document&#41;, new StreamResult&#40;writer&#41;&#41;;


System.out.println&#40;&#34; &#160; &#160;RESULT: [...]]]></description>
		<link>http://www.dragishak.com/?p=131</link>
			</item>
	<item>
		<title>Nasty bug with generics and introspection</title>
		<description><![CDATA[


public class Test &#123;


&#160;


&#160; public static interface Foo&#60;T&#62; &#123;


&#160; &#160; public T getX&#40;&#41;;


&#160; &#125;


&#160;


&#160; public static class Bar implements Foo&#60;String&#62; &#123;


&#160; &#160; public String getX&#40;&#41; &#123;


&#160; &#160; &#160; return &#34;Hello World&#34;;


&#160; &#160; &#125;


&#160; &#125;


&#160;


&#160; public static void main&#40;String&#91;&#93; args&#41; &#123;


&#160; &#160; Method&#91;&#93; methods = Bar.class.getDeclaredMethods&#40;&#41;;


&#160;


&#160; &#160; for &#40;Method method : methods&#41; &#123;


&#160; &#160; &#160; System.out.println&#40;method.getReturnType&#40;&#41;.toString&#40;&#41;+&#34; [...]]]></description>
		<link>http://www.dragishak.com/?p=108</link>
			</item>
	<item>
		<title>RDFa on PLoS</title>
		<description><![CDATA[After the last release, all PLoS articles are tagged with RDFa.
For example, go to this article. To view triples from the page use Firefox Operator plugin or GetN3. You should see following Dublin Core triples.



&#60;http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0007043&#62; &#60;http://purl.org/dc/terms/language&#62; &#34;en&#34; .



&#60;http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0007043&#62; &#60;http://purl.org/dc/terms/publisher&#62; &#34;Public Library of Science&#34; .



&#60;http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0007043&#62; &#60;http://purl.org/dc/terms/type&#62; &#60;http://purl.org/dc/dcmitype/Text&#62; .



&#60;http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0007043&#62; &#60;http://purl.org/dc/terms/title&#62; &#34;Anesthetics Rapidly Promote Synaptogenesis during a Critical [...]]]></description>
		<link>http://www.dragishak.com/?p=78</link>
			</item>
	<item>
		<title>Hoy Kid</title>
		<description><![CDATA[Laurie wrote another article for Mission Local, San Francisco Mission neighborhood blog/news site. Hoy Kids is turning into a regular column. And my baby boy is on the front page !
Read the article&#62;
]]></description>
		<link>http://www.dragishak.com/?p=72</link>
			</item>
	<item>
		<title>Birth &#8211; A Play by Karen Brody</title>
		<description><![CDATA[
Laurie performed last weekend in play Birth by Karen Brody and directed by Aimée Miles. It was a performance for the Birth Fest 2008 in San Francisco. Birth Fest is an event created to support midwifery and natural birth.
Laurie got an additional applause after showing her belly !
]]></description>
		<link>http://www.dragishak.com/?p=68</link>
			</item>
	<item>
		<title>New Job</title>
		<description><![CDATA[





Next week I will be starting as a software developer at Public Library of Science.
I spent more than 7 years at Xpiron. This is the longest time I spent at any company. I went through Xpiron&#8217;s ups and downs. Xpiron is now a stable company with solid number of customers and a promising future. It [...]]]></description>
		<link>http://www.dragishak.com/?p=58</link>
			</item>
	<item>
		<title>It&#8217;s a Boy !</title>
		<description><![CDATA[
Click for larger version&#62;
]]></description>
		<link>http://www.dragishak.com/?p=57</link>
			</item>
</channel>
</rss>
