Geschrieben von: / Posted by: Dr. Oliver Brausch at 06 January 2004 03:22:36:
Hello all,
I did some interesting work in porting OliThink completely to java.
you can download source code and the jar File at my homepage.
It was not so much work, just an afternoon and evening, mostly adding
some !=0 and ==0 because java is very strict in the boolean-int stuff.
The greatest benefits of java for OliThink is the platform-independency
and the nice multi-threading.
It is only a quarter in speed, but this is more than I expected
since java is interpreting the bytecode at runtime.
Of course it is not very java-style, like there is no object
orientation, just a bunch of static methods:-)
Any suggestions and comments welcome.
Oliver Brausch
http://home.arcor.de/dreamlike