| Thread | Last Post | Replies |
|
| SOAP Performance - Really so slow ? | 05 Dec 2005 22:29 GMT | 52 |
>From my simple performance tests of SOAP it seems that it is about ten times slower than binary object request protocols such as RMI, IIOP or SimpleORB. Is this also YOUR experience ?
|
| Use 2 dimensional array to instantiate new objects | 05 Dec 2005 21:01 GMT | 9 |
I have a 2 dimensional array of integers: int vals[][] = {{1,2,3,4,5},{1,2,3,5,4},{1,2,4,3,5};. This array would be in my main class. Assume that I have a class named Permutation. Each object of type
|
| org.apache.commons.logging, where to place log4j.properties file in stand alone applications | 05 Dec 2005 20:41 GMT | 1 |
i'm trying to use org.apache.commons.logging package in stand alone swing application. can some one please tell me where should i place the log4j.properties file so that i can use that for logging configurations. also is there any mechanism by which i can tell the api
|
| Question regarding decoupled Factory | 05 Dec 2005 20:02 GMT | 6 |
Hello Java Experts! I'm rather new to designpatterns and I tried to make a Factory of some kind that can return Commands of various types (create, find, update, delete) and of different families (different cases).
|
| NIO - OutOfMemoryException | 05 Dec 2005 19:56 GMT | 2 |
first of all, i'm not sure of the newsgroup to post this message. If i'm not in the good place, please tell me. I'm using NIO in a client server project, and from a sudden, I get OutOfMemoryException.
|
| WIKI based language?? | 05 Dec 2005 19:42 GMT | 12 |
I have a scool assignment where i'm going to make a blog,with java Servlet, that a user can update easy. It is to be made with an own defined "WIKI" based language. I have never heard of this "WIKI" so i hope i can get some help here. I've
|
| hashtables | 05 Dec 2005 19:20 GMT | 2 |
Please could somebody point me to a java example (or create some simple java code), that writes live data (via a console program) rapped in a object to a hash table. I look foward to a reply to this supposedly simple problem that i am unable
|
| Web service invocations | 05 Dec 2005 19:12 GMT | 1 |
Can someone pls let me know why the error below occurs when a web service method call is invoked via axis. I have called the web service by generating client stubs with the wsdl2java command.
|
| unsigned java type | 05 Dec 2005 19:12 GMT | 11 |
I want to use unsigned java type in java but java doesn't support it. How can I do?
|
| Java & XML | 05 Dec 2005 18:34 GMT | 3 |
I have an XML document that I am parsing with JAXP. The XML document has a segment: <heading class="heading 1" ... ... ... If i parse this attribute and put the string value into a variable, say
|
| How can I find the IP address of the local PC ? | 05 Dec 2005 18:19 GMT | 4 |
Probably an easy answer to this, but I have not been able to figure it out. How can I find the IP-address of the machine that my Java-program is running on ? Could not find any methods in the InetAddress class that does this. The closest I got was the getLocalHost() which will ...
|
| Wanted: AWT grid component | 05 Dec 2005 18:12 GMT | 1 |
For a project, I'm looking for a grid/ table component which is written with AWT. Does anyone know where I can find such components? Regards, Dennis
|
| How to initialize variable of type Vector<Term>[] in Java 5.0? | 05 Dec 2005 17:26 GMT | 5 |
In my project I create an array <code>atoms</code> in Java 5.0 that holds elements of Type Vector<Term>. Term is some other class in my project. private Vector<Term>[] atoms;
|
| XmlBeans and the problem with Socket.getOutputStream() | 05 Dec 2005 15:26 GMT | 2 |
I am using XmlBeans v2 for a project where I need to send an xml file through the network. I have a server that waits for incoming requests, and a client that builds the xml, sends it to the server, and then it waits
|
| JSF messes up form component id | 05 Dec 2005 14:32 GMT | 6 |
I am trying to get a JSF-form to call a javascript and passing a component id as a variable, but somehow the variable remains undefined when seen by the java script. I simply want to make a drop down menu ("county") to be automatically populated when a choice is made in
|