<?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>Java Code Geeks &#187; Orest Ivasiv</title> <atom:link href="http://www.javacodegeeks.com/author/Orest-Ivasiv/feed/" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Tue, 18 Jun 2013 22:00:57 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Java PDF Libraries</title><link>http://www.javacodegeeks.com/2013/05/java-pdf-libraries.html</link> <comments>http://www.javacodegeeks.com/2013/05/java-pdf-libraries.html#comments</comments> <pubDate>Wed, 01 May 2013 22:00:43 +0000</pubDate> <dc:creator>Orest Ivasiv</dc:creator> <category><![CDATA[Desktop Java]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12248</guid> <description><![CDATA[Recently I had a task to select some Java PDF libraries for PDF generation. But it wasn&#8217;t a simple task. The first thing which came into my mind was iText. It&#8217;s well know Java library with good reputation. But&#8230; there is some stopper. iText version 5+ is released under the AGPL license. I.e. we have [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/java-pdf-libraries.html/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Internationalization vs Localization (i18n vs l10n)</title><link>http://www.javacodegeeks.com/2013/02/internationalization-vs-localization-i18n-vs-l10n.html</link> <comments>http://www.javacodegeeks.com/2013/02/internationalization-vs-localization-i18n-vs-l10n.html#comments</comments> <pubDate>Thu, 14 Feb 2013 20:00:17 +0000</pubDate> <dc:creator>Orest Ivasiv</dc:creator> <category><![CDATA[Software Development]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8611</guid> <description><![CDATA[I always had a trouble how to explain this subject to other people. That&#8217;s why I&#8217;ve decided to collect the main definitions (and explanations) of internationalization and localization in one place. W3C explain this concept pretty well: Internationalization is the design and development of a product, application or document content that enables easy localization for [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/internationalization-vs-localization-i18n-vs-l10n.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Jenkins hierarchical jobs and jobs status aggregation</title><link>http://www.javacodegeeks.com/2013/02/jenkins-hierarchical-jobs-and-jobs-status-aggregation.html</link> <comments>http://www.javacodegeeks.com/2013/02/jenkins-hierarchical-jobs-and-jobs-status-aggregation.html#comments</comments> <pubDate>Thu, 07 Feb 2013 20:00:37 +0000</pubDate> <dc:creator>Orest Ivasiv</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Continuous Integration]]></category> <category><![CDATA[Jenkins]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8242</guid> <description><![CDATA[As you probably know, Jenkins is highly configurable CI server. We can setup different custom build process. And I&#8217;m going to share some approach I&#8217;ve been using to setup the hierarchy of Jenkins&#8217; jobs. Here is use case: We have one main entry job which is invoked to start the whole build process. This job [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/jenkins-hierarchical-jobs-and-jobs-status-aggregation.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Jenkins enhancements without plugins</title><link>http://www.javacodegeeks.com/2013/01/jenkins-enhancements-without-plugins.html</link> <comments>http://www.javacodegeeks.com/2013/01/jenkins-enhancements-without-plugins.html#comments</comments> <pubDate>Tue, 01 Jan 2013 20:00:54 +0000</pubDate> <dc:creator>Orest Ivasiv</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[Jenkins]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=6382</guid> <description><![CDATA[Jenkins is a popular open source continuous integration server. I use it heavily. Jenkins is super extensible CI server with huge plugins repository. But I must admit that there are a lot of cases when all these Jenkins plugin&#8217;s &#8216;zoo&#8217; doesn&#8217;t help. What does it mean?: we need a tons of plugin to solve some [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/01/jenkins-enhancements-without-plugins.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Github Gists in Eclipse</title><link>http://www.javacodegeeks.com/2012/10/github-gists-in-eclipse.html</link> <comments>http://www.javacodegeeks.com/2012/10/github-gists-in-eclipse.html#comments</comments> <pubDate>Sat, 27 Oct 2012 11:25:59 +0000</pubDate> <dc:creator>Orest Ivasiv</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Eclipse]]></category> <category><![CDATA[Git]]></category> <category><![CDATA[GitHub]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=2506</guid> <description><![CDATA[I&#8217;d like to describe simple steps regarding integrating GitHub Gists in Eclipse. There are several sources which provoke me to do this: GitHub Mylyn connector for Eclipse EGit/GitHub/User Guide http://eclipse.github.com I&#8217;ve been using Eclipse Java EE destibution, Mylyn plugin has been already installed there: 1. Install EGit plugin via Eclipse Marketplace: 2. Install GitHub Mylyn [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/10/github-gists-in-eclipse.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Maven Build Number Plugin &#8211; Sample Usage</title><link>http://www.javacodegeeks.com/2012/10/maven-build-number-plugin-sample-usage.html</link> <comments>http://www.javacodegeeks.com/2012/10/maven-build-number-plugin-sample-usage.html#comments</comments> <pubDate>Wed, 03 Oct 2012 22:00:00 +0000</pubDate> <dc:creator>Orest Ivasiv</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Apache Maven]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/maven-build-number-plugin-sample-usage.html</guid> <description><![CDATA[Suppose we need to add a build number to some artifact (jar, war, etc.). Here I&#8217;d like to demonstrate the usage of buildnumber-maven-plugin. This post is based on: http://mojo.codehaus.org/buildnumber-maven-plugin/usage.html http://www.site.lalitbhatt.com/maven-build-number-plugin http://blog.peterlynch.ca/2009/11/buildnumber-maven-plugin-helpful.html http://apollo.ucalgary.ca/tlcprojectswiki/index.php/Public/Project_Versioning_-_Best_Practices#Build_Versioning We have some project and need to include into jar manifest file sequential build number which isn&#8217;t based on VCS (SVN, Git, Mercurial, [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/10/maven-build-number-plugin-sample-usage.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Java Code Quality Tools &#8211; Overview</title><link>http://www.javacodegeeks.com/2012/10/java-code-quality-tools-overview.html</link> <comments>http://www.javacodegeeks.com/2012/10/java-code-quality-tools-overview.html#comments</comments> <pubDate>Mon, 01 Oct 2012 13:00:00 +0000</pubDate> <dc:creator>Orest Ivasiv</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Code Quality]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/java-code-quality-tools-overview.html</guid> <description><![CDATA[Recently, I had a chance to present the subject at the local IT community meetup. Here is the basic presentation: Java Code Quality Tools &#160; &#160;and more meaningful mind map: But, I think I need to cover this subject more deeply. This blog post should be something like start point for further investigation in this [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/10/java-code-quality-tools-overview.html/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/10 queries in 0.058 seconds using apc
Object Caching 1077/1148 objects using apc
Content Delivery Network via jcg.javacodegeeks.netdna-cdn.com

Served from: www.javacodegeeks.com @ 2013-06-19 06:13:31 -->