| Thread | Last Post | Replies |
|
| HTML Parser.. some tool in swing? some experience? | 07 Dec 2006 08:41 GMT | 1 |
I have to do a simple appication that parse some websites and put the info in a DB. I've seen the Html Parser project and Lucene. I don't know if Lucene can help me or I can do this well only with HtmlParser P.
|
| Java manual download | 07 Dec 2006 08:31 GMT | 3 |
Where could I download necessary files for manually installing the latest jdk to windows environment? I've only found places where I can download the installer file, which is not applicable in my case. Thanks in advance.
|
| String.replaceFirst - Illegal group reference | 07 Dec 2006 08:18 GMT | 3 |
In Java 1.4, the following works fine: String keystorePath = "C:/ims/jboss/test/me"; String jbossPath = "C:/ims/jboss"; keystorePath.replaceFirst(jbossPath, "${jboss.server.home.dir}");
|
| How communicate with VIRTUAL tty like pty with java on linux ? | 07 Dec 2006 08:13 GMT | 4 |
How could i communicate on Java with linux VIRTUAL tty, for example /dev/ptyqf . I have tried with javacom without result ? I have tried too with FileOutputStream without succes ?
|
| Free Blog hosting for Java people | 07 Dec 2006 07:33 GMT | 1 |
We are delighted to offer you FREE blog hosting at www.brainjava.com. Join as a member and start your posts. You can create your profile and get revenue from your posts (Adsense Sharing). If you want any queries, please contact us at
|
| Download J2ee interview questions | 07 Dec 2006 07:31 GMT | 1 |
I found these java j2ee interview questions to be useful and wanted to share the same with you.. Check out http://www.j2eequestions.com Cheers
|
| needed urgent "org.apache.io.FileUtils | 07 Dec 2006 04:53 GMT | 1 |
to copy file from one directory to another i need the jar of above API if anybody hav that jar fiels then plz post here or send it to my mail id
|
| Another example of Twisted the troll, more reason why he should just be ignored | 07 Dec 2006 04:49 GMT | 22 |
http://groups-beta.google.com/group/comp.text.tex/browse_thread/thread/814dca01f af56429/80585d528a53dd21 The name is different ("Mark Mephinasony") but it's the same Google Groups account. He mentions a problem he's having with some software, then someone suggests he files a bug ...
|
| How to unit test a Servlet | 07 Dec 2006 03:48 GMT | 5 |
Having been asked how to unit test a servlet without using a container, so much lately, I thought an example here might help - certainly should help if the search engines pick it up. Regards
|
| how to log enum (toValue) exceptions with java.util.logging? | 07 Dec 2006 03:33 GMT | 1 |
I have a command line application, where I am trying to log all errors to a file, and keep the commandline quiet. In certain instances, I am getting some exceptions with java.lang.Enum.valueOf (eg: java.lang.IllegalArgumentException: No enum
|
| Java Basic Search engine | 07 Dec 2006 01:10 GMT | 12 |
I have almost 100 html pages on my local disk and first i have to index them then i have to make simple word search on that index to find which pages include that word i dont know how to index i mean which algorithm b+tree or smthng else
|
| How to compare two SOAP Envelope or two Document or two XML files | 06 Dec 2006 20:41 GMT | 3 |
I am testing a web service. I need to compare the SOAP Response i got from the web service with the xml present with me as expected output. i means to say i am receiving SOAPEnvelope using call.invoke() function and i want to compare this
|
| Coding standards without control? | 06 Dec 2006 20:31 GMT | 3 |
A recent poll asked if programming standards are used by development organisations... and if they are controlled. None: 20% Yes, but without control: 49%
|
| javamail code in servlet works locally, but not when uploaded to host | 06 Dec 2006 19:26 GMT | 7 |
Trying to send an email with an xml attachment from a servlet (code below) without success. When I run my servlet locally all goes fine. The message is delivered. When I upload to my host, messages are not delivered. I believe the
|
| Can Java program evoke and run a FORTRAN program directly? | 06 Dec 2006 19:08 GMT | 2 |
I have a Java program. In order to use an existing FORTRAN program for doing some computation, I hope I can evoke and run the FORTRAN program from my Java program. Somebody has told me that Java has to call a C program, which calls the
|