| Thread | Last Post | Replies |
|
| Declaring a class "final" | 25 Jan 2006 11:43 GMT | 3 |
I read this in a Java book, is this a typo? Shouldn't it be object, not class?
|
| Xml and DTD validation | 25 Jan 2006 10:34 GMT | 1 |
I am facing a problem, which I can't find the answer to it. I have a xml, which I am parsing using xerces. The problem is with the DTD validation, I want to give the DTD file path to the parser in my code (hardcoded or using environment
|
| swing problem: can't update JPanel | 25 Jan 2006 09:54 GMT | 1 |
I am making a simple media player for the Java Media Framework. Basically I want it to be able to open a video from a url and play it in a swing component. The problem I am having is that when I start my player, the JPanel that
|
| Job Opportunity in San Antonio Texas | 25 Jan 2006 08:28 GMT | 2 |
Java job opportunity!!!!, We are working with several clients in San Antonio/Austin area who are in need of Java developers/production support level with at least 3 years of hands on development experience. Java web development and web browser application support experience. If
|
| Timestamp to a string | 25 Jan 2006 08:24 GMT | 12 |
I have to attach a timestamp to a string with optional date format. ( to create a file ) Eg: String str = new("filenameMM-DD-YYYY.txt");
|
| Asynchronous to synchronous thread conversion | 25 Jan 2006 06:09 GMT | 1 |
I am now involved in a telnet application.i am using struts framework for this.the problem i am facing is that i am using a number of threads in this application and this threads are running asynchronously and i can't get the stream in one thread from other
|
| How do I send an HTTP form from Java? | 25 Jan 2006 06:05 GMT | 3 |
I'm using netbeans to develop a small Java application. It consists of two fields, that I want to be able to submit to a web page (Therefore simulating the use of the form that would normally be used. This way I can do some of the prcessing for my app offline... It makes sense,
|
| Manipulating large arrays very fast | 25 Jan 2006 04:46 GMT | 8 |
I want to manipulate an image which is stored as an int array. The array is as big as the image , 704 * 576 elements. What I need to do is to read the data from the input array, do some integer arithmetic and write it to an output array
|
| uninterruptible Socket client | 25 Jan 2006 02:11 GMT | 2 |
Now I'm writing socket client for communication to a server. My socket client act as a socket server on the other side, receiving data from other server, and forwarding
|
| COM Bridge for Java? | 25 Jan 2006 01:41 GMT | 2 |
I'm looking for an easy and strong full com bridge for java. it should make possible to bind com objects directly into java. does anybody has good experience with some projects? thanks khamis
|
| Java Mobile device Emulator | 25 Jan 2006 01:39 GMT | 2 |
After searching for an emulator for the typical cellphone/handheld java applets (do these have a specific name like beans or something?) I arrived at Sun's website and found a download for a runtime which supposedly allows for testing these kind of apps on a pc.
|
| difference between "method" and "operation" | 25 Jan 2006 00:45 GMT | 3 |
I'm studying Craig Larman's "Applying uml and Patterns" (third ed.) reading at the book it seems (16.6) that Operations and Methods in a Class diagram are something different but it's not explained what's the difference.
|
| Hibernate connection pool | 24 Jan 2006 23:29 GMT | 2 |
Using Hibernate 3 with Tomcat 5, I wonder if it is better to use Tomcat connexion pool or c3p0 ?? Can someone tell me wich is the best (and why ?) thanks,
|
| Log SQL-Statements generatet by Tomcat | 24 Jan 2006 23:12 GMT | 3 |
is there any possibility to log all SQL-Statements executed by the Oracle JDBC-Driver from a Servlet running on Tomcat 4.1.29? Especially is it possible to log preparedStatements? Surely, there is a logging system in the software we have, but when
|
| Slow parsing of byte array to String | 24 Jan 2006 21:49 GMT | 8 |
I've got a problem parsing pre-saved datas (bytes storing UTF-16BE string) as String. A part of the code is as : byte buf[]=new byte[L_LENGTH];
|