| Thread | Last Post | Replies |
|
| ServletResponse headers | 08 Aug 2007 01:18 GMT | 4 |
Is it possible that a SerlvetResponse will be flushed if large enough data is set for the header section in the response? or perhaps there is a guarantee this will not happen?
|
| Bypass system disk cache | 07 Aug 2007 23:31 GMT | 4 |
I have a question: I have a project that with file IO but need to bypass the system disk cache. Is there anyway that I can disable the system disk cache (to the
|
| OT - Tips for width constrained text | 07 Aug 2007 23:27 GMT | 9 |
There has been some discussion on a thread about these parts, as to the difficulty of posting code that is constrained by width (as the SSCCE document, ..as well as common sense, might suggest when posting code to usenet).
|
| Please help on Tomcat with JMX Options | 07 Aug 2007 22:20 GMT | 1 |
I want to monitor my tomcat 5.5 application server with JMX. I have study the sun tutorial to do this. but i am not able to fina a good tutorial for monitor Tomcat. Can any one help me to guide me how to configure the JMX for Tomcat application server?
|
| struts_config.xml | 07 Aug 2007 21:58 GMT | 1 |
hi frns, i just want to know that whether i can use more than one struts confic in an application(web or enterprise). and if possible tell me how?
|
| Java Server Frame(Dual Hot Backup+ Database) | 07 Aug 2007 21:17 GMT | 2 |
I wanted to design a server java server application, which was anticipated to supply services for 365 * 24 hours continuously. For this reason, Dual Hot Backup must be applied. (Without this, our customers will never give you a change). And also it contained a
|
| Timing an Action | 07 Aug 2007 21:00 GMT | 5 |
I have a program that communicates with another program on the same computer. Sometimes the other program freezes. When that happens, I can call that program and nothing happens and I don't get any signal that things are frozen.
|
| How to find call hierarchy of a method | 07 Aug 2007 19:06 GMT | 5 |
public class D { public void myOwner(){ //i need to find the class who's calling me }
|
| java generics bug? | 07 Aug 2007 18:51 GMT | 5 |
To sum up the problem in one sentence I would say that java does not allow wildcards in a nested value of a Map in a method. I am using jdk1.6.0_02 on windows. <code>
|
| scjp | 07 Aug 2007 18:05 GMT | 3 |
Dear Everybody I am donig my computer engg final year , i have yet not got the job , i am now going for scjp certification , can some one tell me the job prospectus after i pass scjp and what salary
|
| Java equivalent for MFC findnextfile | 07 Aug 2007 18:04 GMT | 7 |
How can I iterate the files inside a directory, like FindNextFile in Win32. I don't want to use File.list() which returns me a list of all files. Thanks.
|
| skins for media player in java | 07 Aug 2007 15:46 GMT | 1 |
Hello everybody........ i have recently been able to develop a code for my media player using java media framwork , can any one suggest some link's where i can get more usefull information
|
| NullPointerException | 07 Aug 2007 15:36 GMT | 2 |
I want to validate an xml document against an XSD. The program is written in java. Below is the program: package transform;
|
| how to convert String from one charset to another | 07 Aug 2007 15:29 GMT | 5 |
I've got a String, which charset is e.g. ISO 8859-1: String myString; and I'd like to convert it to another charset, e.g. ISO 8859-2. How to do it?
|
| How to make two JPanel overlapping | 07 Aug 2007 14:46 GMT | 1 |
I have two JPanels which have some graphics drawn on the panel. Now I want to have the two panel overlapping one the same JPanel so that two graphics on the panels will display together. Can anyone give some clues how to do this?
|