hi,
i'm working on a project as a summer intern in which
i'm supposed to write a lot of objects(beans) in a XML
file and read it the other end(across a network etc).

it is a graph software consisting of various nodes
which can be connected in 1000's of ways.The output
graph is to be stored in a XML file.This file is then
exported for some other work where it is read.
The beans are basically nodes and the connections as
seperate class files.

previously they have used object serialization and now
they want everything to be in XML.the serialized file
was send along some class files in a jar.The class
files were loaded and used for decoding etc.
Now they want everything in a xml file along with the
properties which were previously in the class files.

I thought of using XMLObjectReaders and writers but
there are some details which are not to be stored as
objects.
If i write XML myself then i'll have to define the DTD
and do 1000 other things.

i'm new to xml so can anyone pl give suggestions as to
how should i approach this problem.

 

=====
Puneet Singh Chawla
Sun certified java develoepr
Sun certified java programmer
Punjab Engg College
Limits exist in the mind,Sky is just an excuse

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to