Page 1 of 1

About Question enthuware.jwpv6.2.633 :

Posted: Tue Aug 27, 2013 11:22 pm
by PMiglani
In the last option, if I remove <absolute-ordering>
<name>WF1</name>
<absolute-ordering>
what will be the sequence of merging web fragments. Basically I want to know if <others /> occur in-between 2 <name> elements, will the web-fragments not listed by <name> be loaded in the sequence like <name1>, all others, <name2>, <name3>. or others are always loaded at the end.

Re: About Question enthuware.jwpv6.2.633 :

Posted: Wed Aug 28, 2013 6:48 pm
by admin
For this you will need to go through section Section 8.2.2 of the servlet specification. It is nicely written and not very difficult to understand.

HTH,
Paul.

Re: About Question enthuware.jwpv6.2.633 :

Posted: Thu Sep 25, 2014 5:16 am
by dhanuddhara
I was unable to find the reason why 4th answer is wrong? is their any limitations of having <absolute-ordering> elements?