Working with XML resources in Eclipse [message #334294] |
Sat, 31 January 2009 18:50 |
Csaba Missing name Messages: 16 Registered: July 2009 |
Junior Member |
|
|
Hello Guys,
We will start a new software development project based on Eclipse platform.
We will use some XML-based resources in our project and need to work with
them (load, process, save).
Is there any Eclipse-specific tool and/or framework for XML binding,
processing, serialization, persistency?
Or we should use existing Java-based XML solutions for this purpose like
JAXB or other XML-APIs?
As I know, Eclipse is also massively using XML resources like plugin.xml
files...
Thanks, guys!
Regards,
Csaba
|
|
|
Re: Working with XML resources in Eclipse [message #334296 is a reply to message #334294] |
Sat, 31 January 2009 20:56 |
Ed Merks Messages: 33264 Registered: July 2009 |
Senior Member |
|
|
This is a multi-part message in MIME format.
--------------030405020203060201090307
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
Csaba,
You asked much the same question on the EMF newsgroup. EMF effectively
gives you all the same types of things that JAXB or DOM give you, but
also a lot more that you're likely to need but haven't considered yet.
It's pretty easy to use this tutorial to try it out for your schema:
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.emf.doc/tutorials/xlibmod/xlibmod.html
If you invoke "Generate Test Code" EMF will generate a *.tests project
with an XyzExample.java that you can run stand alone to load and save
instances of your files.
Csaba wrote:
> Hello Guys,
>
> We will start a new software development project based on Eclipse
> platform.
> We will use some XML-based resources in our project and need to work
> with them (load, process, save).
>
> Is there any Eclipse-specific tool and/or framework for XML binding,
> processing, serialization, persistency?
> Or we should use existing Java-based XML solutions for this purpose
> like JAXB or other XML-APIs?
>
> As I know, Eclipse is also massively using XML resources like
> plugin.xml files...
>
> Thanks, guys!
> Regards,
> Csaba
>
--------------030405020203060201090307
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Csaba,<br>
<br>
You asked much the same question on the EMF newsgroup.
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
Powered by
FUDForum. Page generated in 0.02915 seconds