Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the JSX-ideas group. File : /src.zip ...
Hi all, The new web-page for JSX is launched! It includes a compelling application ("Upgrading user configurations the easy way") and six new customers. ...
Hi, I have requirement where I have to create different objects by just modifying the XML file generated by JSX. The objects that are serialized to the XML...
Hi, I am trying to implement a mechanism where I can serialize Java Objects to XML. I am using the JSX package. I do not face any problem when I serialize the...
Hi all, The AXIS implementation has a lack: an XML serializer that works for all objects. Fortunately, JSX does exactly that. AXIS is Apache's implementation...
Hi, In the discussion on GPL there has been a said alot about distribution. I am now starting to understand why the commercial license says so much about...
Hi, while parsing a JSX generated XML file with the Xerces parser an SAXParseException was thrown: org.xml.sax.SAXParseException: An invalid XML character...
HI, I just wanted to share something with the list that I found. After chasing a bug I realized that JSX behavior towards serializing is not the same as java....
Hi everyone, Just a reminder for anyone contemplating purchasing a commercial license: there is set to be a substantial price rise 31 Jan. If you are sure you...
Hi, when trying to serialize following java code Frame frame = new Frame("Login"); frame.setSize(200,400); Panel loginpanel = new Panel(new GridLayout(3,1)); ...
I've written all ImageIcons to separate file to decrease the size of the XML file... However during the deserialization of it I keep getting an error... at...
Hi, Here is an example of how to use XSLT with the standard JSX-package, not using any of my experimental extensions. It makes use of Pipes, like Brendan...
Hi all, I didn't get to email over the weekend so this is a hudge podge of responses... ... I think JBoss moved to the LGPL license because of this very...
Hi, Here is a first version of a replacement for ParserXML that uses a SAX-parser. It demonstrates the idea of using two threads and a queue to resolve the...
hi, I have this piece of code to test serializing and deserializing java.io.File. shouldn't the before and after output must be same? the xml file looks fine...
Hi Brendan, This whole issue of what part should be in control of what (JSX,SAX,Transformer)is confusing and needs to be thought through carefully. Yes, the...
Hi Brendan. I noticed a previous thread where you mentioned that there was a lack of demand for 1.4 support. As I mentioned before Christmas, my company is in...
Hi, I am working on a version that allows you to register a handler object with ObjOut. The handler has to implement the following interface: public interface...
hi all, i am using JSX for XML2Java mapping in my application. i have written my own structure which extends HashMap and implements Externalizable. the little...
Hi, I have been playing around with stylesheets to generate the JSX-format, and discovered that for certain attributes like obj-name the order of attributes...
Hi, AMERICAN EXPRESS: We are now set up to accept payment via American Express for the commercial JSX license. Please see details on the updated license form:...
I propose the following mapping between Java class and XML which seem to me the correct bridge between Object Oriented concepts and pure data like XML: - the...
OK, this may sound like a really stupid question, but is there a way to construct a java object by transparently loading the object using JSX. To be precise, I...
Hi~ JSX needs Java 1.2 and the homepage of JSX links to KOML for the use of XML serialization with Java 1.1. Could you let me know what features of JSX make it...
I've been testing JSX with a view to recommending it as part of a Java-based application my company is shortly to begin developing (we would be the second...
This email is to inform you of release '0.9.7.139; of 'Java Serialization to/from XML.' through freshmeat.net. All URLs and other useful information can be found...