Quote from acronym:
Blogtrader is different, or ?
Pure java, whatever that means.
Pure Java basically means that it's all written in Java - does not call external libraries other than via standard Java. For example if one was to call a charting library written in C++ that was specific to Windows in order to draw charts, then the application would not be pure Java. Pure Java applications should in theory (and usually in practice) run on any operating System with Java support eg Windows, Linux, OSX, Solaris etc.