| Thread | Last Post | Replies |
|
| Free Java ebooks | 15 Apr 2006 01:31 GMT | 9 |
below site http://www.jvsoft.org/ provides free ebooks for you. The owner is a student who need money to pay for college fee.if you click AD,he will be very happy
|
| Xterm embedded in Eclipse | 15 Apr 2006 01:26 GMT | 1 |
I've found that if I had a terminal inside Eclipse, my development would be much easier to deal with. I thought of creating an external application thing in Eclipse, so I named the program execution "xterm" and provided the right path. Now I need to know how to start xterm
|
| Java Applet Callable by Javascript | 15 Apr 2006 01:16 GMT | 1 |
I have the following java code that I would like to make into an applet, callable via javascript. Any ideas how to accomplish this, or to at minimum turn the following code into an applet.. Thanks! import org.apache.commons.httpclient.*;
|
| Page refresh | 15 Apr 2006 00:20 GMT | 5 |
i am working on a java based web application. now i need to access some information stored in a postgres DB in near real time. at the moment i am refreshing my page every 5sec to get that information, which is also putting a huge strain on tomcat and hence
|
| Need help on JFC swing. Error - Couldn't find the Main class program will exit. | 14 Apr 2006 22:19 GMT | 1 |
I am using eclipse to run my JFC swing program. When I run my program its complaining about the error mentioned in the Subject line. I was running good before but I am not sure if I have done some thing but its complaining about this error. could some one please help with
|
| how to get the current workweek number? | 14 Apr 2006 22:01 GMT | 9 |
I am trying to get the current workweek number, but I cannot manage to code it easily in java ( without using external module...jsut a simple function). In python, I am using this line :
|
| Integrating JBoss Into Eclipse. | 14 Apr 2006 20:07 GMT | 2 |
I need some special help/assistance from someone about how exactly I am supposed to go about integrating the JBoss Application Server into the Eclipse IDE. I seem to be stumped at the point of figuring out where the main installation folder for JBoss is supposed to be inside the ...
|
| Best Practice for Run Time Storing of Constant Data? | 14 Apr 2006 17:20 GMT | 2 |
I am writing a system where the user wants to store menu values in a database where they can be changed at will. To get the prototype up in a hurry, I have stored them in XML format in a database table, and each time a user connects I retrieve them. For the real system, I would like
|
| pico, nano, micro and Java | 14 Apr 2006 16:35 GMT | 2 |
First off, this is for a school assignment... I know some people get squeamish about this sort of post, but I'm kind of up a creek. Basically, as part of a semester-long project, we need to add another bean to a program we've been working on, and integrate it with the rest of the ...
|
| The perils of misplaced decimal places | 14 Apr 2006 12:00 GMT | 2 |
I just came across this article: http://ca.news.yahoo.com/s/13042006/2/koddities-malaysian-phone-company-says-218 -trillion-bill-mistake-its.html I'm reproducing it below in case it doesn't stay at its current location for very long:
|
| Random Access Files | 14 Apr 2006 11:54 GMT | 1 |
I am new to java and need some help. I am using random access files in java and want to create a new blank file, every time i call my file handler constructor. The problem is if i pass the same name more than once and the file is already created it
|
| create test client from WSDL | 14 Apr 2006 11:39 GMT | 2 |
I need to create a test client from a WSDL URL, I came to know that there are some tool e.g. GLUE where we just need to provide the WSDL URL and it automatically creates the testclient for the same. I didn't find the installer of GLUE on net does somebody have then
|
| [xalan] FATAL ERROR: could not compile stylesheet | 14 Apr 2006 10:43 GMT | 5 |
I'm trying to run an XSLT transformation using JDK 1.5.0, but I get an exception (see below). The strange thing is that using the *same* code & stylesheet on JDK 1.4, it works!
|
| have any stock web site provide XML ? | 14 Apr 2006 06:51 GMT | 1 |
Have any stock web site provide XML ? I've to do the project , but I can't find stock XML from any web site. Can anyone know where have been provided? or I have to do "HTML TO XML"?? I think this way is not good .
|
| Identify the language of a String literal | 14 Apr 2006 04:50 GMT | 2 |
I was wondering if the following is possible: Having read some text from a file in the form of a String, is it possible to identify the language in which the text is? Maybe some sort of a getLocale() method for a String....
|