| Thread | Last Post | Replies |
|
| How to suppress duplicate xmlns attributes in child nodes? | 09 Mar 2007 06:27 GMT | 1 |
I'm using JDK 1.4.2 and WebLogic 8.1.4. I have a situation where we create a blank SOAPMessage object, and then parse an XML fragment and insert that fragment as the SOAP body. This works pretty well, but there is one annoyance we see if the root
|
| ISLAM AND TERRORISM | 09 Mar 2007 06:04 GMT | 1 |
ISLAM AND TERRORISM BY DR. ZAKIR NAIK http://www.irf.net/irf/download/index.htm
|
| Implementing Cut/Copy/Paste | 09 Mar 2007 02:28 GMT | 1 |
I am reading this tutorial on Data Transfer in Java: http://java.sun.com/docs/books/tutorial/uiswing/dnd/intro.html So far, this is the way I understand it... 1. Data is bundled into a Transferable object. This is done via a
|
| Filter unique elements in an array algorithm | 09 Mar 2007 02:27 GMT | 17 |
I would like to get opinion from the group members about efficiency of the program below. I need to filter an input array of int to obtain an output array which contains distinct elements of the input array.
|
| Anonymous subclassing of Callable<?> for calling super() | 09 Mar 2007 00:19 GMT | 9 |
Recently, it chanced that some code like this was written: public class Bar extends Foo { // Foo has one constructor, taking a List<String> as an argument public Bar(final Object... args) {
|
| tomcat: remove webapp from the url | 08 Mar 2007 23:10 GMT | 1 |
I have multiple websites with a webapp of its own setup with Virtual Host. How can I have the webapp removed from the url? Example:
|
| InputOut | 08 Mar 2007 22:58 GMT | 4 |
I want to read de characters in an array : ok but I want them to display on the screen with OutputStreamWriter, but nothing happens, what's wrong. I know there's a better way, but I want to do it this way.
|
| How to create an file explorer view | 08 Mar 2007 22:54 GMT | 1 |
Hello, i need to create an file explorer view in an eclipse plugin. Really i need to associate some information from my database to a tree view included in an eclipse perspective. It will be like the package explorer view of Java perspective.
|
| Please, I am going insane: First element access causing ArrayIndexOutOfBoundsException:0 | 08 Mar 2007 21:25 GMT | 4 |
Please God can someone help me before I break my PC. I have a class that runs a query against an Oracle 10g database. The query is returning the results I want. I get two users which is what I want. I have an array created that has
|
| Hey! i've done a Free Global Bad Words Dictionary, | 08 Mar 2007 21:14 GMT | 9 |
Hey! i've done a Free Global Bad Words Dictionary, for developers, by developers! visit http://www.tal.tl/words/ add swears/bad words and get them in to your script/site (for bad
|
| About this | 08 Mar 2007 19:11 GMT | 2 |
At http://www.learnkey.com/elearning/, http://www.learnkey.com/elearning/Programming_and_Development/Product/J2EE_For_D evelopers/Course/51/ is "training cd for J2EE For Developers", available for $355.00. Any opinion on this trainign cd? Is it worth the money? For someone with
|
| Prohibiting session crossover for multiple JBoss instances | 08 Mar 2007 19:05 GMT | 1 |
It seems that I have quite the reverse situation from almost every one else on the subject of session sharing. Unlike most post I've seen, I DO NOT want to share the session. I've setup 3 instances of JBoss servers on one machine (localhost:
|
| Does Eclipse has its internal Java JVM? | 08 Mar 2007 19:01 GMT | 15 |
I am using Eclipse 3.2. I have heard that Eclipse has its own Java JVM. Since Java has gone from 1.5 to 1.6 already. Even Java 1.5 has several different updates. I am curious what version of JVM my Eclipse is using. However, going to Window -> Preferences... -> Java -> Installed ...
|
| disappiring UDP packets | 08 Mar 2007 17:24 GMT | 1 |
Hello, I have a simple UDP application. Server awaiting for datagrams and client which can send a few different messages. All working OK as stand-alone applications. Problem is that I want to use my client in another application, but when I try i have SocketTimesException. I
|
| string tokenize... | 08 Mar 2007 16:17 GMT | 1 |
As we know we have string tokenizer in java,how can we tokenize strings in a text file or an e-mail and compare them with the words or strings in database Can some one give me the exact code for the process
|