About: About Caoyuan's Blog
Browse by time:
- April 2010 (1)
- 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)
Humai Trader as a Pluggable Trading Platform
I’ve activated the plug-in feature of Humai Trader, that means Humai Trader can be a pluggable platform now, you may easy extend its features via plug-in modules.
For example, you write an indicator or one kind of chart as a plug-in module, then distribute it to John or someone else, then John just plugs it in Humai Trader platform following a very simple step, and can use it at once.
Thanks for the pluggable architecture of NetBeans Platform.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/blog_logo.png)
rss
Comments
I’m interested by this features. Can you please explain the procedure for adding a modules ? Did this modules needs NetBeans ? Can you please add an example ? Something simple like share cost average from beginning. thanks.
The new module will be based on Humai Trader Core, which has been built on NetBeans Platform. That is, no more need another NetBeans Platfrom package.
It’s better to develop new modules using NetBeans IDE, although other IDE should also works.
I’ll add an example after I am back from vacation. You can take a look at http://platform.netbeans.org first, there are many useful examples for writing modules in NetBeans Platform, which is similar to modules for Humai Trader.
Congrates on making a great program I look foward to your progress
I’m very interested in NetBeans, developing Modules for NetBeans, and Trading.
You have all my favourite topics in one.
Can’t wait to see an example Module to plug into Humai Trader.
Great! Humaitrader will be a very great program to analize stock quotes. I am sure. I’m also interested in developing modules, but of course we need some simple examples. I am not well using JAVA, but I am a coder since long time (C/C++ and others) so I’ll need some help. I did’t see any README in the source code that helps to compile the code. I tried executing “ant” but I saw some errors. Excuseme, ??I am realy newbie in java!
I coded my own indicator (in C++ for my own ‘notcomplex’ platform) and it works well by now…. I’ll code it for humaitrade :)
It would be nice if all the future plugin would be available through the update center. That would be a cool way to distribute the thing people do.
It would be nice if people could send you the plugin and you put it into the update center of the application or you have a page where people send you either the plugin or a link to their page where you can find the plugin.
The case is, it would be nice to have a central place where to find public plugins.
When’s the next release or should I just grab a copy from cvs? I’ve noticed a few spelling mistakes on the java.net page; mind if I take a pass at a few corrections?
Mark
should I just grab a copy from cvs?
which cvs? I registered with java.net just to check out empty directories. cvs and svn on sf.net are unused/empty. this is great stuff! Could somebody let me know where to find the latest code?
thx, mc
Michael you’re right. I assumed that the code was in cvs…..
For the pluggable feature, I'll post a tourial on this site soon.