| Thread | Last Post | Replies |
|
| About swing Timer and synchronized | 16 Nov 2007 07:07 GMT | 3 |
I would like your comment about synchronized and SwingUtilities.invokeLater in this example with javax.swing.Timer: /* * First
|
| how to download a file using servlets | 16 Nov 2007 05:08 GMT | 2 |
Hi! I am Phani. Could any body send me the sample code for downloading a file using servlets? I had this problem, when i tried to download the res was not happening as stream, how can i make that please send me sample code?
|
| Code Genaration | 16 Nov 2007 04:32 GMT | 1 |
Find beta here http://www.badrad.com Code generator spring/ibatis/hibernate/jsp/yui
|
| Process vs Thread: what are the consequences? | 16 Nov 2007 03:35 GMT | 22 |
I have a server-based "engine" and I would like to know the best way to maximise its effectiveness. In the general sense, if I wish to deploy multiple instances of this engine to improve processing throughput, would it be better to have each engine running as a fully-fledged OS ...
|
| Comparing enum to a String failing... | 16 Nov 2007 02:50 GMT | 7 |
For some reason, I can not properly compare a string to an enum, even when there is supposed to be a match: I declare the enum as follows: private enum Currency {
|
| dynamic type | 16 Nov 2007 01:13 GMT | 3 |
a primitive question I receive an object var which is of the type Object then to verify its type i write following code if (var instance of X)
|
| java snmp protocol JDMK api | 16 Nov 2007 01:11 GMT | 1 |
can any one help me to learn java snmp in jdmk api package i have to get the details of the systems in the network also i have to get the trap signal if any problem occurs i have been using java dynamic management toolkit for doing this
|
| key-value pair , with key as primitive data type | 16 Nov 2007 01:10 GMT | 1 |
a little primitive question I am looking to create a key-value pairs (map, table, etc) where the key should be a primitive data type like int, long ,etc. My keys can have high numbers
|
| HashMap toString, what about the other way? | 15 Nov 2007 23:24 GMT | 17 |
is there a way to reconstruct a HashMap from the output of toString? E.g. HashMap m = new HashMap(); // put some stuff in it
|
| weird Integer's moniter state. | 15 Nov 2007 23:15 GMT | 4 |
HI there,I ran into a really weird problem today,I wrote the code when I'm trying to get my Producer-Consumer-model running. I got the running error exception like this: Exception in thread "Thread-0" java.lang.IllegalMonitorStateException
|
| enums and modifiers | 15 Nov 2007 23:02 GMT | 5 |
I was messing around with enums and am confused about the modifiers I can apply. I am using Eclipse and am not sure if I am misunderstanding the error. Consider this enum
|
| Who Benefits from the Iraq war? | 15 Nov 2007 21:39 GMT | 8 |
Who benefited and who was hurt by the Iraq war. Benefittees 1. Russian, China, India. The USA has all but bankrupted itself, allowing them to gain a relatively brighter spot in the sun and more
|
| Hibernate: Moving Entities Between Collections | 15 Nov 2007 21:09 GMT | 1 |
Is it possible to move an entity from one collection to another? I have two top level entities A and B which both have one-to-many references to another entity C, which happens to have its own network of stuff below it.
|
| Strange applet behaviour on Windows XP | 15 Nov 2007 20:14 GMT | 28 |
I previously posted this under a thread titled "JSE 6 Update N (Build 6) on XP" but I have now determined it has nothing to do with Update N per se and affects any version of Java 6. I find that the JVM starts up very quickly in the browser but the applet itself takes forever to ...
|
| Some newbie questions | 15 Nov 2007 17:56 GMT | 2 |
i need to understand some points about java: 1. how can i know which jres are installed on my PC (Windows)? 1.1 how can i know which is the currently selected as default? 2. can i select one of them on the command line launching an application to
|