| Thread | Last Post | Replies |
|
| fetching class variables from a different server | 10 Oct 2006 09:11 GMT | 1 |
I have two web applications running on two different Tomcat servers - Application A on server A and Application B on server B. A and B cannot access each other directly. A web-client 'C' has access to both A and B.
|
| Insurace framework | 10 Oct 2006 09:05 GMT | 2 |
I am working on a life insurance application, are there existing application open sourced I can use as reference? Thx!
|
| Precompiling JSPs using ANT in Linux | 10 Oct 2006 06:09 GMT | 2 |
I'm trying to precompile the JSPs in my application using the JspC class in Jboss. Following is the ANT script that I'm using to compile the JSPs - <target name="webapp_precompilation">
|
| how to stop a thread when it is waitting a socket? | 10 Oct 2006 05:07 GMT | 7 |
I am using SwingWorker to make a new thread in Swing GUI (someting about SwingWorker http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html )
|
| Need Help with a Submit buttom and textField | 10 Oct 2006 04:58 GMT | 1 |
I need this to work with a sibmit button and call the information into a GUI, Can somone please help? String arg = e.getActionCommand(); //created a function for the patient ID (this is the key in the hashtable)
|
| javax.net.ssl.keyStore multiple IPs | 10 Oct 2006 04:14 GMT | 2 |
I'd like to open up two SSL listeners in a single process, and I want each of them to have their own certificate. There's only one system property for this. Am I missing something? I've tried setting the system property to one certificate and then creating a listener... then
|
| Get Time in MEDIUM format | 10 Oct 2006 03:58 GMT | 1 |
This code outputs the date and the time that an event occurs, but how do I tell it to only output the time in MEDIUM format? I know this is easy but I just don't see how to do it :( /** Method to Get Time of an Event */
|
| NIO enigma | 10 Oct 2006 00:48 GMT | 4 |
I am seeing anomalous behavior on Windows XP Pro in my NIO code. The code in question is as follows and it works as expected on Linux. import java.io.ByteArrayInputStream; import java.io.FileOutputStream;
|
| JVM crash while loading native dll using TOMCAT | 09 Oct 2006 23:28 GMT | 6 |
I am facing a strange problem with tomcat and jvm. I load a JNI class which loads a native dll and this native dll creates a com+ object. Amazing thing is that this works when the tomcat server starts from the command line ( ie going to tomcat bin dir and running tomcat
|
| Swings | 09 Oct 2006 22:36 GMT | 4 |
Hai! I am vijaya. I am working for a swings GUI project.I have to get the same thing that, we get when we click the MyComputer Icon of the desktop from My swings application. I am able to get the Explorer tree, comboBox address bar and Image Icons of Disk Drive. Now, how to get the
|
| How to fetch & parse a RSS Feed | 09 Oct 2006 21:31 GMT | 2 |
Hey guys, I'm 3rd semester student in Business Information Systems. I've already learned some basic Java in university, but yet I've never really programmed something useful.
|
| WebStart caching test. | 09 Oct 2006 18:24 GMT | 4 |
WebStart caching test - a test of the 'lazy' download attribute (good for getting applications on-screen fast, amongst other things). <http://www.javasaver.com/testjs/jws/cache/>
|
| Java Native Interface: "Translate" java call to JNI | 09 Oct 2006 17:52 GMT | 13 |
I am developing with Delphi 6 and would liek to use the Java Native Interface units in order to run FOP. I have a batch file with the following call: java -Xmx256m -cp
|
| RMI security policy | 09 Oct 2006 17:40 GMT | 11 |
Im using RMI to connect java applet with a remote server. The client looks up the server successfully but when I press any button in the client applet interface which performs remote method invocation this message is displayed in java console:
|
| Cast Exception | 09 Oct 2006 17:22 GMT | 8 |
ArrayList list=new ArrayList(); list.add("Testing........"); list.add("Jackie chan"); Object []temp1=list.toArray();
|