| Thread | Last Post | Replies |
|
| Servlet Session security | 15 Jan 2006 19:52 GMT | 2 |
To identify a request urlB as belonging to the same clientX who sent request urlA, request to urlA must supply the session id which was given to it by the server in any number of ways FORM hidden fields, session id in the querystring or with cookies
|
| URL.openStream in an applet causes NBNS name query | 15 Jan 2006 19:49 GMT | 1 |
within an applet I do an url.openStream() and that works, i mean I get the correct response. But immediately after calling the method a NBNS name query is sent to the remote server. That seems to be a NetBIOS request at post 137 (according to ethereal) , but I don't want to do
|
| ( more) Generating a session id for each request | 15 Jan 2006 19:42 GMT | 5 |
If a session's chances of being hijacked are very high because of the same sessionid going back and forth between client and server, why not make the send back a sessionid cookie with each response ? and associate the sessionid with the httpsession.
|
| RMI Marshal exception & ArrayList | 15 Jan 2006 19:27 GMT | 3 |
Folks I am trying to call method on a J2EE server from a Swing client. The methods has a signature shown below, exceptions thrown are ommited as I don't have the code to hand. The outline of the classes is shown at the
|
| Ignoring spaces, tabs and line in XML DOM parsing | 15 Jan 2006 18:56 GMT | 1 |
I am parsing an XML file using xerces DOM parser. The problem is, the DOM gets created with spaces, newlines and tabs as a TEXT section. Hence if XML is, <Address><Name></Name></Address>
|
| Source of Network Pong in Java please ? | 15 Jan 2006 18:27 GMT | 1 |
Good day dears members of the comp.lang.java.programmer. Please, could You please show me where could I find the source code of the classic game "Pong" for two players in a network. The two clients are connected by a server.
|
| Embedded Tomcat | 15 Jan 2006 13:55 GMT | 2 |
I've developed an application that currently uses a proprietary protocol to communicate. I'd like to switch to using http so I can also web enable communication (i.e. offer the ability to perform action from a web browser).
|
| loading class with a different name | 15 Jan 2006 13:34 GMT | 7 |
I want to write a specialized classLoader that loads a class under a different name. For example, it should load the bytecode of "java.util.ArrayList" and provide the class MyArrayList instead of ArrayList. The bytecode of
|
| Threads question | 15 Jan 2006 10:40 GMT | 4 |
I was looking at some code about threads and am a bit stuck. Any advice will be appreciated. I have two questions. First the background.... I have two buttons on a form called one and two. When you click button
|
| Recommendations for Struts tiles book | 15 Jan 2006 10:16 GMT | 3 |
I'm looking at struts and tiles for a project I'm working on. I understand the basics of how they work etc., but I'd like to get a handle on some real world idioms of usage tradeoffs etc., 1. I'd like recommendations for a book or website which covers this
|
| Class.forName reasonably efficient | 15 Jan 2006 04:53 GMT | 4 |
I did some timing of class.forName. It turns out it is reasonably quick Class.forName eagerly loads the class if it not already loaded. Inside the JVM there is a HashMap of all the classes that have been
|
| Wher can I download Authenticode for Microsoft JVM? | 15 Jan 2006 04:05 GMT | 4 |
Where can I download the software for signing java applet, making it working with Internet Explorer and Microsoft JVM? Al the link I find are wrong.
|
| How many threads? | 15 Jan 2006 00:05 GMT | 8 |
Is anyone aware of how any Runnables I can instantiate under Win XP? Thanks, Ike
|
| Fell Swoop I/O | 14 Jan 2006 23:51 GMT | 12 |
Writing or reading a byte[] in one fell swoop to write or read a file should be extremely efficient. In theory, the bytes could go straight from your array to the hard disk controller. I wonder if that is indeed true, for unbuffered files. Or are they
|
| Why does Tomcat use 8443 for https? | 14 Jan 2006 22:01 GMT | 2 |
I have followed the instruction in the Tomcat manual for enabling https but keep getting a "connection refused" error message when I try to run a jsp page in https mode although it works fine for http mode. I am running Tomcat5.0
|