| Thread | Last Post | Replies |
|
| rsync and network file transfer speeds | 30 Jun 2006 21:08 GMT | 2 |
Hi, I appreciate the note to research rsync on my last post (thanks Rogan and Suken!). I've done some research on rsync and even read the doctoral thesis that Tridgell wrote on his rsync algorithm. While knowledgeable about what the
|
| getruntime issue | 30 Jun 2006 20:21 GMT | 2 |
Can someone tell me why when I do this : start->run-> \\someMachineOnNetwork\someFolder\someFile.txt it works perfectly But when I try the same using a signed applet
|
| Efficient writable character buffers in Java | 30 Jun 2006 18:42 GMT | 2 |
My problem: I need to create a buffer that needs a capacity sufficient to hold a row of 80 characters that will be written out to a file, then modified, then written out to a file again. In C, this could be done like:
|
| Simple(?) synchronized() block question | 30 Jun 2006 16:43 GMT | 5 |
I am trying to make a simple thread/conncurrency example work. What I am trying to do in the following simple code example is: 1. Start a thread 2. Make the started thread become another object's (String s) monitor
|
| Question on adding transparency with JAI | 30 Jun 2006 14:19 GMT | 3 |
This is probably an offputtingly trivial question to someone who isn't as new to JAI as I am. I have a servlet that, depending on some condition, will send to the browser either an unaltered image as it exists on disk
|
| JSP and Java Swings reuse of code | 30 Jun 2006 11:52 GMT | 3 |
I am doing an NMS project which is going to be swing based application, as well as JSP based Web application. Swing as well as JSP based front ends should be doing almost same things having similar look and feel. I want to reuse maximum possible code between web based and swing ...
|
| Wanna play???? | 30 Jun 2006 11:49 GMT | 5 |
hi guyz..check tis website out..its an interesting game wher u can play wit other players as well.its..i juz found out couples of days bak..its a massive online gaming and free of charge to play..its al free.get to knw ppl as well play the game at
|
| ejb3 - blob in primary key | 30 Jun 2006 11:35 GMT | 3 |
I'm trying to deploy a little ejb3 example application on JBoss 4.0.4 in combination with MySql 5.0.22. In one of the entities I have a primary key consisting of two fields, the first one is an Integer, the second one is an Object. I've defined a key class for this compound primary ...
|
| Not using exceptions only for exceptional conditions | 30 Jun 2006 11:24 GMT | 6 |
I always have agreed that exception shouldn't be used for flow control, nevertheless I have incurred in a situation where breaking this principle is probably good, for other reasons than design. The situation is inserting a row in a table, extremely simple stuff. It
|
| cut and join mp3-files with known bitrate | 30 Jun 2006 10:54 GMT | 6 |
what would be the easiest way to cut and join files? I want to do this with 2 mp3-files. I do not have to decode them, because I know exactly their bitrate/frame size, so it should be easy to cut.
|
| Repercussions of changing single class in large project? | 30 Jun 2006 10:42 GMT | 5 |
I have a large project - several hundreds of classes. If a single .java file is changed, then obviously the compiled class is changed too. However I'm not sure how many other classes would be affected by this and would also change when recompiled.
|
| File Creation | 30 Jun 2006 10:13 GMT | 1 |
I am now doing a webapplication involving servlets.i want to creat a dynamic view of an image.the image generated will be of type BufferedImage and i want to write it into a file.i have created the file using File class and CreateNewFile()method.but the file is not
|
| Java MS Excel read write question | 30 Jun 2006 07:57 GMT | 8 |
I need to move data between Java and Excel (mostly read data from Excel files for now). I am currently looking at POI and JExcelApi. Does anyone have any experience with either of these? Horror stories? It saved the day stories? What does Open Office use?
|
| SSL Authentication using Java or JSP | 30 Jun 2006 07:36 GMT | 11 |
I have a website with client-certs, so only users with a correct cert can connect to the site. Now I wanted to update the whole thing: I put the cert on a smartcard. So far, so good. But: I do not want this browser-popups, where I have to select the cert
|
| Big Huge OS Project!!! Need help!! | 30 Jun 2006 06:36 GMT | 13 |
I have just been approved by SourceForge for my project, Blitz6. It is an OPEN SOURCE FLASH ALTERNATIVE. I think this is huge. I need help planning this. I have started a Writeboard. If you are into java programming, PLEASE e-mail me at <leon1jung@gmail.com>. THANKS!
|