<?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 Beans dot Asia</title> <atom:link href="http://javabeans.asia/feed" rel="self" type="application/rss+xml" /><link>http://javabeans.asia</link> <description>Just a few simple tutorials ...</description> <lastBuildDate>Sun, 29 Aug 2010 10:39:58 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Convert XML into POJO using HierarchicalStreamReader</title><link>http://javabeans.asia/2010/08/29/convert-xml-into-pojo-using-hierarchicalstreamreader.html</link> <comments>http://javabeans.asia/2010/08/29/convert-xml-into-pojo-using-hierarchicalstreamreader.html#comments</comments> <pubDate>Sun, 29 Aug 2010 07:55:31 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[java]]></category> <category><![CDATA[xml]]></category> <category><![CDATA[HierarchicalStreamReader]]></category> <category><![CDATA[marshalling]]></category> <category><![CDATA[serialization]]></category> <category><![CDATA[xml marshalling]]></category><guid isPermaLink="false">http://javabeans.asia/?p=744</guid> <description><![CDATA[In this example I would like to show how unmarshall XML into a POJO using HierarchicalStreamReader. I am new to a HierarchicalStreamReader, so I decided to write a tutorial about it. In the current example, I will develop an application which will convert customer&#8217;s purchase history into a domain model. The domain objects Purchase, Item [...]Related posts:<ol><li><a href='http://javabeans.asia/2008/04/30/serialize_pojo_to_xml.html' rel='bookmark' title='Permanent Link: Serialize POJO to XML'>Serialize POJO to XML</a> <small>Today my colleague, Chandana was trying to convert POJO to...</small></li><li><a href='http://javabeans.asia/2008/06/04/marshalling_vs_serialization.html' rel='bookmark' title='Permanent Link: Marshalling VS Serialization'>Marshalling VS Serialization</a> <small>The two terms are very very similar, and often treated...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2010/08/29/convert-xml-into-pojo-using-hierarchicalstreamreader.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Right Tool For the Right Job</title><link>http://javabeans.asia/2010/08/28/right-tool-for-the-right-job.html</link> <comments>http://javabeans.asia/2010/08/28/right-tool-for-the-right-job.html#comments</comments> <pubDate>Sat, 28 Aug 2010 00:05:47 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[app servers]]></category> <category><![CDATA[java]]></category> <category><![CDATA[jboss]]></category> <category><![CDATA[tomcat]]></category> <category><![CDATA[j2ee]]></category> <category><![CDATA[jboss applications]]></category> <category><![CDATA[jboss5.x]]></category> <category><![CDATA[web-services]]></category><guid isPermaLink="false">http://javabeans.asia/?p=739</guid> <description><![CDATA[I wanted to start a discussion what is the better choice for an application server when building an enterprise J2E application? Should one go for a Tomcat + Spring combination which provide light-weight simplified alternative to JEE container or should more heavy weight app server like JBoss be considered? I have found some resources on [...]Related posts:<ol><li><a href='http://javabeans.asia/2008/05/01/using_template_to_deploy_a_jboss_queue.html' rel='bookmark' title='Permanent Link: Using Template to Deploy a JBoss Queue'>Using Template to Deploy a JBoss Queue</a> <small>Currently I am involved in a project, where I have...</small></li><li><a href='http://javabeans.asia/2008/05/31/jboss_clustering_architecture_distributed_replicant_manager.html' rel='bookmark' title='Permanent Link: JBoss Clustering Architecture &#8211; Distributed Replicant Manager'>JBoss Clustering Architecture &#8211; Distributed Replicant Manager</a> <small>My understanding of Distributed Replicant Manager (DRM) is that it...</small></li><li><a href='http://javabeans.asia/2008/06/04/marshalling_vs_serialization.html' rel='bookmark' title='Permanent Link: Marshalling VS Serialization'>Marshalling VS Serialization</a> <small>The two terms are very very similar, and often treated...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2010/08/28/right-tool-for-the-right-job.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Installing Ubuntu 10.04.1 on Dell laptop</title><link>http://javabeans.asia/2010/08/27/installing-ubuntu-10-04-1-on-dell-laptop.html</link> <comments>http://javabeans.asia/2010/08/27/installing-ubuntu-10-04-1-on-dell-laptop.html#comments</comments> <pubDate>Fri, 27 Aug 2010 11:36:55 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[linux]]></category> <category><![CDATA[dell]]></category> <category><![CDATA[linux install]]></category><guid isPermaLink="false">http://javabeans.asia/?p=735</guid> <description><![CDATA[I got a new Dell Latitude e6410 from work. After trying Windows it for a few days, I decided to get back to Ubuntu, since I really prefer developing on Linux. Unfortunately, after booting from live CD my screen started showing me colorful snow and flickering. The moment I select the language and choose to [...]Related posts:<ol><li><a href='http://javabeans.asia/2009/09/08/you_gotta_love_linux.html' rel='bookmark' title='Permanent Link: You Gotta Love Linux'>You Gotta Love Linux</a> <small>Last Friday as I was working, I was asked to...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2010/08/27/installing-ubuntu-10-04-1-on-dell-laptop.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Are There No Other Developing Platforms?</title><link>http://javabeans.asia/2010/07/11/are-there-no-other-developing-platforms.html</link> <comments>http://javabeans.asia/2010/07/11/are-there-no-other-developing-platforms.html#comments</comments> <pubDate>Sun, 11 Jul 2010 08:43:43 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[java]]></category> <category><![CDATA[off topic]]></category><guid isPermaLink="false">http://javabeans.asia/?p=723</guid> <description><![CDATA[I came across a video called Java 4-Ever Trailer. Produced by guys at Java Zone.  Its a trailer about supposedly upcoming movie about an average family living in .NET world.  Their son grows up to be rebellious by starting to experiment with Java as a teenager. I think it is absolutely hilarious. I had to [...]Related posts:<ol><li><a href='http://javabeans.asia/2008/05/05/multiple_return_statements.html' rel='bookmark' title='Permanent Link: Multiple Return Statements'>Multiple Return Statements</a> <small>Yesterday I had a thought in my mind (which is...</small></li><li><a href='http://javabeans.asia/2008/05/06/bitwise_operation_in_hibernate_3.html' rel='bookmark' title='Permanent Link: Bitwise Operation In Hibernate 3'>Bitwise Operation In Hibernate 3</a> <small>Hi all&#8230; i encountered a small problem in doing bitwise...</small></li><li><a href='http://javabeans.asia/2008/09/06/singleton_pattern_and_problem_with_double_checked_locking.html' rel='bookmark' title='Permanent Link: Singleton Pattern and Problem With Double Checked Locking'>Singleton Pattern and Problem With Double Checked Locking</a> <small>There are several ways to initialize singleton object. Some are...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2010/07/11/are-there-no-other-developing-platforms.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Web Applications with AJAX, Servlets and JSON (Chinese Version)</title><link>http://javabeans.asia/2010/07/10/web-applications-with-ajax-servlets-and-json-chinese-version.html</link> <comments>http://javabeans.asia/2010/07/10/web-applications-with-ajax-servlets-and-json-chinese-version.html#comments</comments> <pubDate>Sat, 10 Jul 2010 13:33:20 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[ajax]]></category> <category><![CDATA[servlets]]></category> <category><![CDATA[xml]]></category><guid isPermaLink="false">http://javabeans.asia/?p=716</guid> <description><![CDATA[在这篇文章中，我想说明如何的JSON（JavaScript对象 符号）和Java Servlet可以同时使用在一个小的AJAX（(Asynchronous JavaScript and XML）的应用。为了作简要介绍那些谁不熟悉使用JSON密切。JSON是一种表示数据，这使得工作轻量级语法 它比更愉快，使AJAX应用程序的XML 快。此外，当使用JSON工作，没有任何一个XML需要 解析。Related posts:<ol><li><a href='http://javabeans.asia/2009/09/13/redefining_web_applications_with_ajax_servlets_and_json.html' rel='bookmark' title='Permanent Link: Redefining Web Applications with AJAX, Servlets and JSON'>Redefining Web Applications with AJAX, Servlets and JSON</a> <small>In this article I would like to show how JSON...</small></li><li><a href='http://javabeans.asia/2008/04/30/serialize_pojo_to_xml.html' rel='bookmark' title='Permanent Link: Serialize POJO to XML'>Serialize POJO to XML</a> <small>Today my colleague, Chandana was trying to convert POJO to...</small></li><li><a href='http://javabeans.asia/2008/05/01/using_template_to_deploy_a_jboss_queue.html' rel='bookmark' title='Permanent Link: Using Template to Deploy a JBoss Queue'>Using Template to Deploy a JBoss Queue</a> <small>Currently I am involved in a project, where I have...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2010/07/10/web-applications-with-ajax-servlets-and-json-chinese-version.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>CSS Modal Dialog With Semi Transparent Border</title><link>http://javabeans.asia/2010/05/15/css-modal-dialog-with-semi-transparent-border.html</link> <comments>http://javabeans.asia/2010/05/15/css-modal-dialog-with-semi-transparent-border.html#comments</comments> <pubDate>Sat, 15 May 2010 09:29:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[css]]></category> <category><![CDATA[css dialog]]></category> <category><![CDATA[css modal dialog]]></category> <category><![CDATA[css popup]]></category> <category><![CDATA[css popup box]]></category> <category><![CDATA[jquery]]></category> <category><![CDATA[semi opaque background]]></category> <category><![CDATA[semi opaque border]]></category> <category><![CDATA[semi transparent background]]></category> <category><![CDATA[semi transparent border]]></category><guid isPermaLink="false">http://javabeans.asia/2010/05/15/css_modal_dialog_with_semi_transparent_border.html</guid> <description><![CDATA[Few days ago I was working on UI for one of my projects. I needed to create a pop up dialog with semi opaque background around it, something like Facebook has.  Since my CSS skills are not too powerful, I turned to Google to look for a tutorial(s). Many resources that I have found, make [...]No related posts.]]></description> <wfw:commentRss>http://javabeans.asia/2010/05/15/css-modal-dialog-with-semi-transparent-border.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Social Networking: The Next Big Thing?</title><link>http://javabeans.asia/2010/05/12/social_networking_the_next_big_thing.html</link> <comments>http://javabeans.asia/2010/05/12/social_networking_the_next_big_thing.html#comments</comments> <pubDate>Tue, 11 May 2010 23:38:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[off topic]]></category> <category><![CDATA[myzerr]]></category> <category><![CDATA[online bargains]]></category> <category><![CDATA[online deals]]></category> <category><![CDATA[social networking]]></category><guid isPermaLink="false">http://javabeans.asia/2010/05/12/social_networking_the_next_big_thing.html</guid> <description><![CDATA[I came across a new social site couple of days ago. This happened purely by accident &#8211; I was trying to book a cafe shop or a bar for a company&#8217;s lunch out and was searching for some cheap bargains for a group booking. The Google search has led me to MyZerr.com. The first thought [...]No related posts.]]></description> <wfw:commentRss>http://javabeans.asia/2010/05/12/social_networking_the_next_big_thing.html/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>On the Hunt Again and Need Your Help</title><link>http://javabeans.asia/2010/05/08/on_the_hunt_again_and_need_your_help.html</link> <comments>http://javabeans.asia/2010/05/08/on_the_hunt_again_and_need_your_help.html#comments</comments> <pubDate>Sat, 08 May 2010 13:32:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[off topic]]></category> <category><![CDATA[aggregator]]></category> <category><![CDATA[australia jobs]]></category> <category><![CDATA[job]]></category> <category><![CDATA[job search]]></category> <category><![CDATA[jobs australia]]></category> <category><![CDATA[premium sms]]></category> <category><![CDATA[programmer jobs]]></category> <category><![CDATA[resume]]></category> <category><![CDATA[sms gateway]]></category><guid isPermaLink="false">http://javabeans.asia/2010/05/08/on_the_hunt_again_and_need_your_help.html</guid> <description><![CDATA[Well, I have decided &#8211; its time for me to move on&#8230; Although my current company was/is a good home for over two years, it is time for me to look for another job. I was hired as a J2EE developer by my current company, but after the Java project has finished, I ended up [...]No related posts.]]></description> <wfw:commentRss>http://javabeans.asia/2010/05/08/on_the_hunt_again_and_need_your_help.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Generate PDF with Flying Saucer and iText by Adding Font Files</title><link>http://javabeans.asia/2010/02/23/generate_pdf_with_flying_saucer_and_itext_by_adding_font_files.html</link> <comments>http://javabeans.asia/2010/02/23/generate_pdf_with_flying_saucer_and_itext_by_adding_font_files.html#comments</comments> <pubDate>Tue, 23 Feb 2010 11:04:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[java]]></category> <category><![CDATA[flying saucer]]></category> <category><![CDATA[font]]></category> <category><![CDATA[itext]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf export]]></category> <category><![CDATA[pdf generation]]></category><guid isPermaLink="false">http://javabeans.asia/2010/02/23/generate_pdf_with_flying_saucer_and_itext_by_adding_font_files.html</guid> <description><![CDATA[In this post, I would like to show how to load font files and format specific sections of the document at run time, when generating PDF document using Flying Saucer and iText libraries. I will create a String that has a structure of valid XHTML file. The content of String is what going to be [...]Related posts:<ol><li><a href='http://javabeans.asia/2009/04/10/export_pebble_blog_entry_to_pdf_plugin.html' rel='bookmark' title='Permanent Link: Export Pebble Blog Entry to PDF Plugin'>Export Pebble Blog Entry to PDF Plugin</a> <small>In one of my previous posts, I described how I...</small></li><li><a href='http://javabeans.asia/2009/03/28/export_to_pdf_using_itext_and_flying_saucer.html' rel='bookmark' title='Permanent Link: Export to PDF using iText and Flying Saucer'>Export to PDF using iText and Flying Saucer</a> <small>In my previous post I attempted to generate PDF on...</small></li><li><a href='http://javabeans.asia/2009/04/11/online_pdf_generator.html' rel='bookmark' title='Permanent Link: Online PDF Generator'>Online PDF Generator</a> <small>Online PDF generator now available. This simple but useful online...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2010/02/23/generate_pdf_with_flying_saucer_and_itext_by_adding_font_files.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Enriching Rich Internet Applications with Rule-Based Reasoning</title><link>http://javabeans.asia/2010/02/23/enriching_rich_internet_applications_with_rule_based_reasoning.html</link> <comments>http://javabeans.asia/2010/02/23/enriching_rich_internet_applications_with_rule_based_reasoning.html#comments</comments> <pubDate>Mon, 22 Feb 2010 14:00:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[drools]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[json]]></category> <category><![CDATA[firefox add-on]]></category> <category><![CDATA[json rules]]></category> <category><![CDATA[ria]]></category> <category><![CDATA[web rules]]></category><guid isPermaLink="false">http://javabeans.asia/2010/02/23/enriching_rich_internet_applications_with_rule_based_reasoning.html</guid> <description><![CDATA[I came across a Firefox Add-On today by Matthias Tylkowski, that lets user to modify the browser view of his/her preferred web pages. For example, user can modify the appearance of cnn.com to suit his/her needs. The add-on or the web rules is a JSON-based rule language, where each rule is a JSON object. In [...]No related posts.]]></description> <wfw:commentRss>http://javabeans.asia/2010/02/23/enriching_rich_internet_applications_with_rule_based_reasoning.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Работать будучи студентом в Австралии</title><link>http://javabeans.asia/2010/02/22/working_as_a_student_in_australia.html</link> <comments>http://javabeans.asia/2010/02/22/working_as_a_student_in_australia.html#comments</comments> <pubDate>Mon, 22 Feb 2010 08:55:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[off topic]]></category> <category><![CDATA[immigration]]></category><guid isPermaLink="false">http://javabeans.asia/2010/02/22/1266828900000.html</guid> <description><![CDATA[В последнее время участились вопросы по этой теме: А могу ли я то&#8230; а могу ли я это&#8230; а что можно&#8230; и так далее. Я попытаюсь описать реальность поиска работы будучи студентом в Австралии. Я сам был студентом здесь и у меня есть/было много друзей студентов, так что считаю что мое мнение довольно обьективное. В [...]Related posts:<ol><li><a href='http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-1.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 1'>Правильный настрой по приезду в Австралию &#8211; Часть 1</a> <small>В этой теме я хочу дать несколько советов что и...</small></li><li><a href='http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-2.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 2'>Правильный настрой по приезду в Австралию &#8211; Часть 2</a> <small>Ниже приведен совет Владимира, читайте его блог Провинциальная Австралия &#8211;...</small></li><li><a href='http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-3.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 3'>Правильный настрой по приезду в Австралию &#8211; Часть 3</a> <small>Ниже приведен совет девушки по нику silver&#8230; (Alexander Zagniotov) Тут...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2010/02/22/working_as_a_student_in_australia.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Happy Chinese New Year</title><link>http://javabeans.asia/2010/02/14/happy_chinese_new_year.html</link> <comments>http://javabeans.asia/2010/02/14/happy_chinese_new_year.html#comments</comments> <pubDate>Sun, 14 Feb 2010 02:55:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[off topic]]></category> <category><![CDATA[chinese new year]]></category> <category><![CDATA[gong xi fa cai]]></category> <category><![CDATA[year of the tiger]]></category><guid isPermaLink="false">http://javabeans.asia/2010/02/14/happy_chinese_new_year.html</guid> <description><![CDATA[I have been inactive for the past several months and haven&#8217;t posted anything. There were some transitions going on lately in my company, so I have not felt like posting anything nor I was involved in any interesting projects. These days, I am traveling through South East Asia with my girlfriend. I have been exploring [...]No related posts.]]></description> <wfw:commentRss>http://javabeans.asia/2010/02/14/happy_chinese_new_year.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Up and Running Again</title><link>http://javabeans.asia/2009/11/06/up_and_running_again.html</link> <comments>http://javabeans.asia/2009/11/06/up_and_running_again.html#comments</comments> <pubDate>Fri, 06 Nov 2009 06:13:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[java]]></category> <category><![CDATA[pdf converter]]></category> <category><![CDATA[pdf export]]></category> <category><![CDATA[pdf from html]]></category> <category><![CDATA[pdf generation]]></category> <category><![CDATA[pdf generator]]></category> <category><![CDATA[pdf online]]></category><guid isPermaLink="false">http://javabeans.asia/2009/11/06/up_and_running_again.html</guid> <description><![CDATA[For the past thirteen days Java Beans dot Asia was offline. Normally I would not care, but in this case I was a bit disappointed, as my web host provider has decided that my blog takes too much CPU resources. As a result, I had to disable my online PDF generator Subscribe to the comments [...]Related posts:<ol><li><a href='http://javabeans.asia/2009/04/11/online_pdf_generator.html' rel='bookmark' title='Permanent Link: Online PDF Generator'>Online PDF Generator</a> <small>Online PDF generator now available. This simple but useful online...</small></li><li><a href='http://javabeans.asia/2010/02/23/generate_pdf_with_flying_saucer_and_itext_by_adding_font_files.html' rel='bookmark' title='Permanent Link: Generate PDF with Flying Saucer and iText by Adding Font Files'>Generate PDF with Flying Saucer and iText by Adding Font Files</a> <small>In this post, I would like to show how to...</small></li><li><a href='http://javabeans.asia/2009/03/28/export_to_pdf_using_itext_and_flying_saucer.html' rel='bookmark' title='Permanent Link: Export to PDF using iText and Flying Saucer'>Export to PDF using iText and Flying Saucer</a> <small>In my previous post I attempted to generate PDF on...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/11/06/up_and_running_again.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Redefining Web Applications with AJAX, Servlets and JSON</title><link>http://javabeans.asia/2009/09/13/redefining_web_applications_with_ajax_servlets_and_json.html</link> <comments>http://javabeans.asia/2009/09/13/redefining_web_applications_with_ajax_servlets_and_json.html#comments</comments> <pubDate>Sun, 13 Sep 2009 04:00:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[ajax]]></category> <category><![CDATA[java]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[json]]></category> <category><![CDATA[servlets]]></category> <category><![CDATA[xml]]></category> <category><![CDATA[atom parser]]></category> <category><![CDATA[rss parser]]></category><guid isPermaLink="false">http://javabeans.asia/2009/09/13/redefining_web_applications_with_ajax_servlets_and_json.html</guid> <description><![CDATA[In this article I would like to show how JSON (JavaScript Object Notation) and Java servlet can be used together in a little AJAX (Asynchronous JavaScript and XML) application. To give brief description to those who are not closely familiar with JSON - JSON is a lightweight syntax for representing data, which makes working with [...]Related posts:<ol><li><a href='http://javabeans.asia/2010/07/10/web-applications-with-ajax-servlets-and-json-chinese-version.html' rel='bookmark' title='Permanent Link: Web Applications with AJAX, Servlets and JSON (Chinese Version)'>Web Applications with AJAX, Servlets and JSON (Chinese Version)</a> <small>在这篇文章中，我想说明如何的JSON（JavaScript对象 符号）和Java Servlet可以同时使用在一个小的AJAX（(Asynchronous JavaScript and XML）的应用。 为了作简要介绍那些谁不熟悉使用JSON密切。JSON是一种表示数据，这使得工作轻量级语法 它比更愉快，使AJAX应用程序的XML 快。此外，当使用JSON工作，没有任何一个XML需要 解析。...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/09/13/redefining_web_applications_with_ajax_servlets_and_json.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>You Gotta Love Linux</title><link>http://javabeans.asia/2009/09/08/you_gotta_love_linux.html</link> <comments>http://javabeans.asia/2009/09/08/you_gotta_love_linux.html#comments</comments> <pubDate>Tue, 08 Sep 2009 01:14:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[linux]]></category> <category><![CDATA[bash shell]]></category> <category><![CDATA[shell]]></category><guid isPermaLink="false">http://javabeans.asia/2009/09/08/you_gotta_love_linux.html</guid> <description><![CDATA[Last Friday as I was working, I was asked to get some information from the application logs for a particular period of time. I needed to extract some data and count the results. The given period was last twelve months. Luckily I am working with Linux, so I opened a shell session and typed the [...]Related posts:<ol><li><a href='http://javabeans.asia/2010/08/27/installing-ubuntu-10-04-1-on-dell-laptop.html' rel='bookmark' title='Permanent Link: Installing Ubuntu 10.04.1 on Dell laptop'>Installing Ubuntu 10.04.1 on Dell laptop</a> <small>I got a new Dell Latitude e6410 from work. After...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/09/08/you_gotta_love_linux.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Rule Engine Stress Testing</title><link>http://javabeans.asia/2009/09/05/rule_engine_stress_testing.html</link> <comments>http://javabeans.asia/2009/09/05/rule_engine_stress_testing.html#comments</comments> <pubDate>Sat, 05 Sep 2009 01:15:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[drools]]></category> <category><![CDATA[java]]></category> <category><![CDATA[brms comparison]]></category> <category><![CDATA[rule performance testing]]></category> <category><![CDATA[stress tests]]></category><guid isPermaLink="false">http://javabeans.asia/2009/09/05/rule_engine_stress_testing.html</guid> <description><![CDATA[I came across a blog by a company called Illation. What those guys do is compare performance of several rule engines available on the market: Drools, ILog, OPSJ and Jess. The stress tests cover different aspects, for example: Rules firing time Data load time Memory usage Pre-run memory used Post-run memory used The test results [...]Related posts:<ol><li><a href='http://javabeans.asia/2008/05/11/drools_working_with_stateless_session.html' rel='bookmark' title='Permanent Link: Drools &#8211; Working with Stateless Session'>Drools &#8211; Working with Stateless Session</a> <small>Drools (now it is also called JBoss Rules) is an...</small></li><li><a href='http://javabeans.asia/2008/06/09/drools_stop_executing_current_agenda_group_and_all_rules.html' rel='bookmark' title='Permanent Link: Drools &#8211; Stop Executing Current Agenda Group and All Rules'>Drools &#8211; Stop Executing Current Agenda Group and All Rules</a> <small>Sometimes, depends on your business rules in your application, there...</small></li><li><a href='http://javabeans.asia/2008/10/24/drools_tutorial_on_writing_dsl_template.html' rel='bookmark' title='Permanent Link: Drools &#8211; Tutorial on Writing DSL Template'>Drools &#8211; Tutorial on Writing DSL Template</a> <small>Few months ago I wrote a post that describes an...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/09/05/rule_engine_stress_testing.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>My voice is on iPhone App</title><link>http://javabeans.asia/2009/09/03/my_voice_is_on_iphone_app.html</link> <comments>http://javabeans.asia/2009/09/03/my_voice_is_on_iphone_app.html#comments</comments> <pubDate>Wed, 02 Sep 2009 23:24:46 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[iPhone]]></category> <category><![CDATA[iphone app]]></category><guid isPermaLink="false">http://javabeans.asia/2009/09/03/my_voice_is_on_iphone_app.html</guid> <description><![CDATA[My colleague Ila, has developed an iPhone app that reads out phone numbers from the phone book when you need it. Ila has requested some of us to &#8220;contribute&#8221; our voices for his app So now my voice is the &#8220;Russian Alex&#8221; option, along side with &#8220;English Bob&#8221;&#8230; hehe&#8230; Subscribe to the comments for this [...]No related posts.]]></description> <wfw:commentRss>http://javabeans.asia/2009/09/03/my_voice_is_on_iphone_app.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>VMware and Melbourne IT Launch Cloud Service</title><link>http://javabeans.asia/2009/09/02/vmware_and_melbourne_it_launch_cloud_service.html</link> <comments>http://javabeans.asia/2009/09/02/vmware_and_melbourne_it_launch_cloud_service.html#comments</comments> <pubDate>Wed, 02 Sep 2009 10:03:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[it]]></category> <category><![CDATA[amazon.com]]></category> <category><![CDATA[cloud]]></category> <category><![CDATA[cloud computing]]></category> <category><![CDATA[melbourne]]></category> <category><![CDATA[storage]]></category> <category><![CDATA[virtualisation]]></category> <category><![CDATA[vmware]]></category><guid isPermaLink="false">http://javabeans.asia/2009/09/02/vmware_and_melbourne_it_launch_cloud_service.html</guid> <description><![CDATA[Australian web hosting provider from Melbourne, Melbourne IT has launched cloud computing services together with VMware. The service is still in beta mode and it is called &#8220;vCloud Express&#8221; Its nice to see local provider offering cloud computing services as other big players on the market. A lot of customers having second thoughts to trust [...]No related posts.]]></description> <wfw:commentRss>http://javabeans.asia/2009/09/02/vmware_and_melbourne_it_launch_cloud_service.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Drools 5 Case Study 2 &#8211; Complex Event Processing</title><link>http://javabeans.asia/2009/09/01/drools_5_case_study_2_complex_event_processing.html</link> <comments>http://javabeans.asia/2009/09/01/drools_5_case_study_2_complex_event_processing.html#comments</comments> <pubDate>Mon, 31 Aug 2009 14:45:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[drools]]></category> <category><![CDATA[cep]]></category> <category><![CDATA[drl]]></category> <category><![CDATA[drools case study]]></category> <category><![CDATA[drools complex event processing]]></category> <category><![CDATA[dsl]]></category> <category><![CDATA[dslr]]></category><guid isPermaLink="false">http://javabeans.asia/2009/09/01/drools_5_case_study_2_complex_event_processing.html</guid> <description><![CDATA[In my previous post Drools 5 &#8211; Complex Event Processing, I gave introduction to Drools Fusion module. In the current post, I would like to demonstrate Drools Fusion capabilities. As an example chosen for the current article, I decided to use a scenario when an insurance firm rewards its policy members. The members are rewarded [...]Related posts:<ol><li><a href='http://javabeans.asia/2009/08/31/drools_5_complex_event_processing.html' rel='bookmark' title='Permanent Link: Drools 5 &#8211; Complex Event Processing'>Drools 5 &#8211; Complex Event Processing</a> <small>From Drools version 4 to version 5, the framework has...</small></li><li><a href='http://javabeans.asia/2009/08/29/drools_5_case_study_1_writing_dsl_for_drl_rule.html' rel='bookmark' title='Permanent Link: Drools 5 Case Study 1- Writing DSL for DRL rule'>Drools 5 Case Study 1- Writing DSL for DRL rule</a> <small>One of the blog readers, who posted a comment in...</small></li><li><a href='http://javabeans.asia/2008/10/24/drools_tutorial_on_writing_dsl_template.html' rel='bookmark' title='Permanent Link: Drools &#8211; Tutorial on Writing DSL Template'>Drools &#8211; Tutorial on Writing DSL Template</a> <small>Few months ago I wrote a post that describes an...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/09/01/drools_5_case_study_2_complex_event_processing.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Drools 5 &#8211; Complex Event Processing</title><link>http://javabeans.asia/2009/08/31/drools_5_complex_event_processing.html</link> <comments>http://javabeans.asia/2009/08/31/drools_5_complex_event_processing.html#comments</comments> <pubDate>Mon, 31 Aug 2009 12:05:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[drools]]></category> <category><![CDATA[cep]]></category> <category><![CDATA[drl]]></category> <category><![CDATA[drools case study]]></category> <category><![CDATA[drools complex event processing]]></category> <category><![CDATA[dsl]]></category> <category><![CDATA[dslr]]></category><guid isPermaLink="false">http://javabeans.asia/2009/08/31/drools_5_complex_event_processing.html</guid> <description><![CDATA[From Drools version 4 to version 5, the framework has undergone quite a few improvements. These include support for three additional business modeling techniques. So today, Drools is not only a rule engine, but much more than that. One of these techniques is event processing. The module that added event processing capabilities to the framework [...]Related posts:<ol><li><a href='http://javabeans.asia/2009/09/01/drools_5_case_study_2_complex_event_processing.html' rel='bookmark' title='Permanent Link: Drools 5 Case Study 2 &#8211; Complex Event Processing'>Drools 5 Case Study 2 &#8211; Complex Event Processing</a> <small>In my previous post Drools 5 &#8211; Complex Event Processing,...</small></li><li><a href='http://javabeans.asia/2009/08/29/drools_5_case_study_1_writing_dsl_for_drl_rule.html' rel='bookmark' title='Permanent Link: Drools 5 Case Study 1- Writing DSL for DRL rule'>Drools 5 Case Study 1- Writing DSL for DRL rule</a> <small>One of the blog readers, who posted a comment in...</small></li><li><a href='http://javabeans.asia/2008/10/24/drools_tutorial_on_writing_dsl_template.html' rel='bookmark' title='Permanent Link: Drools &#8211; Tutorial on Writing DSL Template'>Drools &#8211; Tutorial on Writing DSL Template</a> <small>Few months ago I wrote a post that describes an...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/08/31/drools_5_complex_event_processing.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Drools 5 Case Study 1- Writing DSL for DRL rule</title><link>http://javabeans.asia/2009/08/29/drools_5_case_study_1_writing_dsl_for_drl_rule.html</link> <comments>http://javabeans.asia/2009/08/29/drools_5_case_study_1_writing_dsl_for_drl_rule.html#comments</comments> <pubDate>Sat, 29 Aug 2009 07:20:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[drools]]></category> <category><![CDATA[drl]]></category> <category><![CDATA[drools case study]]></category> <category><![CDATA[dsl]]></category> <category><![CDATA[dslr]]></category><guid isPermaLink="false">http://javabeans.asia/2009/08/29/drools_5_case_study_1_writing_dsl_for_drl_rule.html</guid> <description><![CDATA[One of the blog readers, who posted a comment in my previous post Drools &#8211; tutorial on writing DSL template asked to me to help him with creating DSL for the following rule, so I decided to use his example as a small case study: For readability, I added some comments to the original rule: [...]Related posts:<ol><li><a href='http://javabeans.asia/2009/08/31/drools_5_complex_event_processing.html' rel='bookmark' title='Permanent Link: Drools 5 &#8211; Complex Event Processing'>Drools 5 &#8211; Complex Event Processing</a> <small>From Drools version 4 to version 5, the framework has...</small></li><li><a href='http://javabeans.asia/2009/09/01/drools_5_case_study_2_complex_event_processing.html' rel='bookmark' title='Permanent Link: Drools 5 Case Study 2 &#8211; Complex Event Processing'>Drools 5 Case Study 2 &#8211; Complex Event Processing</a> <small>In my previous post Drools 5 &#8211; Complex Event Processing,...</small></li><li><a href='http://javabeans.asia/2008/10/24/drools_tutorial_on_writing_dsl_template.html' rel='bookmark' title='Permanent Link: Drools &#8211; Tutorial on Writing DSL Template'>Drools &#8211; Tutorial on Writing DSL Template</a> <small>Few months ago I wrote a post that describes an...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/08/29/drools_5_case_study_1_writing_dsl_for_drl_rule.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JBoss Security &#8211; JMX Console</title><link>http://javabeans.asia/2009/08/27/jboss_security_jmx_console.html</link> <comments>http://javabeans.asia/2009/08/27/jboss_security_jmx_console.html#comments</comments> <pubDate>Thu, 27 Aug 2009 02:46:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[jboss]]></category> <category><![CDATA[xml]]></category> <category><![CDATA[jboss security]]></category> <category><![CDATA[jboss vulnerability]]></category> <category><![CDATA[jmx-console]]></category> <category><![CDATA[securing jmx-console]]></category><guid isPermaLink="false">http://javabeans.asia/2009/08/27/jboss_security_jmx_console.html</guid> <description><![CDATA[I was reading about JBoss security today, and came across the following page: JBoss Security vulnerability JMX Management Console. The guy tells how common is to come across servers on the Internet that run completely unsecured JMX-Console. I gave it a try, typed few keywords in Google, and voilà - around one third of the [...]Related posts:<ol><li><a href='http://javabeans.asia/2008/05/01/using_template_to_deploy_a_jboss_queue.html' rel='bookmark' title='Permanent Link: Using Template to Deploy a JBoss Queue'>Using Template to Deploy a JBoss Queue</a> <small>Currently I am involved in a project, where I have...</small></li><li><a href='http://javabeans.asia/2008/05/11/drools_working_with_stateless_session.html' rel='bookmark' title='Permanent Link: Drools &#8211; Working with Stateless Session'>Drools &#8211; Working with Stateless Session</a> <small>Drools (now it is also called JBoss Rules) is an...</small></li><li><a href='http://javabeans.asia/2008/05/14/jboss_clustering_how_many_nodes_in_the_cluster.html' rel='bookmark' title='Permanent Link: JBoss Clustering &#8211; How Many Nodes in the Cluster?'>JBoss Clustering &#8211; How Many Nodes in the Cluster?</a> <small>If you want to know how many nodes there are...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/08/27/jboss_security_jmx_console.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Feedback by the Drools Team</title><link>http://javabeans.asia/2009/08/23/feedback_by_the_drools_team.html</link> <comments>http://javabeans.asia/2009/08/23/feedback_by_the_drools_team.html#comments</comments> <pubDate>Sun, 23 Aug 2009 07:49:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[drools]]></category> <category><![CDATA[blog]]></category><guid isPermaLink="false">http://javabeans.asia/2009/08/23/feedback_by_the_drools_team.html</guid> <description><![CDATA[Today while checking my blog&#8217;s referrers, to my pleasant surprise I discovered that few Drools articles I have published on this blog, were praised by Mark Proctor in Drools blog. Mark is one of the Drools creators and I think at the moment the project lead. The following is the post where my articles were [...]Related posts:<ol><li><a href='http://javabeans.asia/2008/05/11/drools_working_with_stateless_session.html' rel='bookmark' title='Permanent Link: Drools &#8211; Working with Stateless Session'>Drools &#8211; Working with Stateless Session</a> <small>Drools (now it is also called JBoss Rules) is an...</small></li><li><a href='http://javabeans.asia/2008/06/09/drools_stop_executing_current_agenda_group_and_all_rules.html' rel='bookmark' title='Permanent Link: Drools &#8211; Stop Executing Current Agenda Group and All Rules'>Drools &#8211; Stop Executing Current Agenda Group and All Rules</a> <small>Sometimes, depends on your business rules in your application, there...</small></li><li><a href='http://javabeans.asia/2008/10/24/drools_tutorial_on_writing_dsl_template.html' rel='bookmark' title='Permanent Link: Drools &#8211; Tutorial on Writing DSL Template'>Drools &#8211; Tutorial on Writing DSL Template</a> <small>Few months ago I wrote a post that describes an...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/08/23/feedback_by_the_drools_team.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Brainteaser Drools: Testing Objects</title><link>http://javabeans.asia/2009/08/22/brainteaser_drools_testing_objects.html</link> <comments>http://javabeans.asia/2009/08/22/brainteaser_drools_testing_objects.html#comments</comments> <pubDate>Sat, 22 Aug 2009 12:50:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[brainteaser]]></category> <category><![CDATA[drools]]></category><guid isPermaLink="false">http://javabeans.asia/2009/08/22/brainteaser_drools_testing_objects.html</guid> <description><![CDATA[This can be a hard one, since it requires from you to be familiar with Drools. Consider the condition side of the following rules: rule &#34;object comparison one&#34; no-loop when $customer1 : Customer( ) $customer2 : Customer(this != $customer1) then System.out.println(&#34;Rule one - Objects are equal&#34;); end rule &#34;object comparison two&#34; no-loop when $customer1 : [...]Related posts:<ol><li><a href='http://javabeans.asia/2008/06/09/drools_stop_executing_current_agenda_group_and_all_rules.html' rel='bookmark' title='Permanent Link: Drools &#8211; Stop Executing Current Agenda Group and All Rules'>Drools &#8211; Stop Executing Current Agenda Group and All Rules</a> <small>Sometimes, depends on your business rules in your application, there...</small></li><li><a href='http://javabeans.asia/2008/10/01/brainteaser_arraylist_vs_treeset.html' rel='bookmark' title='Permanent Link: Brainteaser: ArrayList VS TreeSet'>Brainteaser: ArrayList VS TreeSet</a> <small>When I came across the following example I did not...</small></li><li><a href='http://javabeans.asia/2009/04/18/brainteaser_overridable_methods.html' rel='bookmark' title='Permanent Link: Brainteaser: Overridable methods'>Brainteaser: Overridable methods</a> <small>Consider the following case of inheritance: public class Parent {...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/08/22/brainteaser_drools_testing_objects.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Правильный настрой по приезду в Австралию &#8211; Часть 4</title><link>http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-4.html</link> <comments>http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-4.html#comments</comments> <pubDate>Sat, 22 Aug 2009 08:30:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[off topic]]></category> <category><![CDATA[immigration]]></category><guid isPermaLink="false">http://javabeans.asia/2009/08/22/4.html</guid> <description><![CDATA[Ниже приведен совет парня по нику авгадай&#8230;(Alexander Zagniotov) Не ищу согласия, не ищу подтверждения. Так, чувак на митинг опаздывает, так что есть какой-то момент на написать немножко. Пишу о чем вижу, пишу чего думаю, Имею Мнение Хрен Оспоришь. Не буду о правильном настрое, ибо все мы разные, &#8220;типовых&#8221; психологических профайлов вроде бы штук 16, а [...]Related posts:<ol><li><a href='http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-1.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 1'>Правильный настрой по приезду в Австралию &#8211; Часть 1</a> <small>В этой теме я хочу дать несколько советов что и...</small></li><li><a href='http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-2.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 2'>Правильный настрой по приезду в Австралию &#8211; Часть 2</a> <small>Ниже приведен совет Владимира, читайте его блог Провинциальная Австралия &#8211;...</small></li><li><a href='http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-3.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 3'>Правильный настрой по приезду в Австралию &#8211; Часть 3</a> <small>Ниже приведен совет девушки по нику silver&#8230; (Alexander Zagniotov) Тут...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-4.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Правильный настрой по приезду в Австралию &#8211; Часть 3</title><link>http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-3.html</link> <comments>http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-3.html#comments</comments> <pubDate>Fri, 21 Aug 2009 14:28:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[off topic]]></category> <category><![CDATA[immigration]]></category><guid isPermaLink="false">http://javabeans.asia/2009/08/22/3.html</guid> <description><![CDATA[Ниже приведен совет девушки по нику silver&#8230; (Alexander Zagniotov) Тут уже все подробно рассказали Но я добавлю свои 5 копеек. 1. Настрой. С самого начала надо быть готовым, что трудности будут возникать на каждом шагу в мелочах и это нормально. Нас тут никто не ждет, поэтому бесполезно возмущаться несправедливостью агентов по недвижимости, которым пофигу, что [...]Related posts:<ol><li><a href='http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-1.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 1'>Правильный настрой по приезду в Австралию &#8211; Часть 1</a> <small>В этой теме я хочу дать несколько советов что и...</small></li><li><a href='http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-2.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 2'>Правильный настрой по приезду в Австралию &#8211; Часть 2</a> <small>Ниже приведен совет Владимира, читайте его блог Провинциальная Австралия &#8211;...</small></li><li><a href='http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-4.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 4'>Правильный настрой по приезду в Австралию &#8211; Часть 4</a> <small>Ниже приведен совет парня по нику авгадай&#8230;(Alexander Zagniotov) Не ищу...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-3.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Правильный настрой по приезду в Австралию &#8211; Часть 2</title><link>http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-2.html</link> <comments>http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-2.html#comments</comments> <pubDate>Fri, 21 Aug 2009 12:53:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[off topic]]></category> <category><![CDATA[immigration]]></category><guid isPermaLink="false">http://javabeans.asia/2009/08/21/2.html</guid> <description><![CDATA[Ниже приведен совет Владимира, читайте его блог Провинциальная Австралия &#8211; простые заметки русского мужика о провинциальной Австралии&#8230; (Alexander Zagniotov) Ну что ж надо продолжить. Тема очень серьезная и ошибка в таком вопросе как иммиграция может примести к довольно печальным последствиям. И самой основной, перечеркивающей весь позитив страны, может стать именно разочарование. Ну ладно начнем сначала. [...]Related posts:<ol><li><a href='http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-1.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 1'>Правильный настрой по приезду в Австралию &#8211; Часть 1</a> <small>В этой теме я хочу дать несколько советов что и...</small></li><li><a href='http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-3.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 3'>Правильный настрой по приезду в Австралию &#8211; Часть 3</a> <small>Ниже приведен совет девушки по нику silver&#8230; (Alexander Zagniotov) Тут...</small></li><li><a href='http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-4.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 4'>Правильный настрой по приезду в Австралию &#8211; Часть 4</a> <small>Ниже приведен совет парня по нику авгадай&#8230;(Alexander Zagniotov) Не ищу...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-2.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Правильный настрой по приезду в Австралию &#8211; Часть 1</title><link>http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-1.html</link> <comments>http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-1.html#comments</comments> <pubDate>Fri, 21 Aug 2009 12:10:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[off topic]]></category> <category><![CDATA[immigration]]></category><guid isPermaLink="false">http://javabeans.asia/2009/08/21/1.html</guid> <description><![CDATA[В этой теме я хочу дать несколько советов что и как желательно делать и ожидать по приезду в Австралию. То что я имею в виду это просто подсказки (если так хотите ето называть) из личного опыта , как быстрее и легче ассимилировать и адаптировать. Имейте в виду что мои подсказки, это то что сработало для [...]Related posts:<ol><li><a href='http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-2.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 2'>Правильный настрой по приезду в Австралию &#8211; Часть 2</a> <small>Ниже приведен совет Владимира, читайте его блог Провинциальная Австралия &#8211;...</small></li><li><a href='http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-3.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 3'>Правильный настрой по приезду в Австралию &#8211; Часть 3</a> <small>Ниже приведен совет девушки по нику silver&#8230; (Alexander Zagniotov) Тут...</small></li><li><a href='http://javabeans.asia/2009/08/22/immigration-to-australia-ru-part-4.html' rel='bookmark' title='Permanent Link: Правильный настрой по приезду в Австралию &#8211; Часть 4'>Правильный настрой по приезду в Австралию &#8211; Часть 4</a> <small>Ниже приведен совет парня по нику авгадай&#8230;(Alexander Zagniotov) Не ищу...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/08/21/immigration-to-australia-ru-part-1.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Brainteaser: Overridable methods</title><link>http://javabeans.asia/2009/04/18/brainteaser_overridable_methods.html</link> <comments>http://javabeans.asia/2009/04/18/brainteaser_overridable_methods.html#comments</comments> <pubDate>Sat, 18 Apr 2009 02:02:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[brainteaser]]></category> <category><![CDATA[design patterns]]></category> <category><![CDATA[java]]></category> <category><![CDATA[inheritance]]></category> <category><![CDATA[overridable methods]]></category><guid isPermaLink="false">http://javabeans.asia/2009/04/18/brainteaser_overridable_methods.html</guid> <description><![CDATA[Consider the following case of inheritance: public class Parent { public Parent() { getValue(); } public void getValue() { } } public class Child extends Parent { private final Integer integer; public Child() { integer = new Integer(888); } @Override public void getValue() { System.out.println(integer); } } Question: What would the following program print, why? [...]Related posts:<ol><li><a href='http://javabeans.asia/2008/10/19/brainteaser_broken_comparator.html' rel='bookmark' title='Permanent Link: Brainteaser: Broken Comparator'>Brainteaser: Broken Comparator</a> <small>Question: The following program returns result &#8220;1&#8243;, which indicates that...</small></li><li><a href='http://javabeans.asia/2008/09/07/brainteaser_hidden_terators.html' rel='bookmark' title='Permanent Link: Brainteaser: Hidden Iterators'>Brainteaser: Hidden Iterators</a> <small>&#8230; While locking can prevent iterators from throwing ConcurrentMofdificationException, You...</small></li><li><a href='http://javabeans.asia/2009/04/05/brainteaser_broken_case_of_inheritance.html' rel='bookmark' title='Permanent Link: Brainteaser: Broken Case of Inheritance'>Brainteaser: Broken Case of Inheritance</a> <small>Consider the following case of inheritance: public class ExtendingHashSet&lt;E&gt; extends...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/04/18/brainteaser_overridable_methods.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Online PDF Generator</title><link>http://javabeans.asia/2009/04/11/online_pdf_generator.html</link> <comments>http://javabeans.asia/2009/04/11/online_pdf_generator.html#comments</comments> <pubDate>Sat, 11 Apr 2009 11:17:00 +0000</pubDate> <dc:creator>Alexander Zagniotov</dc:creator> <category><![CDATA[java]]></category> <category><![CDATA[pebble]]></category> <category><![CDATA[convert html to pdf]]></category> <category><![CDATA[easy pdf converter]]></category> <category><![CDATA[flying saucer]]></category> <category><![CDATA[html to pdf]]></category> <category><![CDATA[html to pdf converter]]></category> <category><![CDATA[itext]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdf converter]]></category> <category><![CDATA[pdf from html]]></category> <category><![CDATA[pdf generator]]></category> <category><![CDATA[pdf online]]></category><guid isPermaLink="false">http://javabeans.asia/2009/04/11/online_pdf_generator.html</guid> <description><![CDATA[Online PDF generator now available. This simple but useful online PDF generator tool allows you to generate PDF document online from HTML snippets. The tool uses Flying Saucer library. The PDF is generated with full compression, including meta data in PDF properties. Keep in mind that for successful PDF generation, your HTML markup has to [...]Related posts:<ol><li><a href='http://javabeans.asia/2009/04/10/export_pebble_blog_entry_to_pdf_plugin.html' rel='bookmark' title='Permanent Link: Export Pebble Blog Entry to PDF Plugin'>Export Pebble Blog Entry to PDF Plugin</a> <small>In one of my previous posts, I described how I...</small></li><li><a href='http://javabeans.asia/2009/11/06/up_and_running_again.html' rel='bookmark' title='Permanent Link: Up and Running Again'>Up and Running Again</a> <small>For the past thirteen days Java Beans dot Asia was...</small></li><li><a href='http://javabeans.asia/2009/03/28/export_to_pdf_using_itext_and_flying_saucer.html' rel='bookmark' title='Permanent Link: Export to PDF using iText and Flying Saucer'>Export to PDF using iText and Flying Saucer</a> <small>In my previous post I attempted to generate PDF on...</small></li></ol>]]></description> <wfw:commentRss>http://javabeans.asia/2009/04/11/online_pdf_generator.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 441/980 queries in 1.946 seconds using disk
Object Caching 15043/15474 objects using disk

Served from: javabeans.asia @ 2010-09-03 21:26:55 -->