| Thread | Last Post | Replies |
|
| what class to use to develop a program which downloads files from ftp when running. | 06 Sep 2007 04:40 GMT | 2 |
what class to use to develop a program which downloads files from ftp when running.
|
| For loop not working from static method | 05 Sep 2007 23:42 GMT | 3 |
I have a JSP that outputs 10 links and it works great but want to cut down on the scriptlet lines in my JSP. Now I want to put the for loop that outputs the 10 links into a source file and call the class in my JSP using just one line scriptlet.
|
| Weird message with tomcat 4.1 | 05 Sep 2007 21:51 GMT | 1 |
I got fellow message from my production server, running tomcat 4.1 and jdk 1.4: org.apache.tomcat.util.net.TcpWorkderThread SEVERE: Remote Host <IP> SocketException: Connection reset
|
| OOD questions | 05 Sep 2007 21:16 GMT | 2 |
I hope that this topic is considered valid in this group. If not, could you (kindly) point me to where I should post it? I am having a bit of trouble deciding where to place objects within my design. I have been following the "has a" "is a" guidelines so far.
|
| Methods which return 'abstract' | 05 Sep 2007 17:36 GMT | 5 |
I'm trying to use Java Sound to write a new .wav file, so am using AudioFileWriter, for which the API contains the following information: public abstract int write(AudioInputStream stream, AudioFileFormat.Type fileType, OutputStream out)
|
| Java Framework Overview | 05 Sep 2007 17:06 GMT | 2 |
I need some good Java Frameworks to study.
|
| How do I get an out-of-memory error memory usage dump? | 05 Sep 2007 16:08 GMT | 4 |
I have written an application which uses many Vectors as storage locations for data needed in subsequent processing. I thought that I had cleared the data from all of the Vectors once the subsequent processing was complete so that following cycles can also be
|
| the new for loop for Collections does not perform the same as the Iterator for Tomcat-sessions | 05 Sep 2007 15:42 GMT | 8 |
We tried the following code using JDK1.6 and tomcat 5.5 (and tomcat 6.0 as well) to enter a "note"-Object into a session. The list-Variable is an ArrayList and therefore a Java Collection. The new for-Loop does NOT do the job: the object "note" is always null
|
| 2 problems with servlet filter | 05 Sep 2007 15:28 GMT | 1 |
I wrote the following filter and wrapper: * filters parameters: ContentType and expires. */ public void doFilter(ServletRequest request, ServletResponse response,
|
| want to Know about SCJP | 05 Sep 2007 15:20 GMT | 4 |
hello friends, I am want to appear the SCJP . I want to the differece of SCJP 1.4/ 1.5. Also how to study for it. Thanks
|
| Coding Standards | 05 Sep 2007 14:50 GMT | 65 |
'Good code' is code that works, is bug free, and is readable and maintainable. Standards need to be followed for coding. Read more... http://brsx.co.uk/SWtesting/FAQs/FAQs012.asp
|
| best book for junior levels | 05 Sep 2007 13:29 GMT | 4 |
i am working chennai tn india, i interesting the java. so, please books for core,advance java.
|
| Finding Java API that can help convert text to sound|speech | 05 Sep 2007 11:22 GMT | 1 |
Can anybody help me find what i'm looking for? I mean a api in java that can directly be use to convert the text or whatever input from the keyboard into a definite sound....
|
| Need help in Swing multithreading | 05 Sep 2007 06:29 GMT | 2 |
I'm stuck in a strange problem in Swing multithreading. Any help would be appreciated. In my application / project, <a migrated code through tool> a thread which is the "main grid" window runs continuously to listen to changes
|
| detecting in a JUnit context | 05 Sep 2007 05:30 GMT | 3 |
How can I tell if I am running in a JUNIT context? I have some code that needs to behave differently if it is running in an appserver. jeff
|