Using and Building UDDI4J

2001-01-29 Thread Anuraj Singh
<>--<> uddi4j Project UDDI4J is a Java class library that provides an API to interact with a UDDI (Universal Description, Discovery and Integration) registry. The UDDI Project is a comprehensive, open industry initiative enabling businesses to (I) discover each other, and (II) define how they

Unsubscribe java-linux

2001-01-29 Thread luke1101net
Title: Unsubscribe java-linux     Unsubscribe java-linux

Unsubscribe java-linux

2001-01-29 Thread Todd Saskiw
Title: Unsubscribe java-linux Unsubscribe java-linux

Re: server sees no body when doing HTTP POST

2001-01-29 Thread John D. Mitchell
> "Steinar" == Steinar Bang <[EMAIL PROTECTED]> writes: [...] > The answer is: create the BufferedReader _after_ we have finished > writing: :-) Indeed. In general, with respect to dealing with HTTP in Java, rather than reading

Re: Tya vs. shuJIT

2001-01-29 Thread David Brownell
It'd be interesting to see a current version of GCJ in those comparisons. GCJ 2.95.2 is listed in the shudo.net page, but that's _extremely_ old ... I'd suggest using the 2.96 that is distributed with RedHat 7.0, as the most current "stable" version available. (GCC 3.0 will have a more up-to-dat

Re: Tya vs. shuJIT

2001-01-29 Thread SHUDO Kazuyuki
Volker wrote: > does anyone know which JIT is faster - Tya or shuJIT? http://www.shudo.net/jit/perf/ This page shows results of performance comparisons of Java runtimes. Applied benchmarks are SPEC JVM98, SciMark 2.0, Linpack benchmark and Eratosthenes sieve. Andreas wrote: > http://www.tu-ch

JMF problem with receiving streamed video, RTP related

2001-01-29 Thread Viktor Sigurd Wold Eide
I sent a bug report for JMF to http://www.blackdown.org/cgi-bin/jdk, id = 2205. I have included the bug report below. I would like to add that I have the same problem when using JMF for streaming of audio over RTP. Here is the output when when running netstat on the receiver machine. The machi

Re: server sees no body when doing HTTP POST

2001-01-29 Thread Steinar Bang
> Steinar Bang <[EMAIL PROTECTED]>: > Steinar Bang <[EMAIL PROTECTED]>: >> Platform: SuSE linux 6.2 (w/kernel version 2.2.14), Blackdown JDK 1.1.7v3 >> I've been trying to write a small test program that writes a >> multipart/form-data body to an apache Tomcat servlet, using HTTP >> POST

Re: server sees no body when doing HTTP POST

2001-01-29 Thread Steinar Bang
> Steinar Bang <[EMAIL PROTECTED]>: > Platform: SuSE linux 6.2 (w/kernel version 2.2.14), Blackdown JDK 1.1.7v3 > I've been trying to write a small test program that writes a > multipart/form-data body to an apache Tomcat servlet, using HTTP > POST. > What happens is that the servlet sees t

Re: Tya vs. shuJIT

2001-01-29 Thread Andreas Rueckert
Hi! On Mon, 29 Jan 2001 Volker wrote: > Hello, > > does anyone know which JIT is faster - Tya or shuJIT? http://www.tu-chemnitz.de/urz/java/news/00021.html Ciao, Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a s

server sees no body when doing HTTP POST

2001-01-29 Thread Steinar Bang
Platform: SuSE linux 6.2 (w/kernel version 2.2.14), Blackdown JDK 1.1.7v3 I've been trying to write a small test program that writes a multipart/form-data body to an apache Tomcat servlet, using HTTP POST. What happens is that the servlet sees the headers, but not the body of the message I'm t

Tya vs. shuJIT

2001-01-29 Thread Volker
Hello, does anyone know which JIT is faster - Tya or shuJIT? Best regards Volker -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]