1. Running a new executable file of a Java application, saving a session stackoverflow.comhere is a rather newbie question, but it'll be very helpful if you give me some clues. I am running a Java application (with Gui). Every time I exit the Gui, the ... |
2. How to maintain application geometry, size (including child widgets') through sessions stackoverflow.comI am writing a small application in GTK+ and java, and I want it to maintain its position, size, including those of child widgets, for each session. Is there any other ... |
3. Can I change the root directory of the session storage? stackoverflow.comCurrently the session storage saves all session files in a system dependand folder suited for session state files. But in one of my applications I want the session files be saved in ... |
4. session management in swing based applications stackoverflow.comI am developing a swing based DEFECT TRACKER application. The problem is I have to maintain user sessions. I do not have a clue how to do this. Many users may ... |
5. Swing Application Framework session store stackoverflow.comI have been using the Swing Application Framework, and very pleased with its sessions state storage. I was wondering if it's possible to delete (clean up) the persisted states.
|
6. Need help using SingleFrameApplication to save sessions stackoverflow.comI have a program that need to save all of the things in JTextFields, JComboBoxes, etc. I came upon an example that lead me to believe i could achieve this with the ... |
7. Making http calls from swing application to a servlet, session not saved stackoverflow.comI'm creating a Swing application that connects to a web server, running some servlets (created by myself). On the 1st time a user connects, he get a "playerID" that is saved ... |
8. Manage user session (active, idle) on swing app forums.netbeans.orgHi there, I'm working on a desktop app built on nb 5.5 . I need to monitor user activity in order to block the app after a given time idle. Any ... |
9. MainTain Session in swing coderanch.comI had developed a pattern for this. What you can use is a singleton object of a class encapsultaing java.util.Hashtable to act as session. Please note that this object could be singleton per JVM (if the app is running once only for one user) or singleton per user-frame (when the app is supposed to maintain several users at a time; although ... |
10. "Idle Time Out" or "Session expires" functionality in Swing App ? coderanch.com |
11. How to maintain session in Swings application coderanch.com |
12. restricting multiple user sessions on swings coderanch.com |
13. Session Timeout coderanch.comTo be honest, I don't think a Swing timer is a good solution in a non-Swing application. Since this is a web application, I would use a JavaScript timer or META refresh tag; if the page stays active for X seconds then call a new page which invalidates the session and goes to the main page. If the user does anything ... |
14. Maintaining logs of a chat session java-forums.orgHi All! I have a chat application to simply send the instant messages, which is working fine. And now i want to maintain a log using this apps. this apps is developed in java swing. I am unable to append the chat messages to a logger class in order to maintain the log tht should be in XML format. Plsss suggest ... |
15. session java-forums.org |
16. start admin gui and in my app session resets java.net |
17. Swing-Servlet Application with Http Connection session problem forums.oracle.comHi all, I am developing an application using Swing at client end and Servlet at Server side. For communication between client and server I am using HttpURLConnection. As the client end is in Swing so no browser is required. The problem I am facing is how to maintain session without using Cookies or without appending session id directly to HttpURL String ... |
18. Reminder -- Ask the Experts Session on Swing (October 16-20) forums.oracle.com |
19. Ask the Experts session on Swing (October 16-20) forums.oracle.com |
20. Session Timeout in Swings forums.oracle.comHi, I have an urgent requirement in swings which is given below An application would have a 4 hour "timeout" that would automatically log the user off if there has been no activity in the application. The applicatioin would exit without saving changes. A pop-up warning of logout would appear after 3.5 hours of inactivity. Regards Padma N |
21. Reminder -- Ask the experts Session on Swing (October 16-20) forums.oracle.com |
22. Ask the Experts session on Swing (October 16-20) forums.oracle.comEd Ort is a writer on the staff of the Sun Developer Network. He writes technical articles that appear on java.sun.com and developers.sun.com. After a long career at IBM, where he focused on relational database technologies and programming languages, Ed came to Sun and turned his attention exclusively to Java technology. Besides writing, Ed also manages the SDN chat program, and ... |