| Thread | Last Post | Replies |
|
| enums | 12 Apr 2005 19:59 GMT | 6 |
I was glad to hear that v1.5 the enum class was introduced. I have a piece of code public class Input{ public enum Condition {open,close}
|
| ISO: Email Page with LDAP User List | 12 Apr 2005 17:38 GMT | 5 |
Searched through sourceforge to no avail. Ideas? Requirement: 1. Lists users from LDAP 2. Allows multiple selection as well as free text entry
|
| Converting Java batch file from windows to unix format | 12 Apr 2005 16:47 GMT | 7 |
My java application includes source files in packages, and jar library's in a lib directory. I have created a windows batch file that compiles all and then runs the application.
|
| Identifying Objects using getClass() | 12 Apr 2005 16:44 GMT | 9 |
How do I use .getClass() in an object to find out what class it is? If I am using a Vector to store Apple and Orange objects, how do I find out whether I threw in an Apple at position x or an Orange at position x?
|
| transferring file through socket | 12 Apr 2005 16:13 GMT | 4 |
when i use this code to transfer a file from the server to the client, it is appended by some text. why? another question how can i make resumable transfer? Client:
|
| Servlet location question(s) | 12 Apr 2005 15:48 GMT | 6 |
Using Tomcat 4.1.30 on Win XP Pro Given the following: ----------------------------------------------------------------- <servlet>
|
| User sessions and cookies. How does an application server do it? | 12 Apr 2005 15:22 GMT | 2 |
A usual way to check if the browser supports cookies is to set a cookie (using either JavaScript or server side Java code), and then to check that a cookie is set. However, an application server is supposed to do the same check, since it has to decide if the session id has to be
|
| Set Txd always UP | 12 Apr 2005 14:17 GMT | 1 |
Hello, I use Java Comm, and i would like to know if i can use Txd (or td) like RTS or DTR with Java Comm and how could I do this? sample setTxd( true) and Txd=12v
|
| Visual Age for Java - java.awt.robot class absence? | 12 Apr 2005 11:03 GMT | 2 |
I am using VAf Java software. I want to use java.awt.robot class but there is not. From where can I download this class (jar file)? Rafal
|
| Is using a static pre-created exception object in a throw statement thread-safe? | 12 Apr 2005 10:24 GMT | 8 |
Can anyone please confirm if using a static, pre-created Exception object in a throw statement across multiple threads, thread-safe? I have a need to use a pre-created Exception to improve the performance. I use pre-created exception in production mode, where as new Exception
|
| Java Equivelant to PHP nl2br | 12 Apr 2005 09:18 GMT | 1 |
Does Java have an equivalent of the rather handy PHP function nl2br which replaces new lines with <br /> for nice use in websites? I am sure it is nice and easy to just replace all of the \n or \r\n 's with the <BR /> but with it being such a useful PHP thing I thought
|
| Calendar and FIRST_DAY_OF_WEEK | 12 Apr 2005 09:11 GMT | 2 |
I'm trying to write a simple display of any given month, outputting an HTML string. The requirements are that we use a standard business week (as defined by my company, anyway), which starts on Monday, not Sunday, and for my own anal retentiveness, the each month needs to have a
|
| socket programming | 12 Apr 2005 08:27 GMT | 6 |
I am developing a chat server in java.I programmed client and server. The client program has two threads one for getting input from keyboard and second one for reading data from server. My client program runs sucessfully.
|
| How to view/control a window remotely | 12 Apr 2005 07:36 GMT | 1 |
I want to build an application where I can make my java application window viewed by someone on another desktop. And, if possible, the other person can also give events to the application. Its similar to 'desktop sharing', the only difference is that the person wants to
|
| Analytical or Intuitive? | 12 Apr 2005 05:19 GMT | 25 |
I have a test online that measures cognitive style. It determines whether the participant has an intuitive or analytical learning style. It takes about 5 minutes. It's here: http://www.elena.com
|