1. How can I run servlet without user interacting stackoverflow.comI want to excute a servlet to get server name,server port and ContextPath from request. But I don't want to invoke servlet by user interacting. I want excute this servlet by Java ... |
2. How to deal with private/public pictures of a user created image gallery? stackoverflow.comI am working currently on a web project where users can create image galleries and upload pictures. Optionally they can mark pictures as private so that nobody else can look at ... |
3. how to create multiple users in opengts 2.2.9 stackoverflow.comdoes any body knows any thing about opengts working process and how to create new user in opengts 2.2.9. |
4. Preventing user seeing previously submitted info stackoverflow.comI have been given a spec for a web app which will be deployed on public terminals. This app will accept personal details during a loan application process. Is it possible ... |
5. Stopping users from backing up in a servlet coderanch.com |
6. Users screen resolution from servlet? JSP? coderanch.com |
7. User Authentification with servlet coderanch.comAuthentication is covered fairly often in the Servlets forum, so I recommend a search first. You'll find threads like this one: http://www.coderanch.com/t/355825/Servlets/java/Authentication-getRemoteUser As I understand it, the difference is that you want the user to pass the credentials (ie username password) to a servlet and have the servlet log them into the servlet container's authentication method without using the usual mechanism. ... |
8. package com.oreilly.servlet.* users! coderanch.comAnybody have much experience with file uploading using this package? I'm having a problem getting a MultipartRequest object to instantiate. Before, everything was working when I was just going straight to a servlet that knew it was processing a multipart request. I had successfully gotten file uploading to work. Now, I am going with a more strict MVC-architecture- so in my ... |
9. servlet that inititates installation on the users's desktop coderanch.comHi all, I have an appliction where the user needs to get the installation of an application upon authentication. i.e. the first step is user provides username and password. The servlet authenticates the user. for a valid user, a certain application is to installed on user's desktop. How can make a servlet to do that. I can always send the file ... |
10. Losing user ID info between Servlets coderanch.com |
11. writing the user defined function in servlet coderanch.com |
12. User Info from servlet to Jsp coderanch.comsorry don't have any code for it well I know some ideas to implement it like using session save all the user in a list but not able to implement it into code please help me out... All I want to see the implementation of it So that I can understand it... thanks kaustubh |
13. user defined functions in servlets forums.oracle.com |