| Thread | Last Post | Replies |
|
| how to allow read/write socket only from localhost? | 11 Aug 2006 17:49 GMT | 5 |
I want to close a socket if the other side is not on the local machine, how can I do that? InetAddress.getHostname() is not "localhost" sometimes, if the client connects to "localhost". For example, sometimes getHostname() returns
|
| Hibernate JBoss EJB 3.0 | 11 Aug 2006 16:34 GMT | 1 |
I'm looking for complete simple example (some code) using Hibernate 3.1 on Jboss 4.0.4. Thanks in advance GG
|
| final word: separate real per context in Tomcat | 11 Aug 2006 16:18 GMT | 1 |
I have been readin some discussions on the NET abot setting separate authentication realm for some context in Tomcat. It seems that it is provided by the servlet specification,
|
| JSF GET parameters or substitute | 11 Aug 2006 15:23 GMT | 2 |
I need to supply users of my Java Server Faces application with a unique URL so that I can identify them when they arrive at the site. The obvious way is with one, or in my case preferably two, GET parameters. How do I read those parameters? My Internet searches have
|
| JUnit problem | 11 Aug 2006 15:15 GMT | 2 |
I'm trying to run a JUnit test in Eclipse 3.1. Google turned up no solutions, so could I ask if anyone here can suggest anything? When running the test I see the following error in the console. The JUnit view also does not look correct, so I'm wondering if it's a
|
| Load Testing | 11 Aug 2006 15:04 GMT | 1 |
Does anyone know of a Java based load testing tool that can drive applets in a similair way JMeter handles web pages? Regards Roger
|
| String.valueOf() Memory Leak inside of thread. | 11 Aug 2006 14:30 GMT | 10 |
If anyone could shed some light, I'd appreciate it. I have a simple class with a main method. Inside the main method is a loop. Each iteration of that loop instantiates an anonymous thread whose run method contains a single line:
|
| JNI EXCEPTION_ACCESS_VIOLATION | 11 Aug 2006 14:23 GMT | 6 |
I have a java application which calls into a VC++ DLL via JNI. Within the DLL, I call some code via a 3rd party API which ultimately does some disk IO. When the "File Writing" code is hit, my application crashes. I get the following error (I'll spare you the entire dump)
|
| SocketTimeoutException: Read timed out | 11 Aug 2006 14:03 GMT | 3 |
I have a strange thing happening (at least to me) in my java program and would appreciate help on the issue: I am running on JRE 1.4.2_10 and using HttpUrlConnection class to exchange some XML files with another machine and sometimes I get the
|
| Client to telnet into server and then ftp to another server | 11 Aug 2006 13:07 GMT | 5 |
I am trying to write a java client that connects to a ftp server. The trick is that the ftp server has a private IP and is sitting behind a Telnet server with a public IP address. How can I go about implementing this client? [I already have the ftp
|
| Signed applet strange behaviour | 11 Aug 2006 12:47 GMT | 10 |
I wrote this small test applet (ignore combination of applet and japplet components): import java.awt.*; import java.applet.*;
|
| Newbie question | 11 Aug 2006 12:09 GMT | 2 |
I have a question. Let us say that I write a MainForm class which has a jDesktopPane, MenuBar and ToolBar. I would like to write classes for each jInternalFrame and call it from MainForm using menu event listeners. But when I try to access jDesktopPane from this outside class ...
|
| sync4j and web service query | 11 Aug 2006 11:20 GMT | 1 |
I am currently involved in a project which is used for syncing mobile phonebook data with a syncml server. We are using sync4j as our syncml server. The database is MySql.
|
| question about enum | 11 Aug 2006 11:00 GMT | 2 |
What can I do to make this work? HAPPY isnt a variable so it returns a "cannot find symbol error". I don't think I am understanding enum completely here... enum Emote {HAPPY, SAD, BORING}
|
| Trying to grab filenames in a directory | 11 Aug 2006 10:44 GMT | 3 |
Hello guys, I'm an old java programmer coming back on the scene, though I never was a java expert. I started working on a small project which works like a database. I want to allow users to select files and then have the DB import them. I have it set
|