• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Regarding API.

 
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Ranchers,
Do i have to memorize the API.

in HFSJ its written NOTE o NOT try to memorize all of these now!Just get a feel for how the API works.

Now i dont know what feel is ,please advice do i have to memorize if yes then which should i include and which not.
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unfortunately, you do have to memorize some of them. Of course, servlets, context, config, dispatcher, filters, listeners, cookies related stuff. Can't tell which exactly, but probably those in your book.
You also have to remember which methods is in which listener.

Good luck.
 
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sometimes it drives me mad these naming conventions :-))

For example

<servler>
<servlet-name></servlet-name>
</servler>

<tag>
<name></name> <!-- why not tag-name ??? -->
</tag>

next :

SKIP_PAGE and EVAL_PAGE - very nice and cleear :-)
SKIP_BODY and EVAL_BODY_INCLUDE - what the f3ck this is?

and I can continue

Seems like somebody has not sense of order.
[ July 25, 2006: Message edited by: Pavel Kubal ]
 
Christophe Verré
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Session timeouts is a nice one two
setMaxInactiveInterval whose parameter is in seconds,
and <session-timeout> whose value is in minutes.
 
Ranch Hand
Posts: 517
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any document which help us to remember API methods?
 
Ranch Hand
Posts: 276
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
just read things as of now!!!
when you take mocks you will get practised to it...
no need to memorize...
(except for some).
 
Your buns are mine! But you can have this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic