| Thread | Last Post | Replies |
|
| writing a GIF | 13 Apr 2005 10:46 GMT | 3 |
Could someone tell me the easiest way to write a GIF in Java? ImageIO.write doesn't seem to work.
|
| Setter method in form bean corresponding to text field in JSP | 13 Apr 2005 10:30 GMT | 4 |
In my JSP, I am having a text field like this <input type="text" name="data(id)" /> Please note, that I am not using <html:text> tag. Can you tell me what should be the corresponding setter nethod signature in the bean.
|
| insertion sort java code | 13 Apr 2005 10:04 GMT | 11 |
Would someone post the code for the insertion sort on an array of some type?
|
| [Sockets] Problem with ObjectInput/OutputStream | 13 Apr 2005 09:42 GMT | 7 |
I encountered a problem using the ObjectInputStream and ObjectOutputStream. I wrore: ObjectInputStream input; ObjectOutputStream output;
|
| getting key using value | 13 Apr 2005 08:49 GMT | 2 |
Is there any way to retrieve the key using the value from HashMap/Properties ? containsValue(key) just returns true/false and not the actual key or entry.
|
| Can I offer the JRE for download on my own site? | 13 Apr 2005 08:31 GMT | 2 |
I am thinking about using a java based chat application on a website. One of my concerns is that it may be difficult for computer novices to find and download the correct JRE off the java site. They need to do some autodetection of OS and have a huge Download Here button that
|
| JList | 13 Apr 2005 08:11 GMT | 1 |
How to add a single element to the JList at run time? Thanks, Sri
|
| email posting | 13 Apr 2005 07:51 GMT | 1 |
I will be making public the emails sent to me by a person who asked me to do work for him. he refuses to stop sending me emails per my request, so as I emailed him, if he kept sending em emails I would post our conversations i a
|
| Tomcat Servlet not being recognized or something... | 13 Apr 2005 04:15 GMT | 1 |
Hi, thanks for reading. I have created a simple servlet (that compiles properly) and compiled it into a war file. I deployed the war file in the webapps directory, and it is extracted appropriatly into a directory listed as
|
| Simple recursion problem. Need help. | 13 Apr 2005 04:11 GMT | 14 |
I have this simple recursion problem that i need to solve. It starts with the following string: String element = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; I need to generate and print on screen all combinations of uppercase
|
| HttpURLConnection timeout? | 13 Apr 2005 03:00 GMT | 2 |
Is it possible to set a timeout when opening a connection to an HttpURLConnection? For example, is it possible to make the connection call and limit it to 5 seconds before a response is generated?
|
| NIO on sun doesnot give WRITE notification | 13 Apr 2005 02:02 GMT | 4 |
I am trying to write a small program using the NIO class that would read from a socket some data, process it and then send the result back. For this I need to register the channel for OP_READ first, when I have processed the data and have some results I would set it to OP_READ | ...
|
| Constant list of strings and numbers | 12 Apr 2005 20:50 GMT | 5 |
Is it possible to make a constant list of lists of strings and numbers in Java? I know that I could make an 2D array of Objects and store String and Integer objects in it. But that could make a list unnecessary big
|
| endless loop and i dont understand why | 12 Apr 2005 20:20 GMT | 4 |
line 0070 numbers += temp; the whole code is posted at : http://www.vkarlsen.no/pastebin/default.asp?id=5485 i simply do not understand why this causes an endless loop, when i
|
| Java Struts | 12 Apr 2005 20:11 GMT | 2 |
I was just reading through some of the topics, and I'm not sure whether I truly understand what Java Struts are. Are Struts a major piece of web applications, and what can the Java Struts package provide me as a developer?
|