| Thread | Last Post | Replies |
|
| Struts and XHTML strict doctype | 13 Jan 2008 23:51 GMT | 1 |
I have to create a front-end for our new intrAnet application. Since it's completely new I've chosen to use Struts. This are the restriction given by our Company: JDK 1.4.2
|
| XML-based configuration files | 13 Jan 2008 20:51 GMT | 13 |
Does anyone have a nice utility class they use to read/write XML-based configuration files? I've gotten away from Properties files because I often need a simple data structure where 1) the values are hierarchical, 2) there can be
|
| Writing a outlook msg file using java | 13 Jan 2008 20:28 GMT | 6 |
I am writing a code that reads data (in bytes) from URL stream and writes the bytes to a BufferedInputStream (msg file). When i compare the CONTENT-LENGTH value with the bytes written, i see some difference in bytes.
|
| How to count the context switches times | 13 Jan 2008 18:39 GMT | 24 |
Suppose a running Java application have two concurrent threads with the same priority, and no other user threads exist in the application. If we want to calculate how many times the context switch happens between these two threads, or we want to count how many times each thread ...
|
| Can you break my webstart JavaHelp examples? | 13 Jan 2008 17:36 GMT | 1 |
Can you break my webstart JavaHelp examples? <http://www.physci.org/jh/> These pages (chase the links) represent an attempt to make an Ant based project that will build JWS
|
| Finding Error in Applet. | 13 Jan 2008 16:54 GMT | 23 |
I have an Applet which gives no compilation error. But hangs sometimes when running. It works most of the time. But sometime it hangs in between. It has 20 functions and I want to know at which function it hangs. The Applet
|
| visual editor | 13 Jan 2008 15:09 GMT | 3 |
I have eclipse 3.3 ? How can I use the visual editor in Eclipse ? (What should I do in Eclipse in order to use Visual Editor ?) Thanks :)
|
| [Multi-threading] Will this code cause problem? (run & main exist in the same class) | 13 Jan 2008 14:10 GMT | 2 |
I just saw a code fragment written by someone as follows: public class MyThread extends Thread { public void run()
|
| Looping in main vs. making a class and a thread? | 13 Jan 2008 11:35 GMT | 5 |
I've seen quite a few examples where main() pretty much just makes an instance of some class, and then creates a thread and sets the thread to running the run() method of the aforementioned class, and then main is done. The only thing of substance in the aforementioned class is ...
|
| find path from one tree node to another tree node | 13 Jan 2008 02:36 GMT | 6 |
I have a non binary tree and looking for a solution to find the path between two given nodes (not just leaves). Is there a class in the Java class library that provides the functionality already? If not, can someone
|
| installing aglets under windows xp | 13 Jan 2008 00:30 GMT | 1 |
i would be thankful if you instruct me with the steps to install aglets software under win xp,,,,, my project is distance evaluation using mobile agents and i intend doing it with aglet software.so please guide me...
|
| Hash Code Compression | 12 Jan 2008 22:01 GMT | 26 |
I am currently working on a dictionary populating program. I currently have a socket connection my local news server and am trawling through all of the articles looking for new words. Java's String class has a method that hashes strings. I was wondering if i should still be using ...
|
| what did the bible say about Mohammad? | 12 Jan 2008 19:45 GMT | 2 |
|
| Glassfish invoke method during application startup | 12 Jan 2008 09:49 GMT | 2 |
I need to invoke some moethod but only when ejb.jar is deployed or Glassfish server is restarted etc. Thsi method cannot be invoked by remote client etc. Are there any mechanism to create this kind of class etc .?
|
| oracle - authenticate with username and password | 12 Jan 2008 04:55 GMT | 5 |
I need to authenticate users based on their oracle username and password. I get the username / password from a web form. Is there some oracle java library that will allow me to perform a
|