Forum: JSP Jun 5th, 2008 |
| Replies: 17 Views: 5,692 I only posted because I didn't see any other responses at the time. I wouldn't have said a word if I had seen that first response; the author obviously has a much better handle on it than I do. |
Forum: JSP Jun 4th, 2008 |
| Replies: 17 Views: 5,692 I've never tried to do this, but I think you're going to have to track the thread ID of the long-running process and terminate that thread when the user clicks your "stop processing" button in your... |
Forum: Java Jun 3rd, 2008 |
| Replies: 3 Views: 513 You use the reflection classes when the classes and/or methods you want to use are not known at compile time. For example, you can specify class and method names as strings based on some user input,... |