| Thread | Last Post | Replies |
|
| request for CSV converter program | 17 Apr 2005 04:12 GMT | 3 |
I guess some of you might have written some utility programs that allow you to convert a CSV file to another CSV file with fewer columns and having some field values mapped according to some rules. I am looking for a similar solution to help my poor colleague to
|
| Log4j core ... where to get? | 17 Apr 2005 01:16 GMT | 2 |
I am having trouble using Log4j because it includes all kind of logging support e.g. J2EE, etc. I only need the very core of it for a thin API that I need to upload to Oracle as Java Stored Procedures ...
|
| Big O and algorithm to decide string A contains string B? | 17 Apr 2005 00:38 GMT | 13 |
I need to implement a function to return True/false whether String A contains String B. For example, String A = "This is a test"; String B = "is is". So it will return TRUE if String A includes two "i" and two "s". The function should also handle if String A and B have huge
|
| how to deploy j2me midlet to motorola v600? | 16 Apr 2005 23:53 GMT | 2 |
Anyone know how to deploy a j2m3 midlet from a PC onto a motorola v600 phone? Can I do that through infrared port? Is there any document on this? Thanks a lot
|
| [STRUTS] ActionForm and Date fields | 16 Apr 2005 23:50 GMT | 1 |
I have a problem in developing an application that use the struts frameswork. Basically I have a formBean with some properties that are Date object: public class PersonBean extends ValidatorForm {
|
| Help, need to add two integers to a queue and check if they are in there later | 16 Apr 2005 23:19 GMT | 1 |
Hi all, I am trying to write a tabu search algorithm for my scheduling program, but have hit a problem with the tabu list. I am using java 1.5 and creating a queue object as shown... Queue tabuList = new LinkedList();
|
| Can't forward requests from Apache to Tomcat: error 403 Forbidden | 16 Apr 2005 17:51 GMT | 1 |
I am trying to create 2 separate environments (dev and test) on one powerful Unix server which has 2 network cards, 2 IP addresses, 2 server names... Using Apache 2.0.43 and Tomcat 4.1.29/JBoss 3.0.7, mod_jk 2.0.43 on Solaris 9, Intranet environment.
|
| Java 1.2 Swing vs. Java 1.5 Swing | 16 Apr 2005 14:15 GMT | 2 |
Has much changed from swing in java 1.2 to swing in java 1.5? I was thinking of getting the o'reilly swing book first edition of e-bay for $10 but it is only up to java 1.2 and is 7 years old. Would this book be missing much? Has anyone read it?
|
| J2ME and serial port | 16 Apr 2005 11:50 GMT | 1 |
I am developing J2ME class that listens the serial port and reads all available bytes from the buffer in a single read event. The number of bytes and the structure of the message may vary very much (read: they are undefined).
|
| servlet+thread+jni | 16 Apr 2005 11:43 GMT | 8 |
I would like to call native shared libraries in my servlet/jsp page. So -As I know- servlets are multi-threaded. It means (I suppose) that my native libraries have to be safe-threaded too no ? (inside I call several time some C modules (like Sybase 11.9 or old version
|
| directory question | 16 Apr 2005 10:47 GMT | 3 |
I have a file named "main.ini" in the directory of jar (self-executable package) When I run jar from its directory all ok When I run jar from another directory it cannot found "main.ini"
|
| JNLP Webstart - Application closes right after starting | 16 Apr 2005 10:31 GMT | 2 |
I made the following JNLP-file which seems to work fine: <?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+" codebase="file:////Users/al/Sites/JAVA/uploader/"
|
| alternatives to HTTP | 16 Apr 2005 06:52 GMT | 6 |
HTTP is the protocol that how client server communicates. HTTP is on top of TCP/IP stack. correct? I want to ask if there are alternatives to HTTP? web services are using HTTP also?
|
| Finding the absolute path to the root (or other known working directory) of a 'standard' J2EE web server. | 16 Apr 2005 04:30 GMT | 5 |
I'm working with JBoss on two different servers with two different versions and two different host systems. I'm storing some data which I want to access from multiple apps in a directory for which I'm able to compute the address. This all works fine, but I'm wondering what ...
|
| tomcat | 16 Apr 2005 02:01 GMT | 1 |
I just installed Tomcat 5.5 and went to http://127.0.0.1:8080/. Then I clicked on Servlet Examples to see what examples it comes with, but I got a 404 File not found error. Anyone know what the deal is? Are the servlet examples separate?
|