Imported from previous forum
Hello,
I am building a Portal instead of a bare engine for my under grad project. Its fun, java struts and all. Learning new things which brings joy.
Anyways, the design part is complete (the front end, some 40 odd pages)… now, is it necessary to SOCKET PROGRAM in Java for the FIX engine and no I dont want to use FIXML…
Help!!!
Hello,
I am building a Portal instead of a bare engine for my under grad
project. Its fun, java struts and all. Learning new things which
brings joy.Anyways, the design part is complete (the front end, some 40 odd
pages)… now, is it necessary to SOCKET PROGRAM in Java for the FIX
engine and no I dont want to use FIXML…Help!!!
It’s been a while (for me) and a lot has changed but the classic text was Stevens’ Unix Network Programming, written for C developers; take a look here Amazon.com. There are some additional references if you scroll down the page that relate to java equivalent texts.
- You are building a FIX engine.
- FIX engines use sockets to communicate with each other via TCP.
- Socket programming in Java is much easier than in C.
Ted
Hello,
I am building a Portal instead of a bare engine for my under grad
project. Its fun, java struts and all. Learning new things which
brings joy.Anyways, the design part is complete (the front end, some 40 odd
pages)… now, is it necessary to SOCKET PROGRAM in Java for the FIX
engine and no I dont want to use FIXML…Help!!!
- You are building a FIX engine.
- FIX engines use sockets to communicate with each other via TCP.
- Socket programming in Java is much easier than in C.
Ted
Hello,
I am building a Portal instead of a bare engine for my under grad
project. Its fun, java struts and all. Learning new things which
brings joy.Anyways, the design part is complete (the front end, some 40 odd
pages)… now, is it necessary to SOCKET PROGRAM in Java for the FIX
engine and no I dont want to use FIXML…Help!!!