| Thread | Last Post | Replies |
|
| UML Diagram Tool - Word Drawing | 24 Apr 2005 23:53 GMT | 3 |
Do you know if there is any UML diagram tool that is capable of exporting diagrams into MS Word as a Word drawing object - I want to draw a sequence diagram in an user-friendly tool and then export it (or copy&paste) to MSWord document as a word drawing, so I can double-click
|
| Help - Using enumerations in a case statement | 24 Apr 2005 23:08 GMT | 2 |
I'm using JDK (1.4) and cannot use JDK 1.5 for my current project. I have wrapped up an enumeration in a class as ff: public final class myEnum { private String id ;
|
| Convert date to integer and back | 24 Apr 2005 21:38 GMT | 6 |
How would I convert a date to an integer and back again? For example : March 29, 2005 -> Integer Integer -> March 29, 2005
|
| How to avoid a thread stealing the turn of another thread? | 24 Apr 2005 16:50 GMT | 2 |
Let's have an example (just a generic program with threads and a monitor) class MyMonitor { ... public synchronized void m()
|
| IP Address validation | 24 Apr 2005 15:42 GMT | 2 |
I want to check if the IP Address typed by an user is a valid IP and if it is a reachable IP (I'm talking about something like the "ping" command) How can I do it? Must I use OS dependent functions? Thanks!
|
| redirect a servlet | 24 Apr 2005 09:23 GMT | 3 |
We have a couple of online resources (cgi, servlet...) on different machine and even different domains. For example, user can call http://www.domain1.com/app1&name="smith" or
|
| Doubts on Interface | 24 Apr 2005 09:20 GMT | 7 |
I was going through the Java Specification Language on Interfaces ( http://java.sun.com/docs/books/jls/second_edition/html/interfaces.doc.html#238680 ). I have a doubt on two points. I have mentioned them below :- First doubt is ---
|
| NIO - handling read events best practice? | 24 Apr 2005 09:01 GMT | 10 |
Looking for some "best practice" advice. The problem i am trying to solve is the following: I have a server that waits for OP_ACCEPT and when that happens, registers OP_READ for that channel).
|
| jsp file download | 24 Apr 2005 06:56 GMT | 2 |
I am trying to write a JSP, using which user can download an xml document.. the following is the code iam using..but in the output at the end od document it is displaying a question mark, because of which it is
|
| comparator - change it | 24 Apr 2005 04:21 GMT | 2 |
Just want to experiment here and would like some help getting started. I want to use a collection/map of some type and change the comparator method (which might mean I have to
|
| Need ResourceBundle Help. | 24 Apr 2005 03:22 GMT | 3 |
I find myself in need right now of some help/assistance with using the ResourceBundle class! You see, I am working on this particular servlet called "WelcomeServlet.java". It is a relatively simple servlet which is supposed to display a welcoming message in various languages. I ...
|
| simple java server | 24 Apr 2005 03:01 GMT | 1 |
Hello, I'm starting to learn about java networking. What I want to do is for now, just make a server that listens to connections through a port, and accepts it's connections from the client.
|
| Help needed with Network Programming | 24 Apr 2005 01:40 GMT | 3 |
Hey everyone, I am relatively new to java network programming, and I need a bit of help with this task I am doing to help me learn network programming.
|
| How to destroy a Thread in J2ME | 24 Apr 2005 00:25 GMT | 5 |
I have a question about the destruction of a Thread in J2ME. Suppose I have a Thread running a ServerSocket to accept incoming connections and I have to destroy it at a certain moment. I can use a boolean variable to stop it as in the code:
|
| Rmi clinet dont lookup! | 23 Apr 2005 22:01 GMT | 3 |
I write easy RMI server and client... Every things seems look well but client dont catch reference to remote object or I dont know what... I see "Lookuje" on console but "done" dont show... try{
|