Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Working with XML resources in Eclipse
Working with XML resources in Eclipse [message #334294] Sat, 31 January 2009 18:50 Go to next message
Csaba Missing name is currently offline Csaba Missing nameFriend
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 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
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/
Previous Topic:Configuring title of eclipse
Next Topic:display branch name in package explorer
Goto Forum:
  


Current Time: Tue Apr 16 04:17:24 GMT 2024

Powered by FUDForum. Page generated in 0.10878 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top