| Thread | Last Post | Replies |
|
| TOBAGO demo download | 20 Jun 2006 20:08 GMT | 5 |
Does anybody know where I can download the tobago demo of this site : http://tobago.atanion.net/tobago-example-demo/faces/overview/basicControls.jsp thx
|
| Calling back to C when started with invocation API | 20 Jun 2006 20:08 GMT | 4 |
Is it possible to call native methods in a Java program which has been started with the invocation API, where the navive methods are implemented in the same C program that started the Java, i.e.: /////////////////
|
| webservice client & ws-security | 20 Jun 2006 19:58 GMT | 3 |
I want to call a webservice using a Java proxy I created from a wsdl file. The webservice expects a ws-security username token in the SOAP header. Is there a common way to add this header information when invocing a webservice from a servlet?
|
| claculating the number of years from two java.Util dates | 20 Jun 2006 19:53 GMT | 4 |
I have two java.util dates with me i want calculate the number of years between them . Example: Date1:19/02/2006
|
| kill a process in windows | 20 Jun 2006 19:28 GMT | 4 |
Can anyone give me some idea how I kill a process from another program in windows platform.
|
| Cross platform installer for Java | 20 Jun 2006 19:00 GMT | 7 |
I'm nearing on completion of my first major Java project. Now it's time to start thinking about an installer. I have never written an installer before. The application is fairly simple, here's what I think the key parts are:
|
| reg ex groups off | 20 Jun 2006 18:59 GMT | 2 |
Is it possible to disable support for groups when using appendReplacement in Matchers ? Ie, my replacement string contains many uses of the dollar symbol and then numbers (for money $9 etc) and at the moment I have to first escape that
|
| Problem to download a file from 2 browsers at the time | 20 Jun 2006 17:16 GMT | 5 |
I have this JSP that download an excel file. It works fine if I use only one browser at the same time. The problem is when I try to do this but from 2 browsers at the same time. From each browser I can download a part of the file but not the
|
| J2ME | 20 Jun 2006 16:50 GMT | 1 |
i have just started working in J2ME . i have written a midlet for my project . its working properly with j2ME toolkit. i want to install it on the mobile phone.
|
| TreeMap and Comparator question | 20 Jun 2006 15:56 GMT | 4 |
I tried finding out about this thing, but I just got more and more frustrated... so - can someone just clarify this for me: if you give a Comparator to a TreeMap, it must compare() keys, you can't compare values?
|
| Tokenizing Problem... | 20 Jun 2006 14:45 GMT | 5 |
Wait! I know how to tokenize a string, but I need it very frequently, lets say after every word. I have a sequence like: "4 3,3 2.2 3|0(4)" and I have to extract integers out of them. I can't be arsed to type StringTokenizer() again and again for every token, is there anyway to
|
| JSF <h:commandButton action error | 20 Jun 2006 14:23 GMT | 1 |
I'm new to jsf and I got an error with my application workflow, I've the following line :: The action is not executed, any idea ? <h:commandButton value="#{text.common_btnReturn}" rendered="true"
|
| is there any API available to implement Syslog server using Java (to capture all syslog messages - UDP protocol, port 514)? | 20 Jun 2006 13:54 GMT | 2 |
I am looking to implement syslog server using Java (this syslog server captures all syslog messages whihc are coming on network, all machines on netwrok sends syslog messages), is there any API available to implement Syslog server using Java (to
|
| How to kill java2D dithering? RenderingHints does not disable unwanted dithering | 20 Jun 2006 13:32 GMT | 1 |
I have seen this question being posted before, and some workarounds suggested, however it always seemed to be in an applet context and as such the worarounds were not usable to me. Using the code pasted below, I draw a directcolormodel image on a
|
| Debugging | 20 Jun 2006 08:43 GMT | 1 |
Hi, I was wondering if anybody here knows of a reliable way to debug a Java program from a C/C++ program (i.e. write a java debugger in C/C++.) I've searched about it a lot, however, none of it is really all that comprehensive. Does anybody know how to do this, providing of
|