| Thread | Last Post | Replies |
|
| How not to hardcode | 07 Aug 2006 21:04 GMT | 3 |
Heres a general question: How to avoid hard coding? anyone like to share some tips to avoid hard coding? Cheers ST
|
| Eclipse vs VS.NET | 07 Aug 2006 20:55 GMT | 6 |
Hello developers, Does any one know where can I find a third-party evaluation which compare both products? Thank you very much in advance.
|
| pass nested structs through JNI | 07 Aug 2006 20:13 GMT | 1 |
I need to pass a nested struct as argument to JNI function e.g. struct A { int a struct B
|
| how to get data from XML ? | 07 Aug 2006 20:12 GMT | 3 |
i have the following XML message, i a way to get a list of pairs of the values of Type & NumberOfPayments. <Content> <list CustomerId ="123456" city = "NewYork" >
|
| awt event, how to make all button listen to 3 keys | 07 Aug 2006 19:04 GMT | 1 |
The JButton by default is associated with the key "space bar", pressing that key same as clicking mouse on it. I have a swing app which has muli-panels and buttons. I'm wondering how to make the two "Enter" keys triger button's action as well.
|
| Difficulties with Java | 07 Aug 2006 17:44 GMT | 4 |
I am trying to write some software in Java and, amongst other problems, I'm finding it very difficult to express simple concepts in Java. For example, when writing RPC bindings I would like to write conversion functions that translate a Java Set<T> into a format for the wire and ...
|
| Big Picture | 07 Aug 2006 17:31 GMT | 4 |
I'm want to create a program which manipulate big pictures (around 80Mo already compressed). Those manipulations are quite simple, e.g. Resizing, Compressing, ... My question :
|
| synchronized, notify, wait,sleep, how to work together | 07 Aug 2006 17:24 GMT | 4 |
let's look at the following: class GetConnection extends Thread { Connection con = null;
|
| Tomcat and IIS on separate machines | 07 Aug 2006 17:22 GMT | 4 |
Can anybody tell me if it is possible to link Tomcat with IIS when both are running on two separate machines in a LAN. In particular, Tomcat is running on a machine with Linux and IIS on a machine with Windows Server 2003. I have already configured them when
|
| Reading/writing object & other data to a file | 07 Aug 2006 15:07 GMT | 2 |
How does one read/write a file with a serialized object, then some other data in it, so that after one reads the object, the next byte read is whatever came after the object in the file? I want to do something like
|
| Starting Tomcat | 07 Aug 2006 15:05 GMT | 2 |
I downloaded Tomcat 5.5.17 and then I tried starting it with startup.bat . but it doesn't work. I have J2SE installed on my computer. What should I do ?
|
| Transformer encoding not working for ISO-8859-1 only for UTF-8 | 07 Aug 2006 14:15 GMT | 3 |
I have a problem when transforming text containing the swedish letters "å", "ä" and "ö". If I do Transformer t =TransformerFactory.newInstance().newTransformer(); t.setOutputProperty( OutputKeys.METHOD, "xml");
|
| polymorphic method call from third class | 07 Aug 2006 12:30 GMT | 4 |
can somebody please explain to me, why the output of the code below is test(A) test(A) instead of
|
| load unicode text file, in J2ME | 07 Aug 2006 12:07 GMT | 3 |
I have write this member function for reading a text file in UC-16BE format (means unicode, 2 bytes/char, big endian) ---------------------------------------------------------- static public String loadFile(String s) throws Exception {
|
| any java decompiler support class version 49.0? | 07 Aug 2006 10:22 GMT | 1 |
any java decompiler support class version 49.0? thanks.
|