[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools.jsf] Re: How metadata files generated
|
- From: Yury Kats <ykats@xxxxxxxxxx>
- Date: Fri, 18 Jul 2008 20:20:42 -0400
- Newsgroups: eclipse.webtools.jsf
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Thunderbird/1.0.6 Mnenhy/0.7.1
On 7/17/2008 5:44 PM, Eclipsian wrote:
> Yury Kats wrote:
>> On 7/16/2008 7:18 PM, Gerry Kessler wrote:
>>> As you have discovered, there is no editor to simplify the creation, or
>>> modification, of a tag library metadata file. However, Yury Kats of IBM
>>> has made a utility available that will generate a starting point metadata
>>> file of all of the tag and attribute entities. You will find it attached
>>> to: https://bugs.eclipse.org/bugs/show_bug.cgi?id=181674.
>> Keep in mind, it's over a year old now and hasn't been updated since.
>
> Yes. It was for WTP 2.0 not WTP 3.0.
Has metadata changed that much between 2.0 and 3.0? I don't think it has.
> It helps but not a lot. I wonder if it is possible to do some more work
> based on EMF code in current jst.jsf.core
The tool would give you a skeleton XML that at the very least contains
all tags and all attributes. You can certainly get the same from the EMF model.
I was also creating actual metadata for many common attributes (id, value, rendered,
action, width etc etc). You won't get from the EMF model.