• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

no consistency in defining elements....:-(

 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is anyone else as frustrated as I am......
I know I can't change the Specs...but wouldn't some reviewer think of these....

Also, <description> and <display-name> come in random order. Sometimes they are the first child element and sometimes they are in the middle or end.
I feel its very mean to Sun to expect us to remember all such things....
- satya
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
me too frustrated having to remember the order in web.xml.
I guess we don't get questions on the ordering of trivial elements. I'm concentrating on ersin's DD aid and nothing else. I dont care even if I miss few such questions.
-Srini
 
Ranch Hand
Posts: 2166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Satya,
nearly everybody reports from the real test that we have to know the dtd of web.xml and of tld-file.
But will the questions be that nitty gritty. Is there a question that asks for example:
Will this work?
<web-app>
<small-icon>aIcon</small-icon>
<big-icon>bIcon</small-icon>
...
</web-app>
I dont think so. Do they even know?
Perhaps you became the world-leading expert in incongruencies of servlet/jsp-specs.

I believe that there is a danger to get lost in details. I really became frightened to code. Last night I had a good experience with adding reporting functonality to my to-much-scriptlet-in-jsp mockexam engine. But I am happy with the app. This is a powerfull technology. And I will introduce taglibs in next refactoring.
I will get voucher quite soon. I am not aiming at 100%
Axel
 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How about these two elements:
<!ELEMENT resource-env-ref (description?, resource-env-ref-name,
resource-env-ref-type)>
<!ELEMENT resource-ref (description?, res-ref-name, res-type, res-auth,
res-sharing-scope?)>
The names are so confusing
 
Madhav Lakkapragada
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Raj:
For now, I am taking it easy on the less known elements like the resource-??? and the env-entry and the ejb-???
- satya
 
Raj Kumar
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Madhav, I wish I had that luxury. I am taking the exam on tues... :roll: Btw, a simple ques. What happens if u send a post request to a servlet that doesnt have a doPost method. Do we get a blank page or an error? Thanks for ur help
 
Madhav Lakkapragada
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
or an error?
Status Code: 405
Message: HTTP method GET is not supported by this URL
Good luck.
- satya
Edited:
OOPS, I tried with GET. But I would expect the same result even with POST.
- satya
[ February 17, 2002: Message edited by: Madhav Lakkapragada ]
 
This is my favorite tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic