| Thread | Last Post | Replies |
|
| Anyone familiar with Jakarta HttpClient? | 26 Dec 2006 15:49 GMT | 5 |
I was wondering if anyone here might be familiar with Jakarta HttpClient: http://jakarta.apache.org/commons/httpclient/ I want to find out if it is possible to set one of the HttpClient "preferences" non-programatically. In particular, I need to set the
|
| Packages and access mode problem | 26 Dec 2006 14:29 GMT | 7 |
Hello, Consider I have two folders: Ap and Bp. Each folder is a package and has a source file, A.java and B.java respectively. Those files contain the code below: ----------A.java-----------------------------------
|
| [ANN] Watchmaker Framework for Evolutionary Algorithms version 0.3.0 released | 26 Dec 2006 13:02 GMT | 2 |
Project Home Page: https://watchmaker.dev.java.net/ Change Log: https://watchmaker.dev.java.net/CHANGELOG.txt API Documentation: https://watchmaker.dev.java.net/nonav/api/index.html Example Applet: https://watchmaker.dev.java.net/examples/salesman.html
|
| OutOfMemoryException | 26 Dec 2006 10:27 GMT | 19 |
While I am retrieving from the data base I am getting more than 45k Records. I am unable to stored all those records in to the List. Here I am getting OutOfMemoryException. How Can i store all those records in the List.
|
| Newbie - Java version and Eclipse | 26 Dec 2006 07:10 GMT | 8 |
I'm very confused about the version of Java that I'm running. I need to know because Eclipse tells me that I can't use the ForEach type of For-Statement. When I enter (in DOS) "java -version", I get: java version "1.4.2_03"
|
| which collection to use | 26 Dec 2006 05:00 GMT | 14 |
I have key,value pair of structure and I want to store them in a collection. Which collection will be good with respect to retrieval speed. I found out from net that HashMap is better then TreeMap in retrieval
|
| looking for good JAVA auction software | 25 Dec 2006 21:19 GMT | 5 |
I've been looking for good auction software written in Java, (like eBay) with full back office and payments and monitoring tools any one can recommended something?
|
| Saving web pages from a java app | 25 Dec 2006 12:21 GMT | 1 |
I was wondering if there was any way to save the web page currently active (in firefox lets say) at a certain location using a java app. For example from the command line, i want to be able to just say "SavePage.exe -d:\temp\JavaTut" and I want it to automatically save the
|
| how to soulution this program | 25 Dec 2006 11:45 GMT | 2 |
the programe is basic Calculator , i add new Class extends the Calculator class add Override method inside method i use Super.createPanel then i want add text Filed in this Method return in runtime NotllPointer Wxception
|
| Merging Linked Lists | 24 Dec 2006 19:37 GMT | 33 |
I (will) have anythng up to 6 Linked Lists of strings. I want to merge them and remove duplicate entries at the same time. So that I end up with one Linked List with every node containing a distinct string. I dont really want(need) to sort the list. Does anyone know how I would
|
| YTUTTTY | 24 Dec 2006 19:12 GMT | 2 |
|
| disable session timeout for session bean | 24 Dec 2006 17:32 GMT | 6 |
Is it possible to disable the timeout for a statefull session bean? I want to make this session bean to live as long as client won't logout. So if client logins in and do nothing this session will be there..
|
| recommend an advanced java book | 24 Dec 2006 17:27 GMT | 3 |
i'm not that new to java because i know all the concepts and all but i have reached a point where i need to move forward, so i feel i need a good book -a bit advanced not too much- to progress. I don't have my mind set on a specific aspect of java , i know java is
|
| A question about regular expressions | 24 Dec 2006 15:22 GMT | 3 |
Hi every one, I have a basic regular expressions question. It goes like this: How do I extract a sequence of @-delimited characters from a text?
|
| jsr135 conspiracy | 24 Dec 2006 13:50 GMT | 1 |
I'm not sure this is the correct forum for the following questions, but it's the closest I can find. I am implementing a j2me video capture app and am finding much strangeness on different handsets. It's almost as if the phone manufacturers don't wish to
|