All hand-written documents are now DocBook XML instead
of plain HTML. From DocBook, HTML is generated. In addition,
there are DocBook generators for FO, PDF, JavaHelp, ...
For more information on DocBook see http://www.docbook.org
Have fun,
Klaus
During documentation of the jsegl it turned out
the the class DataHandle (previously used for
generic data management) created unnecessary
overherhead. Thus it was discarded. Pairs
of int size / void * data are used instead.
The jsegl and exchange_adapter was fixed
to adopt this change.
The documentation is changed accordingly
(written and generated). The jsegl description
is extended to include the main classes.... read more
Hi,
I started to move to log4j, the apache log system.
The connection to JMX should be automatized that way.
Everything still just in CVS, no patch yet. However,
exchange works great with jsegl and the jse-cpp!
Give it a try...
Have fun,
Klaus
The jse-cpp generation scheme for data transfer beween Java and custom libraries
(e.g. exchange) was changed from byte arrays to java.nio.DirectByteBuffer. This saves
one level of marshaling/unmarshaling ;.) while moving data between Java and C++ (both
directions).
Have fun,
Klaus
The org.jsesoft.jse made another step towards
platform independence: It introduced ANT
( http://ant.apache.org ) as major building tool.
With the now provided ant build scripts project
maintanance (swig and xslt generation, C++
and Java compilation, javadoc, ... ). All proven
to run under Linux, Solaris, and Windows 2000.
Check out the CVS repository.
Have fun,
Klaus
Added the UML XMI repository to cvs. See CVS viewer
Have fun! ;-)
wiedkla
See http://jse-cpp.sourceforge.net/javadoc/index.html
or follow the Java doc link on the homepage
Have fun,
wiedkla
See http://jse-cpp.sourceforge.net/cppdoc/index.html
or follow the C++ doc link.
Have fun,
wiedkla
Hi,
there is more doc on the jsegl now.
http://sourceforge.net/docman/display_doc.php?docid=14848&group_id=66995
Have fun,
wiedkla
The first steps of "Joining the team" is now
decribed under the Doc link. Have a look
at http://sourceforge.net/docman/?group_id=66995 !
Klaus
Please view the forums/developers link for more informations.
Klaus
Hi,
the jsegl is now reduced to the max. Source code is
available through cvs. As for documentation, please
use the C++ doc link on the project's home page.
The XSLT for producing Java wrapper code is read
but lacks documenation (yet).
Now I'm working on the XML (UML XMI) repository for
the advanced java support. I have a clear idea on what
to produce, but not on what XMI to use. The XMI standard
allows and different tools exploit quite different XMI
representations. Any help?... read more
Hi,
the cvs repository now contains the entire source code of the jsegl library. Please follow
the CVS link on the project's homepage.
Furthermore, there is C++ documentation for the jsegl. Please follow the C++ doc link
on the project's homepage.
Klaus