1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
  
SourceForge.net Logo

...<Xippo/>...

// Say "no" to the cellulite, use Xippo!

about  |  project  |  mailing lists  |  CVS  |  download  |  doc


What is Xippo?

Xippo is a java tool for XML marshal/unmarshal.

Javacentric: you write your java class without thinking to its XML representation.

Datacentric: you are interested only in data written inside your java object.

What does Xippo do?

It read data in properties of a JavaBean instance and produce a XML String representing that instance.

It read a XML string and load data in properties of a JavaBean instance, or, instance a new object.

It transform XML using a XSL file either in marshaling or in umarshaling process.

It can read or write only String or bean properties.

What doesn't Xippo do?

It doesn't use a schema or configuration file to map java to XML

It doesn't write source of java class starting from XML data or from a schema file.

It doesn't read or write bean properties different from String or bean (Nor int, float, long, .... aren't supported, neither Collection, Map, ...).

It doesn't serialize method or logic to/from java object, only data!

What will Xippo do?

It will support Collection and Map.

It will be faster (Xippo is fast, but we want to perfect!).

Coffee... (to keep you awake!)

Others suggestions?

Why does Xippo say “no” to the cellulite?

Try it!

/* Xippo is Open Software under LGPL license. */
/* created by Xippo Group */

Copyright (C) 2003 Andrea Marchesani & Xippo Group