| Author |
Question on DD
|
Vineela Devi
Ranch Hand
Joined: Dec 20, 2003
Posts: 191
|
|
Hi, Is there any Specific Order in which we have to declare the tags in DD?If so, where can we get tht order? Thanks in Advance. Vineela
|
 |
Meera Rao
Greenhorn
Joined: Apr 22, 2005
Posts: 29
|
|
No you don't have to in the new spec. Take a look at this: http://www.coredevelopers.net/library/j2ee/servlet24/index.jsp
|
Meera Rao<br />SCJP1.2 SCWCD 1.4
|
 |
Rafael Pereira
Ranch Hand
Joined: Mar 23, 2005
Posts: 32
|
|
Servlet 2.3 used DTD (Document Type Definition) to describe the XML descriptor. DTD needs an ordering in its elements. Now, the new specification (Servlet 2.4) is using XML Schema to describe the XML, so the ordering is not mandatory. This change invalidates lots of mock exam questions, regarding the ordering of DD elements! [ April 26, 2005: Message edited by: Rafael Pereira ]
|
Sun Certified Web Component Developer 1.4<br />Linux LPI Certified (LPIC-1)<br />Sun Certified Java Programmer 1.4
|
 |
 |
|
|
subject: Question on DD
|
|
|