Jakelib2
What's new in Jakelib2
- Java-Like API
- Cross platform library: Linux, Unix, Win32, Mac OS X
- Namespaces are used to substitute Java's package system, e.g.:
jakelib::lang::String. Thus there is no need
for an ugly prefix like the old jakelib had ('Z').
- A garbage collector
is used to allow lazy object creation via
new without having to worry about deleteing the
objects after use.
- Integration of pcre lib
for Perl-compatible regular expressions with
JDK 1.4-like interface.
(API doc)
- Upcoming integration of GTK
with an API simlilar to Java's AWT.
(API doc)
- Unicode support:
All strings are handled as unicode character
sequences. Converter classes for ISO-8858-x and UTF-8.
- Simple runtime type identification system for all objects
derived from jakelib::lang::Object.
- Simple preprocessor for easy string handling.
Getting involved
Feel free to send me comments and ideas for improvements.
Sun, Sun Microsystems, the Sun logo,Java, J2SE, and the Java Coffee Cup Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
(www.sun.com,
java.sun.com)
Unicode is a trademark of the Unicode Consortium.
(www.unicode.org)
MySQL is a trademark of MySQL AB.
(www.mysql.com)
|