| Thread | Last Post | Replies |
|
| ServletRequest - can I get the host name exactly as requested? | 24 Jan 2006 21:44 GMT | 1 |
I am seeing a problem with the ServletRequest getServerName() method. On JBoss and Weblogic, this method returns the host name exactly as it was specified in the request. If the original request was:
|
| [J2EE] Standard asynchronous call | 24 Jan 2006 21:30 GMT | 1 |
I am looking for the standard way of calling a method of a class (POJO or not) asynchronously within a J2EE developpement (for exemple within a servlet) ? I believe launching a new thread is forbidden (at least not advised) in a
|
| JOption Dialog and color... | 24 Jan 2006 21:15 GMT | 6 |
In a part of my program I am openeing an error warnign as following: if (myVal != yourVal) { JOptionPane.showMessageDialog(null,"WARNING: \n MyVal does NOT yourVal.","Error Dialog",JOptionPane.ERROR_MESSAGE);
|
| Hello world with main?? need help | 24 Jan 2006 21:09 GMT | 3 |
How do i write a java program that doesn't have any "public static void main(String[] args)" method and prints "Hello World" to the console ?
|
| Java Application sending mail | 24 Jan 2006 20:11 GMT | 3 |
I am trying to send e-mail with a Java Application without any result. Does anyone can help me? BR Alessandro
|
| Default strength of RSA encryption | 24 Jan 2006 20:09 GMT | 2 |
I have two questions relating to the keytool program bundled in the standard SUN JDK v1.5.x. I am using this keytool program to generate a server certificate with the RSA algorithm for my Tomcat engine. My questions are firstly, does anyone know what is its default encryption
|
| page Encoding | 24 Jan 2006 19:51 GMT | 2 |
code: i see a JSP which has <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> when do i use "pageEncoding="UTF-8" ?
|
| validazione lato server Struts | 24 Jan 2006 19:19 GMT | 1 |
utilizzo Struts con la validazione dei campi di un form sia lato client(javascript) che lato server (attraverso il validator). Ora dovendo rendere l'applicazione accessibile mi trovo nella situazione che i controlli lato client con javascript non possono
|
| Automate program execution problem (Runtime.exec("java" + " Hello.java"); | 24 Jan 2006 19:04 GMT | 7 |
I want to automate the program compilation and execution. I used Runtime.exec("javac" +" Hello.java"); for compilation the program compiled successfully. in the next liine i gave Runtime.exec("java" + "Hello"); This statement
|
| Getting new coordinates | 24 Jan 2006 19:01 GMT | 4 |
I'm translating and rotating a polygon with graphics2D (g2) and everything works fine : g2.translate(x, y); g2.rotate(r);
|
| Sending SMTP mail when SMTP server is unavailable | 24 Jan 2006 18:53 GMT | 3 |
We're using the Java mail API to send simple emails from our system via the company's Exchange server, which works just fine. However, we'd like to know what happens if the SMTP server is down, and whether there is a technique available to queue the sent messages in the event of the
|
| Medical Investigation - alcune info? | 24 Jan 2006 18:21 GMT | 1 |
Ho visto praticamente tutta la stagione di Medical Investigation (Rai2). La prossima domenica dovrebbero esserci le ultime due puntate (mancano infatti la 1-19 e 1-20). Tra l'altro penso che abbiano "saltato" la 1-17 ("Half Life (2)") se non sbaglio (o no??).
|
| Check class file for annotation | 24 Jan 2006 15:48 GMT | 6 |
Does anyone know of a simple way to determine whether a marker annotation is present in a given class file? TIA
|
| reflection: wrong number of arguments | 24 Jan 2006 14:57 GMT | 5 |
I use this class to call methods of other classes: public class FunctionHandler { public static String execRoutine(String longName, List<String> args) throws Exception {
|
| want to work with me on ai project in java | 24 Jan 2006 14:24 GMT | 1 |
hi, anybody interested in long term artificial intelligence software project to develop an intelligent bot for stock market trading in india ?, the project is to be implemented in java using the bea weblogic application server platform on almost all
|