6
votes
12answers
851 views
Java XML Binding
What are you using for binding XML to Java? JAXB, Castor, and XMLBeans are some of the available choices. The comparisons that I've seen are all three or four years old. I'm open t …
2
votes
1answer
117 views
Is it possible to have Castor marshal/unmarshal an EnumMap?
I'm using Castor to marshal/unmarshal my Java objects, one of which contains an EnumMap.
Can Castor marshal/unmarshal EnumMaps? I have a mapping file with some nested HashMaps, bu …
1
vote
1answer
53 views
Castor and IKVM
I've converted an api written in Java into a .net dll using IKVM, and so far it's been good.
It basically uses xml behind the scenes to access some web services. The api is 3rd p …
1
vote
3answers
105 views
Tool for importing Excel spreadsheets
Hi,
I need to import some Excel spreadsheets into Java objects. I will use POI to do the task (an old version of it unfortunately). However I wonder if there is some high-level fr …
1
vote
1answer
121 views
Transitioning from Castor to JPA
I am trying to make my java application more standards compliant and one of the biggest issues i am facing is transitioning our ORM framework from Castor JDO to a JPA implementatio …
1
vote
1answer
230 views
How can I handle Castor unmarshaling of SOAP messages when the namespace is defined inside the operation tag?
I am developing a contract-first web service based on Spring-WS. I'm relying on Castor marshaling, and I have run into the following issue.
Requests are being accepted when the " …
1
vote
0answers
132 views
Java castor using custom field handlers
Hey,
I have been trying to write a custom field handler which returns the hash code of a java.awt.Image object when writing to XML and retrieves an image based on this hash code w …
1
vote
4answers
205 views
Java: Using Castor XML with images
Hey,
how can I use Castor XML to marshal a java.awt.Image object to XML, or make the XML reference the image in some way.
Cheers,
Pete
1
vote
0answers
87 views
Webservice with castor Serialzer
Does anyone know how to generate an axis webservice with castor serializer / deserializer?
Current situation:
axis webservice has to be build from wsdl with xsd and castor seria …
1
vote
3answers
360 views
Castor performance issues
We recently upgraded to Castor 1.2 from version 0.9.5.3 and we've noticed a dramatic drop in performance when calling unmarshal on XML. We're unmarshaling to java classes that wer …
1
vote
2answers
135 views
Filter on current date within Castor OQL
I'm running the java cocoon 2 and castor oql. I'm trying to filter my oql query by today's date, but I can't seem to figure out (or find in google) the syntax of the date. The da …
0
votes
2answers
46 views
In Java for XML marshalling/unmarshalling which utility should we use from JAXB, JIBX, CASTOR, ADB etx?
In Java for XML marshalling/unmarshalling one can use JAXB, JIBX, CASTOR, ADB etc.
But out of these which is most generic & commonly used? Or is there any other utility availab …
0
votes
2answers
36 views
Castor and sockets
I'm new to Castor and data binding in general. I'm working on an application that, in part, needs to take data off of a socket and unmarshall the data to make POJOs. Now, I've got …
0
votes
0answers
18 views
Unmarshalling related XML elements within different subtrees
Good day to you,
I use Castor to map network infrastructure into Java classes. My XML file looks like this:
<SPECTRUM_Topology>
<Topology>
<!-- Device inform …
0
votes
1answer
103 views
Mapping collection to XML in Castor
Hi,
I'm trying to map a POJO to XML using Castor.
Let's say I have a Order that has a collection of Items... is there any way of achieving an xml like the following:
<order& …
