On Mon, May 17, 1999 at 07:56:50AM +0200, Rickard �berg wrote:
> Vlada:
> Is it the intent of the EJB1.1 spec. authors that vendors should add
> server specific tags to the EJB-JAR-XML which could be used by the
> Deployer role? It seems logical to do so, and it would not break
> interoperability (XML: gotta love it). If so, any guidelines on how
> these tags should be constructed to allow EJB-JAR-XML files to contain
> server specific tags for several servers at the same time?
>
> Thanks!
>
> /Rickard
>

As was mentioned by Constantine, namespaces in XML address this
problem, without breaking the important notion of document validity.

On the subject of validation, is there any reason why it was decided
not to specify any attributes in the tags for the XML format?

The DTD in EJB1.1 serves to validate the hierarchy used in the
deployment descriptor, but not the content. I've been writing some XML
descriptor examples, and notice there is nothing in the DTD, comments
notwithstanding, to stop me specifying illegal values for any of the tags,
<transaction-type> and <reentrant> tags, for example.

Does anyone else on the list share these concerns? Is there any
technical justification for this particular design of the XML DTD? If
so, please let me know.

Cheers,

Malcolm

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to