| Thread | Last Post | Replies |
|
| Sending XML as a String through a web service (Tomcat/AXIS)? | 01 Jun 2006 00:56 GMT | 1 |
Hi, I have a web service written with Tomcat/AXIS. One of my methods receives a String. Is it possible to send a String of XML through this method? Will the XML tags confuse the underlying web service system? Or will the XML be "escaped"
|
| How to Compile JNI program on windows/cygwin | 01 Jun 2006 00:42 GMT | 2 |
I am working on windows xp, java(jdk1.5.0_06) installed on it. I dont have developer studio. i installed cygwin and gcc, make working fine on cygwin. now i would like to compile a simple JNI program. but i am getting so
|
| Question on ResultSet | 01 Jun 2006 00:12 GMT | 9 |
Hi, I have a query that returns a number of results into a ResultSet. I need to be able to determine the number of results my query returns. Is there any way to do so? thanks
|
| Servlets e Url | 31 May 2006 23:48 GMT | 2 |
Hi people! There's some way to get the anchor from url in a servlet? I'm trying to use HTTPRequestServlet but don't works. thanks a lot
|
| Assignment Linked List Help | 31 May 2006 20:32 GMT | 4 |
Can some please implement a class called MyList to finish this off? public class MyList<E extends Comparable<E>> extends List<E> { } ----------------------------------------------------------------------------------------------------
|
| 3DES Encryption | 31 May 2006 20:23 GMT | 1 |
Can some one help me with a sample program for 3DES encryption decryption using java cryptographic extension? Can you please tell me how to generate a key from a static string? The JCE documention is a bit complex and covers too may things
|
| SoftReference operation synchronization detail | 31 May 2006 20:20 GMT | 7 |
The following may have more apparent effect when using a WeakReference. Suppose I initialize a class member field which is a SoftReference, at some point: SoftReference cache = new SoftReference(obj);
|
| Diff b/w vector class and arraylist. | 31 May 2006 18:31 GMT | 1 |
Can any one please tell me what is the main diffrence b/w vector class and arraylist class. As for as I have gone through the documentation, vector class is synchronized where else arraylist is not. Is this the only difference
|
| Hot links | 31 May 2006 17:24 GMT | 1 |
|
| subclassing and generics | 31 May 2006 16:45 GMT | 19 |
I've kind of backed into generics ... I was developing in Eclipse using JDK 1.4 with quite a lot of classes which extend Collections. At some point I started running with JDK 1.5 but Eclipse was still set to compile in 1.4 compatibility mode. Then I wanted to
|
| The import org.apache.tools cannot be resolved | 31 May 2006 16:45 GMT | 1 |
I am an Eclipse newbie who are trying to learn how to write tasks from the following tutorial: http://ant.apache.org/manual/index.html example code from the tutorial:
|
| Problems with Map.size().......... | 31 May 2006 16:08 GMT | 3 |
i've a question to resolve. I'm developing an application that have to receive an input text file with first column of string type and the others columns of double type. I have used a map and i create an objet composed by a key string and an
|
| What is a Java Annotation? | 31 May 2006 15:58 GMT | 10 |
Probably a very stupid newbee question, but what is meant with annotation? See: http://blogs.sun.com/roller/page/dannycoward?entry=the_10_things_you_need
|
| JSP Code for a Email Form | 31 May 2006 15:38 GMT | 3 |
I need some help with sending form results to an email account. I have to use JSP because the server does not support PHP or ASP. Can someone please help? A co-worker gave me code from a form he created and it works. I even did a sample run on a simpler form and it worked. But
|
| Java JSP Forms Generating on the fly | 31 May 2006 15:02 GMT | 2 |
I am moving towards to Java web development from PHP. I have taken a look around technologies like Struts. My problem is that a huge part of the programming time is spent on building up a form, creating getters and setters an so
|