Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » Re: Genereta XML file with VE
Re: Genereta XML file with VE [message #425744] Fri, 05 December 2008 19:24
Nick Boldt is currently offline Nick BoldtFriend
Messages: 481
Registered: July 2009
Senior Member
If there's a schema or data model for that XML file, you could
potentially set up some sort of transform from .java to .xml; AFAIK VE
is backed by EMF, so you should be able to use that underlying model
framework to do some sort of model-to-model transform.

Perhaps asking in #eclipse-modeling on IRC or in one of the modeling
newsgroups would help? I'll copy this to EMF, M2M and M2T.

Failing the above, this sounds like a feature request for the VE project
-- "export to xml" or "transform java editor to XML representation".

Nick

burak celen wrote:
> Thanks,
>
> In my XML file i keep the information about the which widgets use and
> their information.My XML file like
>
> <jframe>
> <jpanel>
> <jbutton>
> <position>100 80</position>
> <width>10</width>
> <height10<height>
> </jbutton>
> </jpanel>
> </jfram>
>
> Normally ve generate Java file but i don't want it.I want to generate
> XML file instead of Java file.
>

--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Previous Topic:[Teneo / CDO] how db notifications are listened to ?
Next Topic:How to get the main Editor from an EditPart
Goto Forum:
  


Current Time: Thu Apr 25 09:12:02 GMT 2024

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

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

Back to the top