| Thread | Last Post | Replies |
|
| connection pooling dilemma | 08 Feb 2008 17:46 GMT | 6 |
Hi, I wrote an application that interact with a database and first every page like isert_db.jsp delete_db.jsp
|
| PrintWriter as blob with mysql | 08 Feb 2008 16:21 GMT | 4 |
** sorry for the multipost on comp.lang.java.help ** probably it's a poor design of my application, however ... in a class i create PrintWriter pw = new PrintWriter( new
|
| Synchronization with threads | 08 Feb 2008 15:52 GMT | 4 |
I have a class which is not a thread which executes the following code: public void myFunc() { MyMainThread thread = new MyMainThread();
|
| File browser | 08 Feb 2008 15:35 GMT | 81 |
I'm developing an application that needs to open a file but I can't find out how to bring up that normal windows so that I can choose a file I want to open. Can anyone help me?
|
| showing memory used by a Java app in the app itself | 08 Feb 2008 15:32 GMT | 11 |
some Java applications display the memory used by the application itself. This is the case, for example, in the IntelliJ IDEA IDE (best Java app ever written in my opinion if I had to
|
| DSP libraries in java? | 08 Feb 2008 15:18 GMT | 7 |
I was wondering if there is something like that to the point the the sampling is good enough to identify phonemes and do Voice Recognition ~ I did a search on: DSP "import java" Voice Recognition, and got
|
| Logger not logging. | 08 Feb 2008 13:33 GMT | 4 |
I have a strange issue. The java.util.logging.Logger is not logging anything below INFO level even when I explicitly set it to log everything (Level.all) Here's what I did first: Logger l = Logger.getLogger("TestLog");
|
| Problem in doing FTP a directory by java code | 08 Feb 2008 13:16 GMT | 1 |
Hello Frnds I was trying to do ftp using sun.net.ftp.*; but while doing ftp its not upload directories in proper structural way inspite of it it just uploading the files which are in nested directory altogether
|
| I need help in ajax. | 08 Feb 2008 12:44 GMT | 2 |
I trying to develop same sites using mu own ajax framework. but i am running in performance problems when i have lots of controls, check my examples www.ajaxcoding.net , www.ajaxgurus.net , www.getajax.org please give me same feedback and same suggestion on how to improve
|
| Formatting BigDecimals | 08 Feb 2008 11:35 GMT | 9 |
I want to print the result of a BigDecimal calculation to two decimal places. The following code produces an IllegalArgumentException "Digits < 0" String.format("%10.2f", new BigDecimal(0.0001));
|
| Apache HttpClient - problem with cookies | 08 Feb 2008 09:28 GMT | 2 |
I am using in my project a org.apache.commons.httpclient. While visiting some pages (but only some) by executing getMethod I get the following warning: 2008-02-07 17:15:38 org.apache.commons.httpclient.HttpMethodBase
|
| Enum String | 08 Feb 2008 07:17 GMT | 5 |
Is it possible to get a String back from an enum value? Here is a sample of my enum: // XML tags public enum XML {
|
| Porting MMI from C++ to Java | 08 Feb 2008 04:21 GMT | 1 |
I need to make a porting of a MMI application from C++ to Java reusing the Background code written in C++. The idea is to rewrite in Java only the presentation layer using some tool avalable (i. e. Visual Editor Eclipse plugin), but my problem is
|
| Problems compiling Java-Prog with gcj using JavaMail (mail.jar) and JAF (activation.jar) | 08 Feb 2008 02:08 GMT | 7 |
i tried to compile a small Programm with gcj - no success :-( (using eclipse it works!!): gcj --classpath=mail.jar:activation.jar -v --main=lantronix.mail.MailSender MailSender.java -o MailSender Result: Using built-in specs.
|
| how to send data to a pre configured servlet | 08 Feb 2008 00:00 GMT | 8 |
Is it possible to configure a java web app running under a context root to automatically take data from a URL (entered after the context root) and pass that data as a paramater to a specific servlet? For example -
|