| Thread | Last Post | Replies |
|
| Creating directories with File | 29 Nov 2007 23:46 GMT | 4 |
Hi group, I am playing around a bit making a program of a colleague a bit more robust, and have a question about input/output files. I managed to make sure the input file can be given as a relative or
|
| please confirm something (jdbc) | 29 Nov 2007 23:33 GMT | 24 |
I've been googling for hours now and what I've found out is that there's just no way to use the same code for handling BLOBs in Oracle and other databases. Am I wrong? All examples I've come across suggest that one should cast
|
| Auto serialize/unserialize on JPA | 29 Nov 2007 19:30 GMT | 6 |
Hi, I'm trying to build an entity class that has another class as a field, but I don't want to generate a relationship between them. Instead i wanted to serialize the contents of the child class as a String to store on the database. Is it possible ?
|
| Is this syntactically valid Java? | 29 Nov 2007 17:15 GMT | 16 |
Is the following syntactically valid? public class Foo { public static void main(String[] args) { for( foo: ; ; ); // Note statement label
|
| Singleton and performance | 29 Nov 2007 16:41 GMT | 11 |
What is the behavior/performance in concurrent access environment for the following: SingletonClass { //no state. Only its own instance.
|
| How to output values to a file for different runs | 29 Nov 2007 14:48 GMT | 8 |
I'm getting output values for every time i run my program. But every time that output file doesn't append the output the values. It simply overwrites the previous contents. What should be done in order to write the next output in a line next to the previous output.
|
| ANT condition is(not)set | 29 Nov 2007 09:33 GMT | 3 |
Hi guys, it is a while I'm trying to look a way to have an optional property in a property file that if set will override a property in another property file (that will act thus as default value). With the little knowledge my logic would have been: if the optional parameter
|
| Reliability of writeUTF / readUTF | 29 Nov 2007 05:58 GMT | 7 |
I was wondering about the right "safest" usage of the DataInput/ OutputStream functions write/readUTF. If I communicate via Sockets and the Server sends a message in form of a string, how can a make sure that at the time of reading the message,
|
| Most common XML/XSD validations? | 29 Nov 2007 04:52 GMT | 17 |
I have just uploaded the first version of YAX-V, (Yet Another) XML Validator, my latest little project.* It is a freeware tool that validates XML against
|
| Applet will contact website the 1 time only. | 29 Nov 2007 03:50 GMT | 2 |
I'm trying to make and applet that will contact another website, on the click of a button from a webpage. In order to do this I've created a Signed Applet below.. Where all the work of contacting the web page is done in the shift4 class.
|
| Behavior of OO | 29 Nov 2007 03:44 GMT | 12 |
I have a somewhat naive question about OO. If you have two classes Fruit and Apple extends Fruit. You declare: Fruit f = new Fruit(); Fruit a = new Apple();
|
| replace for visual editor | 29 Nov 2007 03:05 GMT | 4 |
Is there anything can replace the visual editor for eclipse? thanks from Peter (cmk128@hotmail.com)
|
| Binary data | 29 Nov 2007 01:34 GMT | 2 |
Hello :) I need a little help. Im trying to get binary data from InputStream in my servlet. But there is a little problemm. When i send values like 0x01 ... 0x9F - everything semes to be ok but sending
|
| What's the simplest way to write an HTTPS client in Java? | 28 Nov 2007 22:16 GMT | 1 |
I'm trying to write a simple Java client program that tries to establish a connection with a webserver over HTTPS. The webserver requires 2-way authentication, ie. the server authenticates itself to the server and vice-versa. I have a client certificate in the form of a P7B file. ...
|
| Code highlighting on Eclipse (how to turn it on/off?) | 28 Nov 2007 18:58 GMT | 5 |
I am pleasantly to see how intuitive Eclipse is. Even thrilled. Frankly, I expected the learning curve to be steeper (like Java's). The one thing that bothered me is that when I double clicked on a word (say, a variable) all the variables would also highlight (and there's
|