Archive for 'Java/J2EE'
Fixed Income Trading System Architecture Workshop on Sep 26
Posted on 13. Aug, 2009 by khader.
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 [...]
Continue Reading
Bytecode Instrumentation
Posted on 27. Apr, 2009 by khader.
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 on 16. Feb, 2009 by khader.
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
Spring Framework Workshop
Posted on 03. Feb, 2009 by khader.
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 on 01. Feb, 2009 by khader.
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 [...]
