Home Discussion Discuss: Ask Servlet questions online

  • Sql Connection in Java ServletAxE April 20, 2012 at 8:39 AM

    Hi, Currently the information regarding the SQL databases are hard coded into the script, Assuming the script will be running for very long time, I like to move the SQL database parameters to the file and read using JAVA I/O and allow user to edit the file, if there is a database changed (hostname, username or password) It should not have any problem, but with this changes. it meant this file will be read for every loading of servlet... Is this the smarter way to use in the "real system" and will the reading on the local file shorten the disk scetor life span?

Post your Comment



Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 
Related Articles
General

Ask Servlet questions online
Ask Servlet questions online       Feel free to ask any question about servlets... and disappears as it fulfilled the request. View and ask questions 

Programming Questions

Software Questions and Answers
; View Software Questions and Answers online Discuss Software development questions, ask your questions and get answers online. Here you can... programming problems. Ask Questions | Browse Latest Questions 

General

Ask Java Questions Online
Ask Java Questions Online   ... is everywhere! View and ask questions at http... Developer Company has just begun a new service ‘ask question online&rsquo 

General

Ask Programming Questions Online
Ask Programming Questions Online   .... So, feel free and post Java questions, JSP questions, Servlet questions, EJB questions, JDBC questions, Applet questions, RMI questions, JQuery questions 

Servlet Interview Questions

java servlets - Servlet Interview Questions
java servlets  sir, i am doing a project of online examination. i have built a question page that has 25 questions. i have use four radio button... of the radio button to servlet 

IDE Questions

servlet - IDE Questions
Java Servlet Programming  What is Java Servlet Programming? ... limitations of CGI programs.Please learn Servlet at http://www.roseindia.net... Servlet".Packages javax.servlet (the basic Servlet framework) and javax.servlet.http 

Servlet Interview Questions

servlet questions
servlet questions  pls send servlet interview questions to anvesh2406@gmail.com 

JSP Servlet Questions

online bookstore - JSP-Servlet
online bookstore  i want to display some books like online shoping.please send me code for that using jsp and servlets 

JSP Servlet Questions

online bookstore - JSP-Servlet
online bookstore  i want code for online bookshop.please send mo soon..........  Hi Friend, Please specify some details. Thanks 

Programming Questions

Software Questions and Answers
online Discuss Software development questions, ask your questions and get answers online. Here you can find questions asked by developers in the past. You can... of answers to common programming problems. Ask Questions | Browse 

General

Ask JSP questions online
Ask JSP questions online       Facing problem in JSP? Ask to us, we... and ask questions at http://www.roseindia.net/answers/questions 

Java Beginners

online quiz
online quiz  Define a Question class which stores a multiple choice... of up to 10 questions. Define the add method of the Quiz class to add a question... approach to populates a quiz, presents it by asking questions randomly 

Design concepts & design patterns Questions

online quiz
online quiz  Define a Question class which stores a multiple choice... of up to 10 questions. Define the add method of the Quiz class to add a question... approach to populates a quiz, presents it by asking questions randomly 

Java Interview Questions

online quiz
online quiz  Define a Question class which stores a multiple choice... of up to 10 questions. Define the add method of the Quiz class to add a question... approach to populates a quiz, presents it by asking questions randomly 

Java Magazine Questions

online quiz
online quiz  Define a Question class which stores a multiple choice... of up to 10 questions. Define the add method of the Quiz class to add a question... approach to populates a quiz, presents it by asking questions randomly 

Java Beginners

online quiz
online quiz  Define a Question class which stores a multiple choice... of up to 10 questions. Define the add method of the Quiz class to add a question... approach to populates a quiz, presents it by asking questions randomly 

Java Beginners

online quiz
online quiz  Define a Question class which stores a multiple choice... of up to 10 questions. Define the add method of the Quiz class to add a question... approach to populates a quiz, presents it by asking questions randomly 

Java Beginners

servlet doubt on online examination system
servlet doubt on online examination system  hai. sir ,i am doing project in online examination system. taken back end as mysql database. and doing the programs using java servlet. MY PROBLEM and doubt is 1. how 2 skip 

General

Ask Struts Questions Online
Ask Struts Questions Online   ... the Java Servlet API to encourage developers to adopt a model-view-controller (MVC... question online and forgive struggling with the codes. Our proficient struts 

Servlet Interview Questions

servlet - Servlet Interview Questions
Servlet Priority  How to set priority for servlet?  in web.xml file we can set priority of servlet. 1 2 

Servlet Interview Questions

servlet - Servlet Interview Questions
servlet  what is the full form of servlet 

Servlet Interview Questions

servlet - Servlet Interview Questions
servlet  what is the full form of servlet 

WebSevices Questions

online exam portal
online exam portal  i am thinking of developing a small online exam pattern with multipe choice questions , can u please give me any idea of how to start 

Servlet Interview Questions

java - Servlet Interview Questions
java  servlet interview questions  Hi friend, For Servlet interview Questions visit to : http://www.roseindia.net/interviewquestions/servlet/ Thanks 

Servlet Interview Questions

servlet - Servlet Interview Questions
naming convention for servlet in java  Need to know the naming convention for servlet in java  Hi,Yes servlet.jar and servlet-api.jar is the same file. In case of tomcat servlet.jar is just renamed to servlet 

Servlet Interview Questions

Servlet - Servlet Interview Questions
Servlet  How To WAR servlet programs and how to deploy in weblogic 

Servlet Interview Questions

servlet - Servlet Interview Questions
, the servlet container will load the servlet class and create servlet object when it receives the first request call for that particular servlet. But, by using the load-on-startup in web.xml for a particular servlet will make the servlet 

Servlet Interview Questions

servlet - Servlet Interview Questions
, Service method in called by the servlet container to process a request from the browser. When user calls a servlet, it's service method is executed by servlet container to process the user request. So, service method is called 

JSP Servlet Questions

Example questions of JSP & Servlet
Example questions of JSP & Servlet  Give me some JSP & Servlet Question and their answers 

Servlet Interview Questions

servlet - Servlet Interview Questions
servlet  how to take a value from user in generic servlet using html form.please give me the code