<?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>Svapna Technologies &#187; java</title>
	<atom:link href="http://www.svapna.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svapna.com</link>
	<description>dream_it, do_it</description>
	<lastBuildDate>Sun, 22 Jan 2012 08:03:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Jackrabbit + rtf template: A tailor made application with embedded Template and Document Management</title>
		<link>http://www.svapna.com/2009/03/31/jackrabbit-rtf-template-a-tailor-made-application-with-embedded-template-and-document-management/java/</link>
		<comments>http://www.svapna.com/2009/03/31/jackrabbit-rtf-template-a-tailor-made-application-with-embedded-template-and-document-management/java/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 08:06:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jcr]]></category>

		<guid isPermaLink="false">http://www.svapna.com/?p=37</guid>
		<description><![CDATA[We are working on a webbased solution to generate documentby merging some dynamic data from an RDBMS into templates. We opted for rft template (http://rtftemplate.sourceforge.net/) and JackRabbit (http://jackrabbit.apache.org/) to build... <a class="meta-more" href="http://www.svapna.com/2009/03/31/jackrabbit-rtf-template-a-tailor-made-application-with-embedded-template-and-document-management/java/">Read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are working on a webbased solution to generate documentby merging some dynamic data from an RDBMS into templates. We opted for rft template (http://rtftemplate.sourceforge.net/) and JackRabbit (http://jackrabbit.apache.org/) to build the solution. Being 100% embeddable we aim to give a really tailor made solution to our customer while simultaneously reusing the power and functionality of these really well designed libraries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.svapna.com/2009/03/31/jackrabbit-rtf-template-a-tailor-made-application-with-embedded-template-and-document-management/java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating from Websphere 6 to Tomcat 6</title>
		<link>http://www.svapna.com/2009/03/28/migration-from-websphere-6-to-tomcat-6/java/</link>
		<comments>http://www.svapna.com/2009/03/28/migration-from-websphere-6-to-tomcat-6/java/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 08:03:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.svapna.com/?p=34</guid>
		<description><![CDATA[Last year we took up a project to migrate a J2EE infrastructure from Websphere 6 to Tomcat 6. The applications are written using Struts and POJOs that access Stored Procedures... <a class="meta-more" href="http://www.svapna.com/2009/03/28/migration-from-websphere-6-to-tomcat-6/java/">Read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last year we took up a project to migrate a J2EE infrastructure from Websphere 6 to Tomcat 6.<br />
The applications are written using Struts and POJOs that access Stored Procedures on AS/400 via JDBC.<br />
It took us just 4 days to complete the migration of 8 fairly complex applications.<br />
4 Tomcat instances running on 2 Linux servers are load balanced via Apache 2.2 + mod_jk.</p>
<p>We have developed a custom application for the sysadmins to centrally manage all tomcat instances.<br />
The application makes use of the tomcat manager application and JMX to control and monitor the tomcat instances</p>
<p>To complete the puzzle we are now testing our Terracotta to apply session replication to gain even higher avaliability!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.svapna.com/2009/03/28/migration-from-websphere-6-to-tomcat-6/java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating from Oracle OC4J to Glassfish v2.1</title>
		<link>http://www.svapna.com/2009/03/28/migrating-to-glassfish-v21/java/</link>
		<comments>http://www.svapna.com/2009/03/28/migrating-to-glassfish-v21/java/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 07:53:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.svapna.com/?p=30</guid>
		<description><![CDATA[We are involved in a project to migrate a J2EE infrastructure from OC4J to Glassfish v2.1. The applications running on OC4J are based on EJB and JSF (sun impl +... <a class="meta-more" href="http://www.svapna.com/2009/03/28/migrating-to-glassfish-v21/java/">Read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are involved in a project to migrate a J2EE infrastructure from OC4J to Glassfish v2.1. The applications running on OC4J are based on EJB and JSF (sun impl + tomahawk) and have successfully be migrated with little changes. We new stack are using is Apache 2.2, mod_jk and Glassfish v2.1.</p>
<p>So far, so good!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.svapna.com/2009/03/28/migrating-to-glassfish-v21/java/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Our Services</title>
		<link>http://www.svapna.com/2009/03/27/3/flex/</link>
		<comments>http://www.svapna.com/2009/03/27/3/flex/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 06:47:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.svapna.com/?p=3</guid>
		<description><![CDATA[J2EE Web Application Design &#38; Development J2EE Application Integration (RPC/SOAP/REST/JMS) SAP (ABAP/BAPI) Web Integration (SAP-JCO) AS/400 (RPG, COBOL) Web Integration (JT/400) Rich Internet Application (RIA) Development (JSF/AJAX, Adobe Flex, Adobe... <a class="meta-more" href="http://www.svapna.com/2009/03/27/3/flex/">Read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li> J2EE Web Application Design &amp; Development</li>
<li> J2EE Application Integration (RPC/SOAP/REST/JMS)</li>
<li> SAP (ABAP/BAPI) Web Integration (SAP-JCO)</li>
<li> AS/400 (RPG, COBOL) Web Integration (<a href="http://www.ibm.com/systems/i/software/toolbox/index.html" target="_blank">JT/400</a>)</li>
<li> Rich Internet Application (RIA) Development (JSF/AJAX, <a href="http://www.adobe.com/it/products/flex/" target="_blank">Adobe Flex</a>, <a href="http://www.adobe.com/products/air/" target="_blank">Adobe Air</a>)</li>
<li> Microsoft Embedded Visual C++ development for Windows CE devices</li>
<li> Information Portal Development</li>
<li> Content Management System Implementation</li>
<li> Single Sign On &amp; LDAP Integration</li>
<li> Business Intelligence Systems (MS SQL Server 2005 &#8211; DTS, T-SQL &amp; Analysis Services)</li>
<li> Oracle RDBMS, PL/SQL, <a href="http://www.oracle.com/technology/products/ias/index.html" target="_blank">iAS</a> Development</li>
<li> Statistical Analysis (<a href="http://www.r-project.org" target="_blank">R</a>, <a href="http://www.spss.com" target="_blank">SPSS</a>)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.svapna.com/2009/03/27/3/flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

