| Thread | Last Post | Replies |
|
| Error-handling recommendations | 13 Sep 2006 17:03 GMT | 5 |
My team is enhancing and maintaining a very large and in some places very old (8 yrs.) (pre-.jsp, servlets etc.) web app. As you can imagine, there is no coherent strategy for error handling and error stack traces are frequently throw onto the screen for the user to see.
|
| Properties File | 13 Sep 2006 16:38 GMT | 1 |
In my properties file i have: file=logfile.log When i run my source code it loads the properties file correctly but it cant find the path of the log file.
|
| Using Sun Web UI Components in NetBeans | 13 Sep 2006 15:42 GMT | 1 |
I'm quite new to JAVA and have a question. I coded a sample Web-Application in Java Studio Creator 2.0, Update 1, using JSF and the sun Web-UI-Component-Library (I'm using TabSets in here).
|
| Why is String immutable? | 13 Sep 2006 12:28 GMT | 16 |
Why String is immutable? Is there simple explanation I can't find it?
|
| Jacob (a java-com bridge) to write UTF-8 data | 13 Sep 2006 09:23 GMT | 1 |
I am using Jacob (a java-com bridge) to access MS applications thru java enabled web app. anybody worked on writing UTF-8 data into an .doc file thru jacob? using macro "TypeText" from MS word no other language is able to write,
|
| can Tomcat be hacked? | 13 Sep 2006 08:56 GMT | 8 |
I haven't found any cases mentioned on the web or on usenet. I'd think that Tomcat is impervious to the usual type of buffer overruns. But there could always be something. Never say never. So just to be safe, I'm asking if Tomcat running under Admin on my XP
|
| Embedding a database into a Java web start application | 13 Sep 2006 08:53 GMT | 4 |
Can anybody tell me how difficult it would be to embed a relational database with a small footprint to my stanalone Java application. I intend to distribute the app by means of Java Web Start. I'm not so bothered about the availability of drivers and / or the programming of
|
| A simple question about opreator. | 13 Sep 2006 00:13 GMT | 11 |
I want to write a recursion function that returns the maximum among the first n elemetns of an array, using at most "lgn" recursive calls. here is my function: public class Prob0405 {
|
| Detecting eof | 12 Sep 2006 23:47 GMT | 12 |
I am using this segment to read a file: String str while ((str=in.readLine()!=eof) but I get error because of eof (I want to detect end of file). How can
|
| encrypting password | 12 Sep 2006 23:27 GMT | 13 |
My application currently stores a user name and password using the Preferences class. I assume this is stored somewhere in plain text, either way it is insecure. How do I go about saving a password when it is entered so that I don't have to ask for it later? The password is
|
| a simple question | 12 Sep 2006 22:33 GMT | 4 |
I am reading some Java file, which I don't understand: Class A<B> { B b; A(B b) {this.b = b;}
|
| Problem about Date | 12 Sep 2006 22:16 GMT | 3 |
Please watch the following code: (Though the constructor Date(int year, int month, int date) was deprecated) Note that I am creating a date object for the date 1 July 2006.
|
| Need urgent help checking voting machines for Java code - today! | 12 Sep 2006 21:50 GMT | 8 |
Folks, I'm an elections observer in Pima County AZ credentialled by both the Pima County Democratic and Libertarian parties. I need to be able to check the Diebold Election Systems central tabulator for illicit Java
|
| Tomcat won't recompile servlet | 12 Sep 2006 20:41 GMT | 2 |
With Tomcat/5.5.7, the example servlets are running correctly. But if I edit the HelloWorldExample source ($catalina_home\webapps\servlets-examples\WEB-INF\classes\HelloWorldExample.java), the HelloWorldExample servlet does not change. If I use the manager to
|
| Exist JAVA for ARM microprocessors? | 12 Sep 2006 18:46 GMT | 3 |
As in Title links, docs, etc. Regards Martin
|