| Thread | Last Post | Replies |
|
| Tomcat SQL emulation with flat file | 13 Jun 2006 14:50 GMT | 2 |
Hey all, Was wondering if there was an API or something for tomcat that would allow me to simulate having an SQL database using flat files. Perl has something called Sprite.pm that does this but I'm looking to switch to
|
| Ole Automation | 13 Jun 2006 14:33 GMT | 1 |
Do you know a way to access Ole Automation (ActiveX) interface from applications like Microsoft Word, Excel or SourceSafe with Java? I know do it with Python, C++ and VB, but I don't know I way to do it with Java.
|
| i18n in Swing, trouble. | 13 Jun 2006 08:42 GMT | 3 |
I am building my first Gui with Swing, and in the same time I need to use the i18n to make it work in Japanese and English. I use Eclipse and its great Visual Editor to save time, all my files are utf8 encoded. And, I am under WinXp...
|
| Java example for displaying Google results? | 13 Jun 2006 02:04 GMT | 3 |
I am practicing Java Swing (very new at Java) and want to put some google results into the gui display. Can anyone point me to tutorials for this? thanks,
|
| whats use of ":" in java in the following code ? | 12 Jun 2006 17:48 GMT | 2 |
here is the code sample which is using : operator to call some class methods. for ( classname obj:somemethod() ) // here is the problem in understanding
|
| JOptionPane display on a KeyListener | 11 Jun 2006 20:10 GMT | 1 |
Anybody know how to make a JOptionPane display on this KeyListener? //Here is the KeyListener balanceJTextField.addKeyListener(new KeyAdapter() {
|
| Oct-tree source for download? | 10 Jun 2006 21:00 GMT | 2 |
I was a bit surprised to get no useful hits googling oct.tree java download.source This seems like a problem that MUST have been solved about a gazillion times, and is well-understood enough to be all over open-source...
|
| Java URL | 10 Jun 2006 18:42 GMT | 9 |
How to use the Java URL class to download a url like this: http://www.google.com/search?hl=zh-CN&q=java&btnG=Google+%E6%90%9C%E7%B4%A2&lr= and store it as an HTML file? Thanks a lot!
|
| how do you replace white space in a string with a %20 jsp? | 10 Jun 2006 18:20 GMT | 5 |
Hi, I need to replace spaces in filenames with %20 in a jsp page. These file names are represented as strings in a database. I've tried the following code and I am getting an out of memory error when I try to run my page. I think it's the whitespace needs to be represented
|
| memory and speed | 09 Jun 2006 21:17 GMT | 1 |
Hi friends, I have an object, IntVector (see code below), with similar functionality as Vector, but only handles int to save resource/memory and simplify operation.
|
| Displaying multiple lines in JTextPane | 09 Jun 2006 14:43 GMT | 3 |
I am trying to display a couple of files on JTextPane. Each file is to be displayed in a single line. If i have 5 files then the entire lot is to be displayed in 5 different lines. Please give your suggestions. Thanks
|
| Question about Java Chat | 09 Jun 2006 05:25 GMT | 1 |
Now I'm not sure if this is the correct place to ask this but here goes... Now I chat a lot... Java Base chat rooms.... Example would be White-Wolf's very own chat....
|
| SOAP messaging with SAAJ | 09 Jun 2006 01:36 GMT | 3 |
A newb question really that I hope someone can help me with. I am experimenting with SOAP using a standalone Java application, built along the lines of this tutorial http://www-128.ibm.com/developerworks/xml/library/x-jaxmsoap/ but using
|
| pipedstreams | 08 Jun 2006 23:04 GMT | 1 |
What's wrong with the following code? Usually works fine but from time to time readInt returns values that has never been written to the stream (that results in ArrayIndexOutOfBoundsException). On the other hand if I have only one consumer and one producer thread everything works ...
|
| SCBCD or SCWCD or SCDJWS | 08 Jun 2006 23:02 GMT | 1 |
Out of the three Sun Javs Developer Certifications, which has more demand job wise? SCBCD or SCWCD or SCDJWS?
|