Java Serialization to XML 2.2.5.2 review

Download
by rbytes.net on

Java Serialization to XML (JSX in short) translates between Java and XML, making it possible to search, test, profile, and audit your

License: Other/Proprietary License with Free Trial
File size: 0K
Developer: JSX Enterprises
0 stars award from rbytes.net

Java Serialization to XML (JSX in short) translates between Java and XML, making it possible to search, test, profile, and audit your object data with ordinary XML and text processing tools.

Your data can be migrated to new application versions, to C++, and to other applications by transforming the XML. Unlike other Java XML serializers, JSX is accurate for all objects.

Here are some key features of "Java Serialization to XML":
Works for all objects
JSX avoids the problem of NotSerializableExceptions, now and in the future, because it serializes all objects, Serializable or not. ( read more... )

Nested and recursive objects
JSX can create an instant file format for your data, which you can then configure manually with a plain text editor. Manually coding such a format is a lot of tedious work - and you also have to write the parsing code. This coding is especially unpleasant when your objects have a nested or recursive structure. Java Object serialization (JOS) also works well for this task, except that you cannot see or edit the resulting binary. JOS also requires objects to implement the Serializable interface, and so won't work with all objects. JSX does not have this restriction, and works for objects whether they implement Serializable or not. Here is a case study. ( read more... )

Human readable
XML is easy to check and verify; and automatic serialization eliminates human error in the mapping code. JSX is an instant solution, and removes the error-prone tedium of writing and mantaining externalization code by hand.

Limitations:
30 days trial

You should you buy JSX if:

- JSX costs less than reinventing and maintaining your own solution in-house
- JSX meets your needs better than alternative products
- you need a proven solution that definitely works
- you need it today
- you need the intellectual property rights assurance of an IP indemnity

If JSX is not what you need, then you should stop using it after 30 days and delete it from your system.

Requirements:
Java 1.5

What's New in This Release:
Minor bugfixes.

Java Serialization to XML 2.2.5.2 keywords