| Thread | Last Post | Replies |
|
| Post method parameters and file attachment won't both show up | 30 Mar 2007 15:29 GMT | 2 |
I'm trying to send a POST request with some parameters and a file. I've got (basically) the following code: PostMethod method = new PostMethod(someURI); // Set parameters:
|
| Storing binary data in String/StringBuffer | 30 Mar 2007 14:56 GMT | 10 |
I am a java new bie and facing some issues regarding storing binary data in string buffer. Is it really safe to store binary data in StringBuffers since i need to search for a binary sequence '\r\n' and Stringbuffer makes it easy via its indexOf method.
|
| How to output to the console the current CLASSPATH ? | 30 Mar 2007 14:50 GMT | 8 |
How to output to the console the current CLASSPATH ? A small program console is welcome. Thanks, Tintin92
|
| Help | 30 Mar 2007 13:46 GMT | 1 |
http://www.helft-molli.de.vu/
|
| Hibernate: having trouble saving a LIST of objects to database. | 30 Mar 2007 13:08 GMT | 2 |
I'm trying to use hibernate to have one object save a list of other objects without success. When I try to save the containing object, the generated SQL for inserting the contained objects is missing the parent id and index
|
| how to create random noise, convert to xml and send to tcp/ip socket? | 30 Mar 2007 12:18 GMT | 3 |
Hi, All I am new to Java, and really need to your help in this moment. I would like to create a random noise signal (at this point any signal is ok, later on I would like to one with the distribution I defined),
|
| Problem about Java Specification3 8.2 Class Instance Initializer. | 30 Mar 2007 10:29 GMT | 2 |
I'm studying the following term of Java Spec3 8.2 Class instance initializer. === quote === "It is compile-time error if an instance initializer of a named class
|
| IT Professionals - Banking Domain Required for Kuwait | 30 Mar 2007 08:00 GMT | 1 |
We Pratham Services are a recruitment consulting company operating from Gurgaon. Presently we have following URGENT permanent/contract openings with one of our Gulf based clients at Kuwait. Client will provide the air
|
| Apache Digester parse xml with ${var} to get environment var | 30 Mar 2007 05:35 GMT | 1 |
I want to use digester to parse an xml, then use it as a key to us System.getPropety to retrive the actual value Can it be done? eg
|
| Is there some voice classes in java? | 30 Mar 2007 04:04 GMT | 6 |
I want to write a program to captrue voice from mike and send it to anthoer host.Are there some classes that do these things in java?
|
| Where to copy servlet.jar? | 30 Mar 2007 02:00 GMT | 5 |
I am a Java newbie. I am learning how to program Servlets and JSPs. The tutorial I have currently read is here: http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/ I have two questions in this regard. This page (http://www.apl.jhu.edu/
|
| Islam, the Religion of Ease | 30 Mar 2007 01:22 GMT | 2 |
Excuse me!! Would you stop for a moment?! O...man...Haven't you thought-one day- about yourself ? Who has made it?
|
| URLClassLoader ClassNotFoundException | 30 Mar 2007 00:24 GMT | 8 |
I'm loading Jars dynamically at runtime. I've got them and saved them alongside the main one that's currently executing. I've obtained valid URLs for them through Class.getResource(). I've created a new URLClassLoader with those URLs. Now I try to do Class.forName with my new ...
|
| Accessing thread stack? | 30 Mar 2007 00:11 GMT | 3 |
I have a method that logs on entry (based on a flag), and I would like to be able to identify the caller in the trace. Now, I can use Thread.getStackTrace() to get the static thread stack, from which I can get the invoking class and method. However, I would like to get
|
| OO programming with JAVA (Holmes/Joyce) | 30 Mar 2007 00:01 GMT | 1 |
Does anyone have the CD that comes with this book - 'OO Programming with JAVA second edition by Holmes/Joyce' ? I bought a copy on Ebay and it turned out to be sans-CD Cheers..
|