| Thread | Last Post | Replies |
|
| best approach for updating a live servlets site without booting off users | 06 Dec 2006 01:15 GMT | 2 |
Does anyone have any great ideas or experiences they could share regarding pushing new code out to a live website? I have two load balanced machines running my application. There is some important state in the HttpSession.
|
| Question about Full screen exclusive mode | 05 Dec 2006 22:50 GMT | 9 |
I write a program in which i use fullscreen mode. I have read about this a little. I learn from David Brackeen's book - Developing Games in Java and of course from java docs but there is a problem i cannot handle by myself so please help me i you'll be so kind :)
|
| How Do I Force the Browser to Save a File | 05 Dec 2006 21:54 GMT | 2 |
I work in a web based environment (Oracle 10.1.2) and have a situation where I need to send a file to the user's client machine. I want to make sure that when I send the file the user sees a dialog box that asks them to save the file to disk.
|
| Java API to check status of Windows NT service? | 05 Dec 2006 21:43 GMT | 1 |
Can anyone share a code snippet written in java that takes the name of a Windows NT service and returns the status of the service? Running, Paused, Stopped, etc. TIA,
|
| Did anyone upload file to php server by using swing applet before? Need help!!! | 05 Dec 2006 21:02 GMT | 3 |
I need a help. Recently I wrote a swing applet for uploading files to php server. It seems that everything is fine now. I can get the exactly same size files in the server. For text file, there is no any problem to be openned. But for image and moive files (such as .jpeg, .gif ...
|
| How to distinguish between two running threads | 05 Dec 2006 20:44 GMT | 10 |
I have an applet and I want to create two threads - one to handle inbound network io and the other outbound. So I do this: public class MyExample extends Applet implements ActionListener,
|
| Is there a free software to show Java classes' relationship? | 05 Dec 2006 19:21 GMT | 8 |
I am reading a Java program written by my officemate. There are about 30 to 40 classes. Some are gui, some are models. I feel very hard to comprehend which class is calling which class. Should I ask the author to give me a UML map? I don't think he has used
|
| Preventing duplicate form submission | 05 Dec 2006 19:12 GMT | 6 |
I have a Java/JavaScript GUI application where I perform a lot of long DB operations [e.g. massive SQL Insert's], which takes 5-60 secs to perform. Sometimes user double-clicks the button or just gets impatient and clicks
|
| Unicode to numerical value ? | 05 Dec 2006 17:47 GMT | 3 |
I am trying to get a unicode string into a numerical value. Example: "\u0001\u0012" = 65554 Is there a method that can take the string and convert it to a long/int or even a string with the numerical value.
|
| Removing a jsessionid for a soon to go invalid session | 05 Dec 2006 17:42 GMT | 3 |
I have a purchased specialized search tool that cannot tolerate being shut down before it completes its search, so when a user logs out of our tomcat application session, I redirect them and then allow the search to complete in a thread. At the end of that thread I invalidate
|
| COULD YOU HELP ME? | 05 Dec 2006 17:15 GMT | 5 |
Hello, I am a master student at Brigham Young University. I am doing a study about religiosity and broadcast news. I really need your help. This survey only will take 5 minutes. Sorry for the inconvenience.
|
| JList doesn't constantly refresh | 05 Dec 2006 17:04 GMT | 3 |
I'm having a problem updating my jLists. I'm trying to update it using the jList.setListData(array) while in a loop so that it's constantly updated. Any suggestions or strategies are greatly appreciated. Thanks private void jButton3MouseClicked(java.awt.event.MouseEvent evt) {
|
| how can i store files complete path in an array with filter say *.log | 05 Dec 2006 15:31 GMT | 2 |
Hi alll, How can i copy the location of files in the string array using filter like *.* ,*.log or any pattern. Thanks in advance
|
| mutual exclusion of n processes - algorithm. | 05 Dec 2006 15:31 GMT | 1 |
Hi, I'm looking for some algorithm of mutex for n processes and I found only Lamport's Alg. There are at least 2 more algorithms: Peterson and Dekker. I found algorithms only for 2 processes, but I need one more for n. If you know any other algorithms or know how to implement one of
|
| Why is Java lying? | 05 Dec 2006 14:58 GMT | 7 |
I'm trying to compile a very simple JSP page on Tomcat 5.5, JDK 1.5 <%@ page import="java.util.*" %> <% Object v = new String("b");
|