| Thread | Last Post | Replies |
|
| SQL Data driven GUI | 07 Apr 2006 20:52 GMT | 15 |
Originally posted in comp.lang.java.gui, but it was suggested over there that I might want to repost here. Here is the thread over there in case you want to review what has already been discussed: http://groups.google.com/group/comp.lang.java ...
|
| Algorithm / Java Code examples | 07 Apr 2006 20:26 GMT | 5 |
Hi there, is there anyway I can get simple algorithms, java examples of these below - Adjacency Matrix Transitive Closure Matrix
|
| Trying to build a library system.. | 07 Apr 2006 19:21 GMT | 2 |
Hi All.. I'm trying to write a program in java that would look something like the following: ======================
|
| URGENT- OutOfMemoryError while using ANT | 07 Apr 2006 19:13 GMT | 9 |
I get an OutOfMemoryError while using ANT to build my application. Is there any way out to increase the memory for ANT task. how to increase the heap specially for ANT
|
| HEy | 07 Apr 2006 19:11 GMT | 4 |
How do you set a sequense to a only gif image?
|
| Stupid regex problem | 07 Apr 2006 18:03 GMT | 9 |
Can someone explain why Pattern.matches(".*", "123\r\n"); yields false? (Removing \r\n makes it return true) Thanks,
|
| Reducing code of ResultSet DTOs | 07 Apr 2006 17:58 GMT | 4 |
I'm new to Java. I'm writing an app in Struts and am transferring data from the database to the view layer. My DTOs that I create are more of a mundane exercise. (getters and setters) Is there a dynamic way of creating DTOs/JavaBeans?
|
| A Lambda Logo Tour | 07 Apr 2006 17:07 GMT | 5 |
A Lambda Logo Tour (and why LISP languages using as logo should not be looked upon kindly) Xah Lee, 2002-02
|
| openfont | 07 Apr 2006 16:30 GMT | 4 |
does anyone have any experience creating an openFont object? openfont being a different type of font then truetype fonts. I know that in the api there is an openFont interface, however I have not been able to find any resources online about how to implement the
|
| Middle Tier for Java and PHP | 07 Apr 2006 16:26 GMT | 7 |
Let's say you have a Java SE Application and a PHP Web App that are both accessing a database directly. You want to control things more formally by using a common middle tier (enforcing things in addition to database constraints / sprocs).
|
| Help: Program to read from EOR end of last read? | 07 Apr 2006 13:32 GMT | 3 |
I am looking for a way to look at a log from the last time I've read it and look for a specific string. For example, I have a logfile called /var/adm/messages, and I am looking for an error string like "ERROR: Loss of sync"
|
| Reporting solution for a very long report | 07 Apr 2006 10:23 GMT | 7 |
We have requirement to print a very long report ( about 150.000 pages folio size, something like account statement ). Database server is in remote location, connected to report's client via 64 kbps VPN. What is the best solution for such requirement ?
|
| How to approach | 07 Apr 2006 08:50 GMT | 30 |
I'm on topcoder.com and there are a series of problems that I cannot solve because I can't come up with an algorithm to do it. Except - in a way, they are all the same problem. Travelling salesman, moving around a chessboard, removing numbers from a
|
| how to extract substring | 07 Apr 2006 08:35 GMT | 7 |
I have the following string (read from a file). } lrsstuv; I need to extract the lrsstuv part. The bracket will always be there. The number of spaces after the bracket varies. And at last the ';' is
|
| Problem In Displaying Umlaut Characters In Linux | 07 Apr 2006 08:30 GMT | 10 |
Im using java,mysql,xml and xsl for one of my project Java version 1.4.2 and Mysql 4.1.18 when i store or retrive data into/from mysql using xml/xsl/html/java on windows platform
|