| Thread | Last Post | Replies |
|
| help in servlet basic program | 14 Nov 2005 10:28 GMT | 1 |
Hi All.. I just started working on basics of servlets.I wrote a simple program which is pasted below. <import>
|
| Using MySQL for Persistence | 14 Nov 2005 10:20 GMT | 2 |
i am writing an application where i need persistence, i.e. saving and loading of some data. One option is to define my own flat file format and save to a file. What i am considering, is to save to a database like MySQL, for two
|
| The String "Result" on a new line | 13 Nov 2005 20:52 GMT | 5 |
How would I get The string "Result", to display on a new line along with its accompanying JTextField, given the following code? TIA all, geeksatlarge
|
| logging setup problem with tomcat5.5.7 .... need help please. | 13 Nov 2005 15:34 GMT | 10 |
I have tried just about everything to get logging working in tomcat5.5.7. Can anyone tell me how to get container level logging working? I keep getting this error log4j:WARN No appenders could be found for logger
|
| Null Pointer Exception | 13 Nov 2005 13:31 GMT | 18 |
Hi ya guys, I am working on another problem; well short of the same one, but a different part of it. I can't seem to get away from the Null Pointer Runtime error. Anyways, it happens at X***
|
| [Download JAVA 5] | 12 Nov 2005 16:02 GMT | 2 |
I tried to download Java 1.5 from the sunsite and the java site, but I can only find upgrades. Where did the full javac software go??? thanks for your help.
|
| Query regarding the Java SDKs, SE and EE | 12 Nov 2005 15:09 GMT | 3 |
I just uninstalled the j2sdk 1.4.2 and downloaded and installed the j2eesdk 1.4 on my machine. I just tested my programs, and they compile fine. I wanted to confirm if having only the j2eesdk on my machine, does not
|
| Windows Operating System load on Powerbook G4 | 12 Nov 2005 14:07 GMT | 4 |
Is it possible to buy an Apple Powerbook and load windows on it? I know this is not the right place to ask such a question, but i am sure someone among u geniuses would know the answer to that. I am going for the powerbook just for its looks...but i dont want osX
|
| Help with BlueJ: editing and auto indenting all including {}'s | 12 Nov 2005 14:06 GMT | 10 |
I have Win2k, BlueJ 2.0.5 and have BlueJTutorial.pdf. When I search the tutorial for "indenting" it shows nothing. When I am in the mode of Edit there does not seem to be a "Select All". When I do a "mouse over" to "select all" and use a F6 is there a way
|
| XSLT newbie - Xalan questions? | 12 Nov 2005 09:18 GMT | 1 |
I am trying to understand how XSLT works and Xalan (or Saxon) fits in. I understand we need 4 things to get a transformation: source, result, xsl file and a transformer. It seems, using only Java APIs, it is possible to do a transformation.
|
| Newbie - App button only works once | 11 Nov 2005 23:38 GMT | 17 |
I have what is meant to be a "humorous" application whereby when the user clicks the "New Cliche" button they receive a new, trite, business cliche. This is adopted from one of the examples in the "Head First Java" book. Anyway, it works but only for one click. When the user
|
| [DVD-RW UDF]Is there a package for UDF? | 11 Nov 2005 22:02 GMT | 2 |
I've learned that when it comes to burning a DVD RW with data, one can go ISO or UDF. As Oracle DBA, I'd like to write the archived files sequentially on a dvd using UDF (I think ISO can't do that?)
|
| simple mock web service | 11 Nov 2005 18:41 GMT | 5 |
I want to build a mock web service which intercepts call to a real web service; this is so that I can test the code which makes the calls with guaranteed results. To do this I had planned to use a very simple Servlet with a hashtable
|
| question about coverage for java file | 11 Nov 2005 18:27 GMT | 4 |
I was discussing an interesting thing about coverage. Scenario is this: We have two ways of testing code. 1. Some scripts 2. Junit tests
|
| Gathering system information | 11 Nov 2005 16:28 GMT | 2 |
Hey All, I'm trying to find a java API that will report to me system information such as OS/Version memory available, memory used, etc, etc. Does anyone know of such a package or perhaps a 3rd party jar that I could
|