Re: Genereta XML file with VE [message #53722] |
Fri, 05 December 2008 14:24 |
Eclipse User |
|
|
|
Originally posted by: nickboldt+eclipse+newsgroup.gmail.com
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
|
|
|
Powered by
FUDForum. Page generated in 0.02833 seconds