| Thread | Last Post | Replies |
|
| Java Indexing | 28 Sep 2009 19:43 GMT | 2 |
I'm new to Java have been tasked with coming up with a utility to index a remote drive (a Windows drive accessed from a Mac using SMB) and present matching files from words written into a text field. A search engine for internal network drives, basically. This is
|
| ^M | 28 Sep 2009 01:23 GMT | 5 |
\013 stands for end of line. How about ^M ? which \number is for ^M thanks
|
| InternetProtocollAddress in Java | 24 Sep 2009 13:21 GMT | 8 |
Whats the best way to store an IP-Address?
 Signature Daniel Berger Send files in free open formats.
|
| Dumb question about JavaEE | 23 Sep 2009 08:51 GMT | 5 |
I am about to learn JavaEE. I have some experience with JavaSE. I started reading about Servlets, JSP etc. then I'm planning to master one of java frameworks like Spring but I stumbled upon this statement: "the Spring metaframework, the now growing, leading ALTERNATIVE to
|
| AXISFAULT moving a web service to a new machine | 22 Sep 2009 19:12 GMT | 2 |
Hello. I'm pretty new to Axis and I've been given the task of migrating the current production machine to a new virtual machine. I've copied everything including the jar that has the web service (I run it by .sh on a cron job.) over to the new machine from the old machine. When I ...
|
| New String.isNumeric() function in Java 1.6 ? | 21 Sep 2009 13:28 GMT | 13 |
As far as I heard Sun has finally implemented something like a String.inNumeric() function in Java 1.6 (To detect if a string is numeric). Is his true? If not: Is there another way to find this out WITHOUT a try catch clause like
|
| Properties special case | 20 Sep 2009 14:08 GMT | 10 |
In properties when I have this line "iface eth0 inet static" and then another line that starts with iface it will give me the second line it found. Any way I can preserve the first occurence of the key iface?
|
| FutureTask.cancel() - can anyone explain the mechanism? | 18 Sep 2009 15:25 GMT | 9 |
I have a class which implements Callable<Integer> which is submitted to an ExecutorService two methods of interest are as follows // Called from producer thread.
|
| IPv6 & Java listen sockets | 17 Sep 2009 00:45 GMT | 2 |
My question is about Java's definition of its TCP listen sockets, and the ability of a single listen socket to receive connections from both remote IPv4 and remote IPv6 clients alike. On some OSes, a single native TCP socket can listen to a port on both IPv4 and
|
| How to convert x (elapsed) milliseconds into human-readable format "..d..h..m..s" ? | 16 Sep 2009 17:52 GMT | 11 |
Assume I have a number of milliseconds. How can I convert this value into a more human-readable format with days, hours, minutes and seconds like: 56d17h23m56s
|
| contrast and brightness using histograms | 15 Sep 2009 21:34 GMT | 1 |
hi, would someone be so kind and send me java code for an application that automatically corrects contrast and brightness of a digital image using histograms? Please, it would be of great help.
|
| Volunteers for a new Ajax/Java open source project wanted | 15 Sep 2009 16:19 GMT | 1 |
we are a small group of Java&Ajax fans wanting to build a new open source tool for Project Management, which focus on very easy and fast use. We would like to have some more members that could help. Does anyone
|
| Java Executor framework and blocking IO. | 14 Sep 2009 01:38 GMT | 8 |
I am working on an application where I launch a number of blocking server sockets, each in a different thread. I need to be able to cancel each thread independently. I have been reading Java - Concurrency in paractice and the advice is
|
| jobs for fresh\exp apply resume | 13 Sep 2009 01:36 GMT | 1 |
http://jobsinformation-jobs.blogspot.com/2009/06/sap-jobs.html http://jobsinformation-jobs.blogspot.com/2009/06/dotnet-jobs.html http://jobsinformation-jobs.blogspot.com/2009/06/linux-jobs.html http://jobsinformation-jobs.blogspot.com/2009/06/mcse-jobs.html
|
| How to change color of JTableHeader according to which columns are selected? | 09 Sep 2009 09:54 GMT | 3 |
I have been able to listen to mouse-clicks on the table header in order to select the corresponding JTable columns. However I am unable to change the color of the JTableHeader affected "cells" to reflect which columns are selected. For example if columns 1 and 3 are
|