Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
216 views

Do you take a big performance hit mixing JSP and Servlets?

From my understanding, JSPs are compiled anyway, so I would anticipate you'd get similar performance from both. I want to display a lot of data, and I'm thinking of using JSP for the basics and ...
1
vote
1answer
227 views

servlet for display div tag value according to changing combo box value

I want to do in my project,In combo box there are all employee Id and according to employee Id there should be display timesheet of particular employee. Please help me. Thanks.
1
vote
0answers
176 views

Android Apps passing images to server using protocol buffers?

Is it possible to send large images from an android phone to a server via protocol buffers? If so, could someone help guide me through a process quickly (maybe a sample *.proto and servlet code)? ...
1
vote
4answers
368 views

How to provide business logic in spring in an remote server?

Using Spring as Framework, if i need provide business logic's service to either JSP/Servlets(on Web Servers) or to Application desktop client or Mobile clients, the only way to accomplish the logic ...
0
votes
0answers
18 views

Project Directory not browse in my site

My application is running well. but issue is that the application directory is not browse in site. e.g. I am using Apache/Tomcat. http://localhost:8080/app/maps and i got the error like this, ...
0
votes
1answer
147 views

http method GET is not supported by URL

I run the servlet ,at the time of running it shows error 405 http method Get is not supported but ager refreshing changes is occured which is required in servlet.Why this is happening? Please Help ...
0
votes
1answer
603 views

<input type=“file”> reads only file name not full path

I am using Glassfish Server.I have seen the apache file upload to solve it...but i want to implement it in glassfish server. image.html <form action="" method="post" ...
0
votes
3answers
865 views

RequestDispatcher.forward loop

I am using <url-pattern>/*</url-pattern> to map all the requests to one sevlet,where i do all the authentication work. but I want to skip some static content (like css files).so I ...
0
votes
2answers
2k views

Running code in the context of a java WAR from the command line

How would I go about writing some code to allow access to a Java class in my webapp from the command line. E.g. I have a java class with command line interface, that can runs code in the context of ...
-1
votes
1answer
231 views

Is HttpServlet class is an abstract class? if yes then how ?please can one explain detail

Respected to every answerers..... Sir , i am perceiving MCA (MASTER OF COMPUTER APPLICATIONS) pg course... we have gone through our syllabus, but we were not able to findout that , IS HttpServlet ...