About: About Caoyuan's Blog
Browse by time:
- March 2010 (1)
- January 2010 (3)
- December 2009 (3)
- November 2009 (2)
- October 2009 (2)
- September 2009 (5)
- August 2009 (4)
- July 2009 (1)
- June 2009 (3)
- May 2009 (1)
- April 2009 (2)
- March 2009 (3)
- February 2009 (15)
- January 2009 (2)
- December 2008 (4)
- November 2008 (5)
- October 2008 (6)
- September 2008 (1)
- August 2008 (1)
- July 2008 (5)
- June 2008 (1)
- May 2008 (4)
- April 2008 (5)
- March 2008 (7)
- February 2008 (5)
- January 2008 (7)
- December 2007 (8)
- November 2007 (3)
- October 2007 (8)
- September 2007 (4)
- August 2007 (6)
- July 2007 (5)
- June 2007 (1)
- May 2007 (4)
- April 2007 (8)
- March 2007 (3)
- February 2007 (3)
- January 2007 (2)
- December 2006 (2)
- November 2006 (4)
- October 2006 (1)
- September 2006 (2)
- August 2006 (1)
- July 2006 (2)
- June 2006 (5)
- May 2006 (6)
- April 2006 (7)
- March 2006 (2)
- December 2005 (4)
Split the Server Part and Client Part? - Next Generation AIOTrade
I'm thinking to re-design the AIOTrade by splitting it to Server part and Client part. The server part may also run as a standalone web application.
But, I'm also busy on another project, so, the prototype and coding work will be postponed.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/blog_logo.png)
rss
Comments
I've been thinking of the same thing. That way in a SOHO setup you can run quote server that updates 3 or 4 different clients locally.
Mark
if Server means 'a thing to retrieve quotes': I've just written one. Though, in perl, not java. But it does just that: retrieving quotes from various sources frequently. All results are stored in mysql and/or can be queried via xml-rpc. If interested, take a look at the website (link below). Its a separate package called stockmaniac-daemon.
Are you still using GlassFish? as the Application Server? Would you be interested in sharing your experience @ http://blogs.sun.com/stories ? If so, feel free to contact me at alexis.mp AT sun.com. Thanks!
This is a great idea. I am integrating aiotrade with my scan and filter application at database level. My scan/filter application has mysql database which contains years of daily and intraday data for about 100 stocks and futures. It will generate a watchlist every night based on a set of rules. I am trying to extend aiotrade database to include more tables so that symbol attributes, chart/indicator configuration, watchlist columns etc can be loaded from database. I have integrated your previouse blogtrader with IB and it has been working fine with me. After I finish the current version, I will submit my code to you.
This is the best designed RC Java application I've seen. Much appreciate!
Eneratom
希望尽快完善软件,并推出中文版本,让中国人早日受益。
After realtime trading support is done, it will surpass most of the commercial trading platform which charge about $100 per month. I am looking forward to that day. Thanks.