| Thread | Last Post | Replies |
|
| OuputFormat and XMLSerializer's alternative? | 06 Jun 2008 03:11 GMT | 1 |
I am making a sample web service program using WSDL and SOAP under JDK 1.4. To make that, I used a source below included in XML and JAVA; developing web application 2nd Edition. As you know, Since the two classes, OutputFomat and XMLSerializer, had been deprecated, I can't
|
| Information on AuthSubSessionToken | 06 Jun 2008 01:38 GMT | 1 |
I am trying to get the AuthSubSessionToken in my servlet, I was successful in getting the token by sending this request https://www.google.com/accounts/AuthSubRequest?scope=Fm8%2Ffeeds%2F&session=1&se cure=0&next=htome.html but this is a single-use AuthSub token.
|
| Sending email with html tags | 05 Jun 2008 20:41 GMT | 3 |
For sending email (with HTML tags) what is the best one to use? I am using this now where it works except where I have <br> in the message it doesnt add the newline to my output. Please advise if there is something else I can use beside setContent?
|
| Spoofing IP Addresses when sending emails | 05 Jun 2008 17:26 GMT | 5 |
Spammers have been going through our SMTP server; the server accepts emails from a trusted white list IPs. I am certain that none of the trusted IP machines are compromised.
|
| Regex challenge | 05 Jun 2008 10:12 GMT | 17 |
I have been beating my head against a wall trying to get a regex to work that spans several lines. The sales tax data for the cities in Avoyelles Parish Lousiana looks like this: <p class=MsoNormal align=center style='text-align:center'>Bunkie</p>
|
| Cannot install mpiJava: "Wrong java installed path" | 05 Jun 2008 09:21 GMT | 2 |
I am trying to install mpiJava (http://aspen.ucs.indiana.edu/pss/ HPJava/mpiJava.html), a Java implementation of the Message Passing Interface. During the installation process, it asks me to "input the absolute path for the java installation directory".
|
| how to add global variable | 05 Jun 2008 07:27 GMT | 1 |
I try to launch a program via java and he need some global variable. in command line I tape set var1=value1; etc.. to be exact there is a script who alwready launch a the start of cmd. but in java this script is not launch.
|
| JNI - Keep native object reference | 05 Jun 2008 06:46 GMT | 2 |
I'm using JNI to wrap a C++ library, and I need to create a native object (in C++), and keep this reference in my Java objects for further access. For example, let's imagine a binary tree, implemented in C++, and I
|
| AudioSystem.getFileFormat() hangs | 05 Jun 2008 06:38 GMT | 4 |
Hello, Java gurus, I'm currently writing an applet that uses the Java Sound API. I'm encountering a strange problem in obtaining a SourceDataLine. I try setting up two lines for two different WAV files (unencoded PCM,
|
| Java books | 05 Jun 2008 05:41 GMT | 4 |
I'm an experienced C and Java programmer. I'm eager to learn about Java internals, e.g. class loading, memory management: the kind of stuff you can program without knowing but that you should definitely masterize to write efficient programs. Can someone recommend a book on these ...
|
| log4j as a static class ? | 05 Jun 2008 04:04 GMT | 5 |
every example I found for log4j tells you to declare a final static variable to hold the reference to log4j Logger for each of your classes -by means of Logger.getLogger(Myclass.class) What about my approach?
|
| Web app on the desktop | 05 Jun 2008 01:06 GMT | 14 |
I'm wondering if anyone here has experience converting web apps into desktop apps. We have a small internal application under development, designed as a web app. It may happen that we won't have a server to deploy to for a
|
| Comparing two long numbers | 05 Jun 2008 01:02 GMT | 45 |
I want to compare 2 long numbers.The i/p number i have to compare it with 30000000000. but i get an error saying: "integer nuber too large: 30000000000 if(a<30000000000)
|
| Java audio recording | 04 Jun 2008 23:59 GMT | 1 |
I am trying to build a Java application that will record whatever audio is being played at the computer's default audio output device at any time. This means that if the audio output device is an external speaker, then the audio being played at the speaker should be
|
| Resizable textbox | 04 Jun 2008 23:36 GMT | 1 |
Could anyone actually give me the code or the procedure to create a textbox on a java page be it an applet or bean, that is resizable and can be positioned anywhere in that particular window. If this is not possible, please suggest a way by which positioning of the
|