Khader’s Blog | Archive | Java/J2EE

Archive for 'Java/J2EE'

Fixed Income Trading System Architecture Workshop on Sep 26

Posted on13. Aug, 2009 by khader.

1

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 desing [...]

Continue Reading

Bytecode Instrumentation

Posted on27. Apr, 2009 by khader.

0

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 ‘Bytecode instrmentation’ (BCI). Using BCI you can examine and modify the bytecode objects before they are executed. This is a very [...]

Continue Reading

My FIX Protocol Videos on YouTube, finally!

Posted on16. Feb, 2009 by khader.

11

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 [...]

Continue Reading

Introduction to Hibernate

Posted on04. Feb, 2009 by khader.

0

Hibernate – 1 day workshop:
Hibernate is the most popular open source ORM in Java world. It is also picking in .Net world (NHibernate). This quick covers what you need to get started.
Download Classroom material – hibernate

Continue Reading

Spring Framework Workshop

Posted on03. Feb, 2009 by khader.

0

Workshop:
Here’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

Continue Reading

FIX Protocol Training

Posted on01. Feb, 2009 by khader.

7

As I promised, another one day FIX workshop will be conducted on Feb 15 ‘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 – 1 (Download Material -PDF)
FIX Protocol Introduction

Overview
History
Usage / Players
Message Types
Message Format
Communication Model
Anatomy [...]

Continue Reading