| Thread | Last Post | Replies |
|
| Serial number | 03 Jun 2007 13:56 GMT | 16 |
i want to generate a number that is unique for a machine. I decided to get hdd serial. But i have to find more than that. which hardware numbers can i take? how?
|
| changing log file of log4j for an individual package within a webapp running on Tomcat | 03 Jun 2007 02:51 GMT | 1 |
I am running a WebApp (JSP/Servlet/Struts) on Tomcat 4.0.6 I am having a ServletContextListener which spawns a thread which runs indifinetly. Is there a way I can make this thread (the source code of which comes
|
| Event-driven programming | 03 Jun 2007 02:41 GMT | 10 |
I have a look for framework like Prado (event-driven programming) for Java. Do you know something? Thanx!
|
| Tomcat error with bean | 03 Jun 2007 00:02 GMT | 1 |
I'm experiencing a problem with beans and tomcat...I have an "Bean cannot be resolved to a type" error that I don't understand! Any idea? Thanks in advance!
|
| Remote access to Tomcat web server | 02 Jun 2007 23:37 GMT | 12 |
I'm trying Tomcat for the first time . I've installed Tomcat (apache-tomcat-6.0.13, zip-version). It runs ok. Then I've installed MySQL and there I've created my database. Then I've writed a java servlet for querying the data.
|
| How to call rsh from Applet to remote host | 02 Jun 2007 17:04 GMT | 16 |
I am working on a project which will execute a script from Applet on remote host. The applet is displayed in Web interface. Can any one guide me on the same? Can we do rsh to remote host from applet?
|
| Repainting in an special thread? | 02 Jun 2007 16:53 GMT | 1 |
I have a question about the need of a repainting thread. I have an application with a timer, that is being fired each millisecond: Timer timer;
|
| persisting dynamic objects in java | 02 Jun 2007 00:26 GMT | 3 |
I need to develop a system which provides users with ability to define attributes of objects and read, query and save objects into a database. The point is that it is the user who defines attributes of an object, not the programmer. I cannot use Hibernate to accomplish
|
| SimpleDateformat: 12 hour versus 24 hour | 01 Jun 2007 22:51 GMT | 2 |
I have a date in the form of a string "5/31/2007 4:30:03 PM" And I convert this string to date and save it. This is what I do: SimpleDateFormat sdf=new SimpleDateFormat("MM/dd/yyyy kk:mm:ss"); dtStamp=sdf.parse("5/31/2007 4:30:03 PM");
|
| Getting to the root node of an xml document | 01 Jun 2007 20:49 GMT | 4 |
I'm trying to get to an xml document root node (named dataroot), I've tried different things, like : Node node = doc.getFirstChild(); Node node = doc.getDocumentElement();
|
| console parsing | 01 Jun 2007 20:38 GMT | 3 |
How can I parse the output of another program running using System.exec()? alternativly how can i cummincate with the os with java as if i were using a command prompt?
|
| Overriding Generics | 01 Jun 2007 20:27 GMT | 7 |
Does anyone know why one can't override the following method public List<Foo> getFooList() with something like this public List<Bar> getFooList()
|
| Java Midi Synthesizer | 01 Jun 2007 19:47 GMT | 2 |
I've been having a little trouble working with the Java midi synthesizer included with the API. I found a peice of code on a forum something like what follows: import java.util.*;
|
| mcq | 01 Jun 2007 19:07 GMT | 10 |
Given: 1. class Super { 2. public float getNum() { return 3.0f; } 3. }
|
| compatibility java 4 -> 5 | 01 Jun 2007 18:51 GMT | 7 |
In which case, a desktop java application working with a sun jre1.4 could not work with a sun jre 5 ? I thought Sun guaranteed that compatibility (adds deprecated method but not remove anything..)
|