| Thread | Last Post | Replies |
|
| WORA high performance | 01 Jun 2008 00:41 GMT | 10 |
We've discussed several times how Java isn't really well suited to scientific computing for various reasons. I was wondering if there is a write once run anywhere language that is suited to scientific computing. Just wondering.
|
| Using POST to send bitmap image with Java | 31 May 2008 23:36 GMT | 25 |
In one of my Graphing programs written in Java, I am trying to send a graphics image (.bmp) to HttpModule on the same server that hosts the graphing applet. I found some code on internet that helped me post text data to the
|
| three public domain java icons | 31 May 2008 21:00 GMT | 9 |
I have posted three pubic domain java icons you can use freely on your own website or in your own apps. They come is sizes 16x16 to 256x256 in both png and ico format. There are icons for Java Web Start, the JRE and the JDK.
|
| fluid mechanics java library ? | 31 May 2008 16:06 GMT | 1 |
Good afternoon dear members of the comp.lang.java.programmer newsgroup. Please, do you know of any good fluid mechanics java library including Darcy's Law and Navier-Stocke to download ? The point is I'm into a
|
| storing the text of an HTML page | 31 May 2008 13:54 GMT | 16 |
In my application, I need to store the text of an HTML page. For example: <!DOCTYPE ht.... ...
|
| JSP XML with DOM | 31 May 2008 03:55 GMT | 5 |
I am new to JSP and DOM, I am trying to get a subset of values (categories) from an xml file which looks something like this: <page> <something>
|
| peies to board???? | 31 May 2008 00:24 GMT | 1 |
... i would like to get the pieces on the boar but am stumped: package chessbuard; import java.awt.*; import java.awt.event.*;
|
| Binary data garbled | 31 May 2008 00:20 GMT | 2 |
We are having a problem with an application that runs under tomcat. One thing this application does is send binary files to a remote printer. We know that the code in this application has at least one problem. It handles the binary data as a String object and
|
| OO Concept: Liskov Substitution Principle | 31 May 2008 00:18 GMT | 11 |
Just read an article talking about the LSP in term of OO design: http://www.objectmentor.com/resources/articles/lsp.pdf The article said Rectangle class should not be a superclass of Square class.
|
| could anyome offer me assistance??? | 31 May 2008 00:09 GMT | 6 |
could anyone offer me assistance??? [code] package testjava; import java.awt.*; import java.awt.event.*;
|
| Capital Punishment | 30 May 2008 22:45 GMT | 2 |
In the past I had made posts on these programming forums with references to my website. I have stopped doing that since it is labelled spamming. The other day, on one of these forums, an individual threatend to wipe
|
| How to call an overridden method? | 30 May 2008 19:35 GMT | 6 |
Queston is in the comment. Thanks so much! public class A { void f() { System.out.println("A");
|
| Override annotation | 30 May 2008 17:10 GMT | 6 |
since Java 1.5 we can use annotations, for example: @Override public String toString() { ...
|
| peculiar scenario | 30 May 2008 13:52 GMT | 2 |
I have a strange problem. Could any one help me in solving it. The scenario is : I have one apache and one tomcat server on same machine. The apache server has public access where as the tomcat server is behind the
|
| Send mail with israelian text | 30 May 2008 12:53 GMT | 1 |
Hi, sorry for my english but i don't speak it very well....i have a problem with my class that send email.... I need to send email with attachments and with subject and body in israelian (hebrew), and Content-Transfer-Encoding = 8bit...i have some
|