Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [Wtp-wst-dev] Project granularity


Hi Dave,

As Craig said, the DTD, XML and XSD validators are ready to be checked in. I'm just waiting for the validation framework. The WSDL validator is already available via the Eclipse WSVT project.

Lawrence




"Dave Carlson" <dcarlson@xxxxxxxxxxxxxxx>
Sent by: wtp-wst-dev-admin@xxxxxxxxxxx

11/01/2004 05:35 PM

Please respond to
wtp-wst-dev

To
<wtp-wst-dev@xxxxxxxxxxx>
cc
Subject
RE: [Wtp-wst-dev] Project granularity





Thanks, this answer is helpful.  I fully appreciate the value of minimizing loading time and memory for plugins that are not needed.
 
I resynched with CVS and can run the new XSD editor.  I look forward to the validation plugins.  It does not appear that there is anything I can do toward helping with this goal?  In additional to validation, I want to get some kind of XML instance generator into the build and an XML editor that assists valid insertion of child elements in their proper sequence position.  I see this as a minimal set of functionality required in the M2 release.
 
Dave
 
-----Original Message-----
From:
wtp-wst-dev-admin@xxxxxxxxxxx [mailto:wtp-wst-dev-admin@xxxxxxxxxxx] On Behalf Of Lawrence Mandel


These validators exist in their own plugins as they are reused by several components (such as importers and generators) which need validation but do not require the ability to edit files. Editors have large dependencies and in order to keep the validators light weight and quick loading they were separated out into their own plugins.


Back to the top