Menu

ByteML - Bytecode Markup Language / News: Recent posts

ByteML 0.3 released

ByteML - Bytecode Markup Language is a XML-based specification to
represent the Java bytecodes.
This would be useful for the JVM developer and anyone with a
knowledge of the JVM (Java Virtual Machine) assembly language.

An important by-product of this is to convert a
given java class file to an XML file, and view the
assembly code.

Project Home Page: http://byteml.sourceforge.net .

To download the latest release, visit the Files section
in the sourceforge project page -... read more

Posted by Karthik Kumar 2005-01-21

ByteML 0.2 released !!

ByteML 0.2 is released today.
ByteML is a java bytecode/xml interop. framework aimed at java-xml devlopers.
To get started please refer the java API present in the home page = org.byteml.serialize.ByteMLBuilder :: parseClass.

This release involvies some quick bug fixes for invokeinvirtual and iinc_w instruction for the Class2Xml module.

Home: http://byteml.sourceforge.net
Download: https://sourceforge.net/project/showfiles.php?group_id=62864.
Sourceforge project page:
http://www.sf.net/projects/byteml.... read more

Posted by Karthik Kumar 2002-11-12

ByteML - 0.1 released !!

ByteML is a java bytecode- xml interoperability framework that aims at converting a given java .class file to an XML file.

The XML is obtained as a DOM Document class.

A custom SAX Doc. Handler is written to route to output streams better.

Home: http://byteml.sourceforge.net
Download: https://sourceforge.net/project/showfiles.php?group_id=62864.

Sourceforge project page:
http://www.sf.net/projects/byteml. ... read more

Posted by Karthik Kumar 2002-11-08