| Thread | Last Post | Replies |
|
| NetBeans 5.0 is here! (for those interested) | 03 Feb 2006 00:14 GMT | 1 |
NetBeans 5.0 was released today.... check it out http://www.netbeans.org
|
| Watching for new files | 02 Feb 2006 23:43 GMT | 10 |
Is there a better way to watch a directory for new files than to simply poll it and compare against a list? I have a security Cam programming running on a windows box, and I would like to watch for appearance of new files and then quickly upload them to an FTP
|
| nio questions | 02 Feb 2006 20:55 GMT | 10 |
We have an application running on W2K that needs to handle hundreds of incoming TCP connections at a time. These connections will arrive at a rate of 200 or more at a time, which means they will all be hitting the target machine at virtually the same time. This number could go ...
|
| free JSP editor plugin for eclipse 3.1 ? | 02 Feb 2006 20:41 GMT | 6 |
Can anyone suggest free JSP editor plug in for eclipse 3.1? Alan
|
| What IDE for Java do you use? | 02 Feb 2006 17:26 GMT | 20 |
I am looking 4 a good IDE for Java. Do you have any one to recommend? Thx a lot.
|
| Sun's mixed ide message | 02 Feb 2006 16:26 GMT | 1 |
I am a little confused that Sun promote use of Netbeans ide when they have their own free offerings (Sun Java Studio Creator/Enterprise). Are they comparable in terms of features or is one more suited to J2ee etc?
|
| Money Format + Decimal Place Format | 02 Feb 2006 15:47 GMT | 1 |
I want to output a figure that includes two decimal places and currency format. However, I can't get both to work. This is what i have been working on so far. the decimal format below still returns a whole number
|
| need some debugging help... short code inside... | 02 Feb 2006 15:29 GMT | 4 |
/** * Vector2d.java * Represents some operations on 2-D vectors for geometry and basic * physics computations.
|
| Eclipse upgrade from 3.0.2 to 3.1.2 | 02 Feb 2006 15:26 GMT | 4 |
I have currently an eclipse platform Version: 3.0.2 Build id: 200503110845. I want to upgrade it to the latest version which is i believe 3.1.2. I tried to use the update manager but obviously it doesn't work.
|
| Java Sun XML parser weird behaviour | 02 Feb 2006 12:46 GMT | 1 |
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE database [ <!ELEMENT database (item)*> <!ELEMENT item (name,sequence)>
|
| Constructor class | 02 Feb 2006 12:09 GMT | 6 |
I have this class that create a JFrame to display some messages. I don't know why if I call displayFile(String myString) from one class, it call authomatically the constructor MessageViewer() to initialize the object into JFrame; while if I call it from another class (in the
|
| Resouce Bundle - strange behavior or my mistake?? | 02 Feb 2006 10:37 GMT | 3 |
I am using Resource Bundles in a Swing application. I have a method that requests the appropriate resource bundle based on the current locale. public ResourceBundle getPPBundle()
|
| <applet archive= tag | 02 Feb 2006 07:00 GMT | 2 |
I have a suspicion that up to now <applet archive="../applets/xxx.jar" was supported. However I suspect it may not be working in 1.6. You have to put your jars in an absolute directory (unsuited for offline use), or downstream in a child, but not in a sibling directory.
|
| Sockets - Mass Disconnects | 02 Feb 2006 04:59 GMT | 4 |
In our Java chat server (running on Windows 2003), there is a sudden disconnect of over 30-40 users and they are able to log back in instantly. Has anyone faced anything similar before?
|
| I/O Jsp question. | 02 Feb 2006 04:07 GMT | 1 |
i need to save form data to a non-db file, and be able to retrieve info after. What do you think the best way to do this is? It's a registration form and the data must be stored in a file. suggestions appreciated
|