How to work with Chinese login page
(internationalization).if he enters user name and password
in chinese, how is it converted to English and validate in
db? And in reverse it should display welcome message in
Chinese,if user is valid
Answers were Sorted based on User's Feedback
Answer / rashmi
Using Locale Class, it may be done... try it using Locale
class...
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / venkat
Wen u are in such a condition, the resource bundles are used.
resource bundle is nothing but a property file.the container
looks for the specific property file and gets those values
in english.after performing the business logic, it again
looks the properties file .here the container does not
automatically does the process.we have to define some code
in the servlet.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ravikiran
with the call to setLocale of the ServletResonse Interface
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / imran
you r accepting input data as chinese from the form then u
might be having some special methods to convert from
chinese to English in the system applications itself..try
to find out them....
| Is This Answer Correct ? | 2 Yes | 2 No |
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
How do cookies work in servlets?
How does Cookies work in Servlets?
How to get the path of servlet in the server?
How many ways to remove the session object in the container
Differentiate between get and post?
Explain the methods of request dispatcher in servlet?
What are the difference between RMI and Servlets?
what is the difference between do get/dopost
Explain the jar and war files in servlet?
Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.
Explain the architechure of a servlet?