| Thread | Last Post | Replies |
|
| The simplest way to download a file from http resource that need authentication | 10 Feb 2008 00:10 GMT | 12 |
I need write a program which download many files from different web sites. The web sites requires basic authentication. And I want spread many threads, each one downloading a list of files that need different authentication credentials.
|
| decimalformat | 09 Feb 2008 23:19 GMT | 3 |
Hi.. Can anybody help me how to print some output in a beautiful way? I want to have the decimal format 0,### ALWAYS.. That is, if I for example have a double = 0,1 I want this to be
|
| Reading Multiple Values from List using JSP and Form Post Method | 09 Feb 2008 20:57 GMT | 1 |
I have a form that contains a list box from which the user can select multiple values. I am sending the form content to a jsp page in order to process the information. I am trying to convert the selected values on the list to an array
|
| Functional issues of cyclic dependencies | 09 Feb 2008 20:24 GMT | 6 |
i've read some articles on cyclic dependencies, that they are bad, very bad. But i can't find any real example of functionnal (!= design) issue with them. Do you know any ?
|
| Using Object Oriented Programming to revolutionize physics? | 09 Feb 2008 18:39 GMT | 30 |
I've got an abstract idea for ya. It sort of follows some of the ideas that Leibniz had: http://en.wikipedia.org/wiki/Leibniz#Information_technology Imagine using an object in a program to depict some fundamental
|
| Testing your logging (best practices) | 09 Feb 2008 13:53 GMT | 1 |
Curious how many test their logging statements here. To test that my logging is what I expect it to be I usually create an instance variable e.g. mLogMessage. I set it and log it, then check my mLogMessage in my Junit test. This allows me to test what I'd expect
|
| experienced C# programmer learning Java | 09 Feb 2008 10:07 GMT | 8 |
I've got several years experience in C# and several more in C. Does anyone have a recommended book, or website? I want to get something that skips the "this is what a loop does" and "this is a variable. Variables hold stuff". I know all that.
|
| hi | 09 Feb 2008 06:05 GMT | 1 |
do u want see my face do u like me but i like me *******************************************************************************
|
| avoid lot of try/catch blocks | 09 Feb 2008 05:49 GMT | 6 |
Is it possible in Java to write a "global" try/catch block which will monitor exceptions in all threads? In my application I have 20 JFrames and 10 methods in it, I just can't write 200 try/catches :)
|
| Is a byte data type really a 32-bit int in the JVM? | 09 Feb 2008 03:31 GMT | 18 |
Is a byte data type really a 32-bit int in the JVM? More specifically, if I have an an array of N byte types, are N 32-bit ints actually allocated underneath? I am writing a memory-sensitive application and would appreciate
|
| Running A Test Directly From a war File | 09 Feb 2008 03:20 GMT | 7 |
I have a test class in the same place as my servlet that I want to run outside of the web container, but I can't get the command line right to run the test class. Inside my war file, it looks like this:
|
| Why inner classes can not have static members? | 09 Feb 2008 03:02 GMT | 8 |
|
| Accessing Preferences from ShutdownHook? | 09 Feb 2008 02:55 GMT | 6 |
I am trying to save some data during user shutdown. To this end, I've added a ShutdownHook to run when the application shuts down (Runtime.addShutdownHook()), and in the run() method for the Thread instance added, I use the Preferences class to save data.
|
| Servlet startup completion | 09 Feb 2008 00:28 GMT | 6 |
The "init" method for a servlet provides a place for you to do things during the Web Server's startup. Is there a way to know when the Web Server has completely finished starting up and is forwarding requests to its servlets?
|
| Pass Connection Object between JSPs | 08 Feb 2008 18:16 GMT | 7 |
Is there any way to pass a Connection Object from one JSP to another? I appreciate any effort to help me. Thank you for your time and consideration. Thanks,
|