| Thread | Last Post | Replies |
|
| Eclipse caps toggle plugin | 07 Oct 2007 00:43 GMT | 1 |
I recently installed a plugin called CapsToggle which does the usual toggling between upper and lower case, but it also can toggle between db format and camel case such as DB_FIELD_NAME -> dbFieldName. This is really handy and it works great. The problem is that for some reason
|
| draw line position - networking | 06 Oct 2007 21:55 GMT | 1 |
The code bellow will enable users to scrible anything on a canvas. Now what I intend to do is to create a vector object for every position (pre_x,pre_y,x, y) of the lines drawn on the canvas and send it using a socket connection to a remote server.
|
| Reliability of Java, sockets and TCP transmissions | 06 Oct 2007 21:41 GMT | 10 |
I am writing client and server components of an application that communicate using Socket, ServerSocket and TCP. I would like to know just how reliable this connection/protocol combination is in terms of transmission errors. So far I have only been able to run the application ...
|
| generics and arrays and multi-class collections | 06 Oct 2007 19:49 GMT | 22 |
Yo peoples of the earth, What is the proper use of generics when you want to use arrays as well? Is there anybody out there that writes code that does NOT generate
|
| Arrays.asList() doesn't work quite like I would think it should | 06 Oct 2007 18:54 GMT | 35 |
I've included an example of the problem I've run into. I'm trying to randomize an array of integers, much like the following program does. Unfortunately when I ask the system to do so, I don't get a randomized array. Now normally this wouldn't bother me. I would just assume that
|
| reader/writer design question for custom datatype | 06 Oct 2007 18:13 GMT | 8 |
I have a situation where I have several different input formats that ultimately need to construct a List<Map<String,Object>> and at some point I will need to write out the same datatype as well. Classic serialization.
|
| corejava | 06 Oct 2007 17:59 GMT | 1 |
hai to all can anybody give me sites to download the core java demo projects with executed projects please help me on i.e 6-10-2007 before 6 pm thank you
|
| Error using POP3 to fetch email using Javamail | 06 Oct 2007 17:33 GMT | 7 |
I was trying to fetch the number of unread email messages in my yahoo/ gmail inbox by using the Javamail, and JavaBeans Activation Framework by using the link http://timarcher.com/?q=node/52
|
| Major problem with hostname resolution in Win2K | 06 Oct 2007 15:19 GMT | 7 |
I'm having a terrifically difficult time getting the hostname of my computer to resolve to the correct, external IP address (as opposed to 127.0.0.1). I think it's a Win2K problem, but I'm not sure. I'm posting here in case someone knows about it, and in case I'm mistaken
|
| Java Euro Converter | 06 Oct 2007 15:04 GMT | 8 |
I'm trying to write a Java Applet that converts euro's to dollars (+ dollars to euro's). I never wrote a Java Applet before so I don''t know where to start. Is there anyone that would like to write me a basic applet to perform the specified task?
|
| corejava | 06 Oct 2007 12:13 GMT | 1 |
hai to all can anybody give me sites to download the core java demo projects with executed projects please help me on i.e 6-10-2007 before 6 pm thank you
|
| Distributing java.policy with Applet.jar | 06 Oct 2007 11:30 GMT | 9 |
How people usually distribute java.policy file when user is first time loading signed applet with browser? I tried to embed it into applet jar but that didn't work. What is nicest way to distribute policy file to user's browser?
|
| relative paths for properties files in a web app | 06 Oct 2007 09:34 GMT | 6 |
I want to plug an API in to a web app. The API has a properties file that has properties defining the relative location of particular files. The questions I have are 1. where should I store such 'particular files', indeed including the
|
| Creating a Book Recommendation page. Community feedback appreciated. | 06 Oct 2007 08:05 GMT | 15 |
After the recent accusations from Twisted that I'm conning innocent newbies into spending money, I've decided that I really *should* be getting a cut for all the referring I do. I'm starting a bibliography page of books that I refer to often here. I would like the cljp
|
| why do I get this runtime error | 06 Oct 2007 05:16 GMT | 4 |
When I run this: package scratch; import java.io.*; public class Main extends ClassLoader
|