Why jsp is better than servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of java servlet api?
What do you mean by default initialization in java servlet?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
waht is the main diference b/w servelts and JSP ?
What is cgi and what are its drawbacks?
What's the servlet interface?
What is servlet name in web xml?
How is the get () method different from the post() method?
Hi Friends, Suppose you have a web appliction which consists of 100 clients are connected with Connection pooling and they are associated with 100 connection objcet and connected with DB sever,Due some problem DB-Server suddenly crashed and server came to down state for a while after few minutes DB-server once again up,Now how will I manage my Pool Management with my 100 clients...can any one tell me??????????????????
What do you mean by httpservlet and how it is different from the genericservlet?
Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!
why we should override only no-agrs init() method.