| Thread | Last Post | Replies |
|
| JMS Overview | 21 Apr 2006 03:52 GMT | 2 |
I have been looking on JMS these days and will work on JMS in near future. Below is what I learned from the tutorials - JMS provider is a server/provider that manages the queue/topic depending upon the messaging models used. The sender sends the messages
|
| Newbie...... | 21 Apr 2006 03:16 GMT | 5 |
I just started learning Java a few weeks ago. I am on the very basics and wanted to know if there are any other good tutorials,books, adive any of you could let me know about...
|
| RMI: multiple codebase and inheritance | 21 Apr 2006 01:46 GMT | 1 |
Hi, a question about RMI (I've at the start of my study) I've found the feature of dynamic class downloading in RMI (using RMIClassloader in RMI internals, I think). Suppose I have a codebase defined as
|
| port mfc non-gui code to java | 21 Apr 2006 01:17 GMT | 1 |
I need to port mfc code which contains no gui stuff to java code. Is there any automation tool that can archieve this? I don't expect 100% port by press a single button but it will be great if it can port the majority of code and later we manually do the rest work.
|
| ClassCastException thrown from oracle.sql.ArrayDescriptor | 20 Apr 2006 23:47 GMT | 1 |
I have a very strange error. I can't seen to create an oracle.java.ArrayDescriptor in my app when I run it on Sun Java Web Server 6.1. I can run this identical code on an Oracle Application Server 10g with no problems.
|
| Banner width | 20 Apr 2006 23:21 GMT | 1 |
Hello, my co-worker and I, we are working on a project, and we forgot how can we extend a banner width, so can be display in any size of monitor until the end of the screen. We need the code ASAP. Hola, mi compañero de trabajo y yo, estamos trabajando en un proyecto,
|
| Sun Connection Ready Kit (SCRK) | 20 Apr 2006 22:43 GMT | 6 |
Where could information regarding "Sun Connection Ready Kit (SCRK)" found?
|
| Java prob | 20 Apr 2006 22:05 GMT | 19 |
Hey guys, Please help me with this problem asap.When an adress is entered in a textfiled in a texbox after pressing enter,it gets stored in the database with the newline character which shows a small box.How do i
|
| Nesting XML Elements in Java | 20 Apr 2006 21:46 GMT | 9 |
I am new to Java and XML, so forgive any ignorance. I am working on a program to create an XML document and I am having some problems with nesting. I want something like the following: <?xml version="1.0" encoding="UTF-8" ?>
|
| javamail: confused by complexity of attachments | 20 Apr 2006 20:27 GMT | 5 |
I'm having difficulty dissecting messages with attachments. I'm working with Multipart classes and I can actually get the attachments w/o a problem, but when a message has an attachment, I'm having difficulty getting the text of the email out seems it seems to come in a Multipart
|
| C++ programmer stumbles over pass by value. Need advice. | 20 Apr 2006 19:27 GMT | 13 |
Here's a model of my problem. I see what's causing it (thinking in C++, with pass by reference) but I don't see a Java way to solve it. Probably because I'm so new to Java. Here's the problem.
|
| Caching of COM Port Information | 20 Apr 2006 18:01 GMT | 1 |
I am currently having a problem where java does not seem to be picking up changes in COM ports. I'm using an edgeport that allows me to dynamically add COM ports to my machine ie. I can attach it to a COM port on my machine and it provides me with two COM ports rather than
|
| How is SPI (Service Provider Interface) works? | 20 Apr 2006 15:57 GMT | 4 |
Can I define my own SPI? I read some document, seems need to put service class under META-INF/services directory like
|
| NetworkCredential | 20 Apr 2006 15:42 GMT | 6 |
Hello, guys... What is the Java equivalent class for NetworkCredential? Please reply. Thanks
|
| How to get HTML content from system clipboard? | 20 Apr 2006 14:39 GMT | 3 |
by doing the following, we can only get the plain text form without html tags, how to get HTML content from system clipboard with html tags? Clipboard clipboard = Toolkit.getDefaultToolkit().getSystemClipboard();
|