<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Khader's Blog &#187; Java/J2EE</title>
	<atom:link href="http://www.ksvali.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ksvali.com</link>
	<description>Practical topics for IT Architects and Developers of Capital Markets</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:40:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<copyright>Copyright &#xA9; Khader's Blog 2010 </copyright>
	<managingEditor>khaderv@yahoo.com (Khader's Blog)</managingEditor>
	<webMaster>khaderv@yahoo.com (Khader's Blog)</webMaster>
	<image>
		<url>http://www.ksvali.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Khader's Blog</title>
		<link>http://www.ksvali.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Practical topics for IT Architects and Developers of Capital Markets</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Khader's Blog</itunes:author>
	<itunes:owner>
		<itunes:name>Khader's Blog</itunes:name>
		<itunes:email>khaderv@yahoo.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.ksvali.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Fixed Income Trading System Architecture Workshop on Sep 26</title>
		<link>http://www.ksvali.com/2009/08/fixed-income-trading-system-architecture-workshop-on-sep-26/</link>
		<comments>http://www.ksvali.com/2009/08/fixed-income-trading-system-architecture-workshop-on-sep-26/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 19:05:00 +0000</pubDate>
		<dc:creator>khader</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[Java/J2EE]]></category>
		<category><![CDATA[broker/dealer]]></category>
		<category><![CDATA[Fixed income prodcuts]]></category>
		<category><![CDATA[Fixed Income Trading System Architecture]]></category>
		<category><![CDATA[Fixed Income Trading System Design]]></category>

		<guid isPermaLink="false">http://www.ksvali.com/?p=313</guid>
		<description><![CDATA[I am planning to start another series of sessions on Trading Platform Architecture. I will start the first session on Sep 26th covering the basics of FI products, players, needs of Broker/dealer and System requirements. For more details and presentation downloads visit Fixed Income Trading System Architecture I will also be postin some articles on [...]]]></description>
			<content:encoded><![CDATA[<p>I am planning to start another series of sessions on Trading Platform Architecture. I will start the first session on Sep 26th covering the basics of FI products, players, needs of Broker/dealer and System requirements. For more details and presentation downloads visit <a href="http://www.ksvali.com/fixed-income-trading-system-architecture/">Fixed Income Trading System Architecture</a></p>
<p>I will also be postin some articles on desing challenges, technology choices etc. very soon.</p>
<p>-Khader Vali</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ksvali.com/2009/08/fixed-income-trading-system-architecture-workshop-on-sep-26/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bytecode Instrumentation</title>
		<link>http://www.ksvali.com/2009/04/bytecode-instrumentation/</link>
		<comments>http://www.ksvali.com/2009/04/bytecode-instrumentation/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 20:57:27 +0000</pubDate>
		<dc:creator>khader</dc:creator>
				<category><![CDATA[Java/J2EE]]></category>
		<category><![CDATA[BCI]]></category>
		<category><![CDATA[bytecode instrumentation]]></category>
		<category><![CDATA[Java Virtual Machine Tool Interface]]></category>
		<category><![CDATA[JVMTI]]></category>

		<guid isPermaLink="false">http://www.ksvali.com/?p=213</guid>
		<description><![CDATA[It sounds pretty technical word. How can you observe the perforamnce or the behavior of your class files (byte code)? Are there any hooks that JVM gives us to do this? The answer is &#8216;Bytecode instrmentation&#8217; (BCI). Using BCI you can examine and modify the bytecode objects before they are executed. This is a very [...]]]></description>
			<content:encoded><![CDATA[<p>It sounds pretty technical word. How can you observe the perforamnce or the behavior of your class files (byte code)? Are there any hooks that JVM gives us to do this? The answer is &#8216;Bytecode instrmentation&#8217; (BCI). Using BCI you can examine and modify the bytecode objects before they are executed. This is a very usefull facility used in profiling Java applications.</p>
<p>Java Virtual Machine Tool Interface (JVMTI) is native programming interface that can be used to inspect and control the JVM. Generally profiling, debugging and analysis tools use BCI.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ksvali.com/2009/04/bytecode-instrumentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My FIX Protocol Videos on YouTube, finally!</title>
		<link>http://www.ksvali.com/2009/02/fix-protocol-videos-on-youtube-finally/</link>
		<comments>http://www.ksvali.com/2009/02/fix-protocol-videos-on-youtube-finally/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 03:27:23 +0000</pubDate>
		<dc:creator>khader</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Java/J2EE]]></category>
		<category><![CDATA[financial information exchange]]></category>
		<category><![CDATA[FIX Protocol]]></category>
		<category><![CDATA[FIX Protocol Tutorial]]></category>
		<category><![CDATA[FIX Training]]></category>
		<category><![CDATA[FIX tutorial]]></category>
		<category><![CDATA[Free Training Video]]></category>

		<guid isPermaLink="false">http://www.ksvali.com/?p=110</guid>
		<description><![CDATA[Finally, I could post my FIX Protocol introduction videos on YouTube. The video is in 4 parts each around 7-10 min long. I tried my best to cover the complete introduction. You can download the presentation here (PPT/PDF). I hope any one who is new to the subject can easily get the whole big picture. Please [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, I could post my FIX Protocol introduction videos on YouTube. The video is in 4 parts each around 7-10 min long. I tried my best to cover the complete introduction. You can download the presentation <a href="http://www.ksvali.com/wp-content/uploads/2009/02/fix_1day_allsections.pdf" target="_blank">here (PPT/PDF).</a> I hope any one who is new to the subject can easily get the whole big picture. Please feel free to post your comments.</p>
<p>The links to videos are:</p>
<div>
<table id="AutoNumber3" border="1" cellspacing="2" cellpadding="1" width="100%" align="left" bordercolor="#111111">
<tbody>
<tr>
<td width="70%" bgcolor="#cccccc">Video Part 1 of 4</td>
<td width="30%" bgcolor="#cccccc"><a href="http://www.youtube.com/watch?v=HBtyQTVVfZ0" target="_blank">Play</a></td>
</tr>
<tr>
<td>Video Part 2 of 4</td>
<td><a href="http://www.youtube.com/watch?v=vwyXySnGrbc" target="_blank">Play</a></td>
</tr>
<tr>
<td bgcolor="#cccccc">Video Part 3 of 4</td>
<td bgcolor="#cccccc"><a href="http://www.youtube.com/watch?v=8wx6TLECQBw" target="_blank">Play</a></td>
</tr>
<tr>
<td>Video Part 4 of 4</td>
<td><a href="http://www.youtube.com/watch?v=1OseF27iMoc" target="_blank">Play</a></td>
</tr>
</tbody>
</table>
<p> </p></div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>You can also check my <a href="http://www.ksvali.com/fix-protocol-faqs/">FAQs</a> page on FIX Protocol.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ksvali.com/2009/02/fix-protocol-videos-on-youtube-finally/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Spring Framework Workshop</title>
		<link>http://www.ksvali.com/2009/02/spring-framework-workshop/</link>
		<comments>http://www.ksvali.com/2009/02/spring-framework-workshop/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 04:29:13 +0000</pubDate>
		<dc:creator>khader</dc:creator>
				<category><![CDATA[Java/J2EE]]></category>
		<category><![CDATA[inversion of control]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[j2ee vs spring]]></category>
		<category><![CDATA[pojo]]></category>
		<category><![CDATA[spring framework]]></category>
		<category><![CDATA[spring mvc]]></category>
		<category><![CDATA[spring ppt]]></category>
		<category><![CDATA[spring sample code]]></category>
		<category><![CDATA[spring tutorial]]></category>

		<guid isPermaLink="false">http://www.ksvali.com/?p=82</guid>
		<description><![CDATA[Workshop: Here&#8217;s the material and contents of the Spring Framework half-day workshop. Download Spring Framework Introduction (PDF) Contents: Background J2EE Vs Spring Framework Mission Inversion of Control (IoC) Various Modules (Spring Core, Spring MVC, Spring DAO, Spring ORM, Spring Web, Spring Context, Spring AOP) Application Development Process Sample Application]]></description>
			<content:encoded><![CDATA[<p><strong>Workshop:</strong></p>
<p>Here&#8217;s the material and contents of the Spring Framework half-day workshop.</p>
<p>Download <a href="http://www.ksvali.com/wp-content/uploads/2009/02/spring_ws_04.pdf" target="_blank">Spring Framework Introduction (PDF)</a></p>
<p><strong>Contents:</strong></p>
<ul>
<li>Background</li>
<li>J2EE Vs Spring</li>
<li>Framework Mission</li>
<li>Inversion of Control (IoC)</li>
<li>Various Modules (Spring Core, Spring MVC, Spring DAO, Spring ORM, Spring Web, Spring Context, Spring AOP)</li>
<li>Application Development Process</li>
<li>Sample Application</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ksvali.com/2009/02/spring-framework-workshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FIX Protocol Training</title>
		<link>http://www.ksvali.com/2009/02/fix-protocol-training/</link>
		<comments>http://www.ksvali.com/2009/02/fix-protocol-training/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 07:27:08 +0000</pubDate>
		<dc:creator>khader</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Java/J2EE]]></category>
		<category><![CDATA[allocation message]]></category>
		<category><![CDATA[Buy side]]></category>
		<category><![CDATA[ECN]]></category>
		<category><![CDATA[equity trading]]></category>
		<category><![CDATA[execution report]]></category>
		<category><![CDATA[financial information exchange]]></category>
		<category><![CDATA[FIX Engine]]></category>
		<category><![CDATA[FIX Protocol]]></category>
		<category><![CDATA[FIX Protocol Tutorial]]></category>
		<category><![CDATA[FIX Session]]></category>
		<category><![CDATA[fpl]]></category>
		<category><![CDATA[IOI]]></category>
		<category><![CDATA[order cancel replace]]></category>
		<category><![CDATA[post-trade]]></category>
		<category><![CDATA[pre-trade]]></category>
		<category><![CDATA[sell side]]></category>

		<guid isPermaLink="false">http://www.ksvali.com/?p=71</guid>
		<description><![CDATA[As I promised, another one day FIX workshop will be conducted on Feb 15 &#8217;09. This is going to be one day course from 10AM to 4PM. (You can also watch my FIX Protocol video on YouTube) I will be covering the following topics: Part &#8211; 1 (Download Material -PDF) FIX Protocol Introduction Overview History [...]]]></description>
			<content:encoded><![CDATA[<p>As I promised, another one day FIX workshop will be conducted on Feb 15 &#8217;09. This is going to be one day course from 10AM to 4PM. (You can also watch my FIX Protocol video on <a href="http://www.youtube.com/watch?v=HBtyQTVVfZ0" target="_blank">YouTube</a>)</p>
<p>I will be covering the following topics:</p>
<p><strong>Part &#8211; 1</strong> (<a href="http://www.ksvali.com/wp-content/uploads/2009/02/fix_1day_allsections.pdf">Download Material -PDF</a>)<br />
FIX Protocol Introduction</p>
<ul>
<li>Overview</li>
<li>History</li>
<li>Usage / Players</li>
<li>Message Types</li>
<li>Message Format</li>
<li>Communication Model</li>
<li>Anatomy of sample message</li>
<li>Sample Flow</li>
<li>Undestandng Specs</li>
</ul>
<p><strong>Part &#8211; 2</strong><br />
FIX Protocol &amp; Equity Trading</p>
<ul>
<li>Electronic Trading Overview</li>
<li>Types of FIX Messages</li>
<li>Trading Scenarios</li>
</ul>
<p><strong>Part &#8211; 3</strong><br />
Technical Implementation</p>
<ul>
<li>Architecture</li>
<li>Buy-side Vs Sell-Side</li>
<li>Integration Methods</li>
<li>Commercial Engines</li>
<li>Free Engines</li>
<li>Implementation Steps</li>
<li>Testing Tips</li>
<li>Troubleshooting Production Issues</li>
<li>Roles &amp; Responsibilities</li>
</ul>
<p>You can download class presentation <a href="http://www.ksvali.com/wp-content/uploads/2009/02/fix_1day_allsections.pdf">FIX Class PDF</a>.</p>
<p>Visit the <a href="http://main.myorbitra.com/index.php/fix_protocol_training_1.html">Course page</a> for more details and <a href="http://main.myorbitra.com/index.php/schedule.html">schedule </a>for dates.</p>
<div id="attachment_74" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.ksvali.com/wp-content/uploads/2009/02/fix_engines_1.gif"><img class="size-medium wp-image-74" title="Architecture" src="http://www.ksvali.com/wp-content/uploads/2009/02/fix_engines_1-300x200.gif" alt="FIX Engines &amp; Usage" width="300" height="200" /></a><p class="wp-caption-text">FIX Engines &amp; Usage</p></div>
<div id="attachment_75" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.ksvali.com/wp-content/uploads/2009/02/fix_inegration.gif"><img class="size-medium wp-image-75" title="FIX Engine Integration" src="http://www.ksvali.com/wp-content/uploads/2009/02/fix_inegration-300x200.gif" alt="Application Integration Options" width="300" height="200" /></a><p class="wp-caption-text">Application Integration Options</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ksvali.com/2009/02/fix-protocol-training/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

