3 Results for Java

OSS Could Be Key in Leveling Stock Market Playing Field

While there have been some questionable strategies playing out on Wall Street recently, and the Securities and Exchange Commission continues to scrutinize the legalities of a few high frequency trading techniques, former NYSE chairman William H. Donaldson's statement to New York Times holds true: if an individual investor can't keep up with larger brokerages, it's a major disadvantage.

Marketcetera feels that open source software is an ideal way for smaller brokerages to keep up with -- and perhaps outmaneuver -- their larger competition. Marketcetera CEO Graham Miller sees open source hosted/SaaS (software as a service) trading platforms as having particular potential for investors using high frequency trading methods. And Miller isn't the only one who believes this -- the evidence is vibrantly illustrated by Sky Road LLC's integration of Marketcetera's open source, automated trading platform into its SaaS financial services product line.



Marketcetera's Open Trading Platform Taking FOSS and Finance Further

The Marketcetera team is as aware as the rest of us that economic changes are coming fast and furious, and that open source software can have an impact on a company's -- or individual's -- financial future. Honestly, one could say Marketcetera is twice as aware of open source software's financial potential.

Today, Marketcetera released the first full production release of its open source automated trading platform. Aimed at hedge fund managers, traders, brokers and dealers, the system is standardized, open, scalable and modular. This, says Marketcetera CEO Graham Miller, offers users faster deployments, better integration, and the ability to customize everything from the public APIs to data models.



JVM-Based Languages Grow In Popularity

One of the fascinating trends that the Java world has seen in the last few years is the growth of non-Java languages that use the JVM (Java Virtual Machine). After all, if you create a new programming language, you will need to write it for a particular platform. If you want your language to be portable across platforms, you will need to implement versions for each of those platforms. By contrast, if you implement your language on the JVM, then your language will work on any system with a JVM, which is basically everywhere. Four of these languages -- Jython, JRuby, Groovy, and Scala -- are released under open-source licenses, and are increasingly popular choices for programmers who value portability.