| Thread | Last Post | Replies |
|
| get event name??? | 04 Feb 2006 05:11 GMT | 1 |
I have component X that writes xml and gets name and value from components Y,Z. since cmponents Y,Z are the same but with idfferent name when i try to catch their name with source
|
| Hot Swapping Resources | 04 Feb 2006 04:47 GMT | 1 |
I was wondering about my options to dynamically add resources, e.g. icons and fonts, to a program without shutting it down. Do any of the following work? 1. add resource files to a directory on the classpath.
|
| Starting University COSC and learning JAVA, advice please :D | 04 Feb 2006 02:33 GMT | 1 |
A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej and I was wondering if anyone here would be able to give me some tips for
|
| Basic Java Question | 04 Feb 2006 01:18 GMT | 1 |
What is the difference between front end, middle tier and backend in regards to Java Engineers. The way I understood is that the front end would focus on the application, the middle tier would focus on "middleware" and the
|
| Taking advantage of clusters or multi CPUs? | 03 Feb 2006 23:39 GMT | 10 |
I am just wondering that how can we make sure a java program can take advantage of those cluster machines, or those with multi CPUs? ------ I mean, besides write our code in a "proper" way, do we need to "explicitly" add something into the code or tell something to the
|
| JNI in 64bit machine | 03 Feb 2006 23:34 GMT | 5 |
I have a dynamic library compiled on a 32 bit Linux machine. Is it possible to run it on a 64-bit machine? The following link says ... http://java.sun.com/j2se/1.4.2/docs/guide/vm/
|
| javax.mail problem/question | 03 Feb 2006 23:22 GMT | 7 |
i have a class that takes parameters into construcor: MailTransport(String fromAddress, String[] toAddress, String subject, String messageBody, Object[] attachment, String[] contentType) i did not write MailTransport. so i do not understand how to use the
|
| JNLP installer-desc question | 03 Feb 2006 23:20 GMT | 2 |
I have a JNLP file that I quote below. It is supposed to control both an installer and the application itself. However when I validate this through the Vampqh XSD it suggests I have to choose one or the other I can't have both. Is the XSD incorrect or am I?
|
| Email charset | 03 Feb 2006 23:18 GMT | 7 |
When sending an email with Javamail, it is safe to use UTF-8 encoding. Is there anyone who can't read it today?
 Signature Canadian Mind Products, Roedy Green.
|
| Uses of The 4th Dimension (New Discovery by The Human Race!) | 03 Feb 2006 21:24 GMT | 1 |
Uses of The 4th Dimension (New Discovery by The Human Race!) -------------------------------------------------------------------------------- The 4th Dimension is "The next step in Human Evolution". The Currency of The 4th Dimension is: ENERGY
|
| Thread friendly MP3/OGG playback | 03 Feb 2006 21:20 GMT | 1 |
I am working on a graphical demo. I am experimenting with the JLayer library from JavaZoom (http://www.javazoom.net/projects.html) for playing MP3s. The playback quality seems very nice. It seems that the Player.play() method blocks until playback completes,
|
| JNI problem: How to prevent VC++ compiler from doing name mangling | 03 Feb 2006 20:32 GMT | 8 |
Fews days back; I completed developement of a JNI module where in I added support for few C++ native methods to be called from Java. For those methods native method call succeeds from Java sample program ; it works till date; But for new methods that I added into module today it
|
| Java reading XML files containing long values | 03 Feb 2006 20:26 GMT | 6 |
In C you can write something like this #define something = "döaslkdasö" \ "djalkjddlasdj" \ "asdölasköla" \
|
| Show MS Powerpoint presentation in java application | 03 Feb 2006 20:25 GMT | 3 |
I am working on a project in which i am required to display a MS PowerPoint presentation in a JAVA application. Could anyone please help me in this by sharing any resources..or suggesting any methods to solve this problem? Also..is it really possible to do something like this?
|
| any integration of JUnit and Log4J? | 03 Feb 2006 19:39 GMT | 2 |
I want to provide Test Cases for a validation and handling process. The validation classes are just part of a chain process where if the validation passes then it continues to the next "successor" in the chain (of Responsibility -GoF) otherwise the validator stops
|