<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Aparna Chaudhary Blog</title>
	<link>http://blog.aparnachaudhary.net</link>
	<description>My Blog about Java, and Open Source</description>
	<lastBuildDate>Thu, 22 Dec 2011 12:44:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>JBoss AS7.1 on RHEL6</title>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://blog.aparnachaudhary.net/2011/12/22/jboss-as7-1-on-rhel6/";</script> Print  PDF var dzone_style="2";Today I got JBoss AS 7.1.0.CR1 fresh out of oven. The GA release is expected in next month. Full JavaEE certification is planned for this release. The following tutorial demonstrates how to set up JBoss AS7.1 on RHEL6.

Install JBoss AS7.1 on RHEL6:
Follow these five easy steps to get started with JBoss [...]]]></description>
		<link>http://blog.aparnachaudhary.net/2011/12/22/jboss-as7-1-on-rhel6/</link>
			</item>
	<item>
		<title>Activiti 5 with Spring Integration 2.0 Mail Adapter</title>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://blog.aparnachaudhary.net/2010/11/23/activiti-bpm-springintegration-mail-adapter/";</script> Print  PDF var dzone_style="2"; Activiti is an open source BPM and workflow system. The first GA release is expected to be out next month i.e. Dec 2010. The roadmap of activiti looks very promising and also involvement of companies like SpringSource and MuleSoft can make it even more interesting. There are couple of [...]]]></description>
		<link>http://blog.aparnachaudhary.net/2010/11/23/activiti-bpm-springintegration-mail-adapter/</link>
			</item>
	<item>
		<title>jBPM4.4 with Spring3</title>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://blog.aparnachaudhary.net/2010/08/19/jbpm4-4-with-spring3/";</script> Print  PDF var dzone_style="2";I&#8217;m working on a jBPM prototype since last couple of days. The integration with Spring wasn&#8217;t a smooth ride. In my previous projects, I used jBPM3.2. But it seems jBPM4 is pretty much a rewrite. There are couple of few nice additions like service API&#8217; for task and process management, [...]]]></description>
		<link>http://blog.aparnachaudhary.net/2010/08/19/jbpm4-4-with-spring3/</link>
			</item>
	<item>
		<title>Scala &#8211; Step by Step!!</title>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://blog.aparnachaudhary.net/2010/07/10/scala-step-by-step/";</script> Print  PDF var dzone_style="2";I decided to learn Scala when I saw a piece of code written by one of my colleagues. I was amazed with its conciseness. But I failed at my first attempt to learn this language. I know the reason why. I read some stuff without writing enough code. After couple [...]]]></description>
		<link>http://blog.aparnachaudhary.net/2010/07/10/scala-step-by-step/</link>
			</item>
	<item>
		<title>Introduction to Hibernate Search Framework</title>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://blog.aparnachaudhary.net/2010/05/23/introduction-to-hibernate-search-framework/";</script> Print  PDF var dzone_style="2";Enterprise Search is becoming one of the common requirements of any consumer web application that we build these days. So I thought of learning some stuff in this domain. If you think about open source frameworks providing enterprise search functionality, probably Lucene is the one and only answer that comes [...]]]></description>
		<link>http://blog.aparnachaudhary.net/2010/05/23/introduction-to-hibernate-search-framework/</link>
			</item>
	<item>
		<title>Using Spring Integration with Twitter4J to Email Tweets</title>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://blog.aparnachaudhary.net/2010/04/23/using-spring-integration-with-twitter4j-to-email-tweets/";</script> Print  PDF var dzone_style="2";Recently I was playing around with Spring Integration. To understand any new framework one cannot just rely on documentation. So I created a demo application to try out different features of the framework. Since my main motivation was to understand Spring Integration framework, I wanted to spend minimal efforts in [...]]]></description>
		<link>http://blog.aparnachaudhary.net/2010/04/23/using-spring-integration-with-twitter4j-to-email-tweets/</link>
			</item>
	<item>
		<title>Year 2009 Retrospect</title>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://blog.aparnachaudhary.net/2009/11/25/year-2009-retrospect/";</script> Print  PDF var dzone_style="2";For the past few years of my career I worked mainly on designing and developing J2SE and J2EE enabled enterprise batch solutions and spent some time on database scripting and performance tuning. These years were spent on developing more enterprisy stuff.
The year 2009 was a year of whole and sole [...]]]></description>
		<link>http://blog.aparnachaudhary.net/2009/11/25/year-2009-retrospect/</link>
			</item>
	<item>
		<title>Esper &#8211; Complex Event Processing Engine</title>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://blog.aparnachaudhary.net/2009/11/20/esper-complex-event-processing-engine/";</script> Print  PDF var dzone_style="2";Recently I presented a talk about Esper at JTeam Tech Meeting. Please go through the slides if you are interested in understanding more about Complex Event Processing and Esper . The first half of the presentation covers conceptual knowledge of Complex Event Processing, its advantages over traditional approaches and use [...]]]></description>
		<link>http://blog.aparnachaudhary.net/2009/11/20/esper-complex-event-processing-engine/</link>
			</item>
	<item>
		<title>Generating Dynamic PDF Using iText</title>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/";</script> Print  PDF var dzone_style="2";iText is a library that allows you to generate PDF files on the fly.
In the following blog post I would show how to
1. Create PDF using PDF Template and PDF Form
2. Appending documents

Create PDF using PDF Template for PDF AcroForm:
template.pdf is a PDF template with PDF Form fields firstName and [...]]]></description>
		<link>http://blog.aparnachaudhary.net/2009/11/06/generating-dynamic-pdf-using-itext/</link>
			</item>
	<item>
		<title>Date DropDownChoice Component Apache Wicket</title>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://blog.aparnachaudhary.net/2009/07/29/date-dropdownchoice-apache-wicket/";</script> Print  PDF var dzone_style="2";Apache Wicket is yet another Java Web Development framework. But the beauty of Wicket is it provides clear separation of concerns. It doesn&#8217;t mix markup and java and saves you from adapting to additional expression language. Wicket templates are simple HTML files with only additional wicket attribute wicket:id. This makes [...]]]></description>
		<link>http://blog.aparnachaudhary.net/2009/07/29/date-dropdownchoice-apache-wicket/</link>
			</item>
</channel>
</rss>

