| Thread | Last Post | Replies |
|
| blocking io | 25 Aug 2005 09:32 GMT | 2 |
"Pete Barrett" <petebarrett@beeb.net> schreef in bericht news:dg6kg1ddapnmbdu0of920u2jvotrje34rf@4ax.com...
> On Mon, 22 Aug 2005 18:05:49 +0200, "bitshit" > <bitshit_at_hot_mail_dot_com> wrote: |
| Bizzare web start problem | 25 Aug 2005 09:00 GMT | 3 |
My web start application only works on some client machines. However, when I clear out the internet explorer cache on the problem machines the problem disappears. I heard something about Tomcat's no-cache directive being a problem.
|
| Web application external reference | 25 Aug 2005 07:59 GMT | 4 |
Is it possible, on the server side of a web application (JSP) to reference files (JSPs, TLDs, HTML, etc.) that are located outside of the application directory ? I'd like to centralize some files that are reused among many
|
| J2SE, UUID. | 25 Aug 2005 05:19 GMT | 1 |
If some phone only support short UUID, and some phone only support long UUID, what can we do? Can we detect the phone model/type in J2SE ? Thank you very much for your help.
|
| Refresh a JPanel | 25 Aug 2005 05:18 GMT | 14 |
I have an applet with 2 JPanels (which both sit inside a third container JPanel). One is a custom panel I built and I have no problems with it. The other is a 'control panel' and contains some JButtons, JTextFields, JLabels, and JRadioButtons.
|
| J2ME, JSR-82, Nokia 6600, SPP problem. | 25 Aug 2005 05:14 GMT | 8 |
I can't connect to Nokia 6600 SPP service from Bluecore request, even I specify a particular service name of SPP, (symbian OS), but Sony Ericsson P910i/P900, SIEMENS S65 work very well. ( I have to say, a bluetooth toy car-100 can connects to nokia 6600 SPP correctly. ...
|
| What does Struts mean? | 25 Aug 2005 00:42 GMT | 13 |
Is it a acronym for something, or is it just a newly invented word? Greets, Henk
|
| subtle class lookup with sets. | 24 Aug 2005 22:30 GMT | 6 |
So, I have a situation where I have a set that has a listing of "supported" class types (See below). The problem is that, I HAVE to override the toString() method of the BigInteger in a subclass. Well, By subclassing BigInteger the .getClass() method changes and thus, will
|
| Store XML into a database | 24 Aug 2005 20:34 GMT | 9 |
I have a reasonably large xml file which i need to parse and store into an oracle database. I am currently toying with 2 ideas: 1. Parse XML using a SAX parser. Map xml tags to database column names
|
| HttpURLConnection and GET | 24 Aug 2005 20:30 GMT | 10 |
I understand that HttpURLConnection can be connected and then the argument URL (file) read using the stream returned from getInputStream(). But what if I want to establish the connection, the repeatedly request a file, download the file, then request another file, etc.?
|
| Interface freeloading on a superclass - is it good practice? | 24 Aug 2005 20:27 GMT | 36 |
This appears to be legal: public interface MyInterface { void setEnabled(boolean enabled); }
|
| finalize() and managing non-memory resources | 24 Aug 2005 19:16 GMT | 14 |
The Javadoc for Object.finalize() (at least in the 1.4.2 JDK) says in part: For example, the finalize method for an object that represents an input/output connection
|
| blocking io | 24 Aug 2005 19:04 GMT | 3 |
I made a simple progressbar to show in my applet when I download data. I download this data over an URLConnection with the option setUseCache(true). I know that it can't cache any file other than .class files, so i've renamed my zip data file to .class, so the jvm caches it. This ...
|
| Strings | 24 Aug 2005 18:07 GMT | 17 |
I have a rather silly question but what is the maximum amount of characters the String object can hold? This is what i mean String str1 = some buffer that contains about 5 million characters as a
|
| Java, jsr-82, serial port, fail on SIEMENS SK65 | 24 Aug 2005 13:02 GMT | 10 |
I write a code to open serial port on java - jsr82, and install them on Sony ericsson phones and SIMENS phones, The Sony Ericsson phones work very well on jsr-82 ( good on K750i/W800i, but a little strange on p910i/p900), when I try to install the same program on
|