Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / January 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Servlet Session security15 Jan 2006 19:52 GMT2
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 query15 Jan 2006 19:49 GMT1
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 request15 Jan 2006 19:42 GMT5
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 & ArrayList15 Jan 2006 19:27 GMT3
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 parsing15 Jan 2006 18:56 GMT1
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 GMT1
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 Tomcat15 Jan 2006 13:55 GMT2
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 name15 Jan 2006 13:34 GMT7
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 question15 Jan 2006 10:40 GMT4
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 book15 Jan 2006 10:16 GMT3
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 efficient15 Jan 2006 04:53 GMT4
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 GMT4
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 GMT8
Is anyone aware of how any Runnables I can instantiate under Win XP? Thanks,
Ike
Fell Swoop I/O14 Jan 2006 23:51 GMT12
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 GMT2
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.