• 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

ServletContext Object?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
wats the purpose of creating servletcontext object ??
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you need to know anything that is not explained by the Documentation?
 
n haary
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Joe Ess wrote:Do you need to know anything that is not explained by the Documentation?



since i am new member of this java community , i hardly know the way to post the queries so please bear with me sir.
 
n haary
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can any one explain me how to use the "quote" and "edit" buttons in the window??
 
Joe Ess
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

n haary wrote:
since i am new member of this java community , i hardly know the way to post the queries so please bear with me sir.



We have a FAQ, HowToAskQuestionsOnJavaRanch, which details how to be a good contributor to our community.
As for the "quote" and "edit" buttons, pushing "quote" on a post will give you a text box with the quoted post in it, which is handy when responding to a post. Clicking on "edit" will let you edit your own posts.
 
n haary
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Joe Ess wrote:

n haary wrote:
since i am new member of this java community , i hardly know the way to post the queries so please bear with me sir.



We have a FAQ, HowToAskQuestionsOnJavaRanch, which details how to be a good contributor to our community.
As for the "quote" and "edit" buttons, pushing "quote" on a post will give you a text box with the quoted post in it, which is handy when responding to a post. Clicking on "edit" will let you edit your own posts.



thank you joe . hope we have a good association.
 
Sheriff
Posts: 22783
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ServletContext is not a socket / Internet protocol problem but a servlet one. Moving to our Servlets forum.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic