| Thread | Last Post | Replies |
|
| initalContext problem | 01 Dec 2006 23:24 GMT | 1 |
I'm usin WAS 6.0 in RAD. I have defined a JDBC source and configured JAAS (J2C) Authentication data and linked it to the JDBC. when i test the connection in WAS it works fine but when i run my app it says 00000031 SystemErr R java.sql.SQLException: The application server rejected
|
| StringBuffer equals method | 01 Dec 2006 23:19 GMT | 5 |
I found the following behaviour in StringBuffer and StringBuilder equals method. StringBuffer sb1 = new StringBuffer("ABC"); StringBuffer sb2 = new StringBuffer("ABC");//It can be any string same
|
| Maintaining form elements when using a servlet to redirect? | 01 Dec 2006 23:14 GMT | 2 |
We're trying to use MVC in our J2EE application. We have a servlet that acts as the controller. All our pages post to this servlet, which is supposed to read one of the input values and forward to the appropriate page. My question: is it possible for the servlet to "forward" ...
|
| how program skype under linux? | 01 Dec 2006 21:11 GMT | 1 |
I'd like to enjoi myself with programming skype (create little extension for skype) how can I do? I see the url https://developer.skype.com/Docs/ApiDoc/Using_the_Skype_API_on_Linux
|
| web service in java | 01 Dec 2006 20:24 GMT | 3 |
I am new to the web service in java. in .net, i can save the session state with webmethod[ session=enable] Can i do the similar thing with java's web service? SK
|
| Problem with java.util.Timer | 01 Dec 2006 18:39 GMT | 3 |
We are having a strange problem using the Timer class. I was wondering if anybody else has had this problem or at least know what may be happening. The code is scheduling an automatic backup to occur. When the user
|
| about jacob and jdk's corba implmentation | 01 Dec 2006 17:24 GMT | 3 |
I am using java to connect to a CORBA Service. I used to use jdk's corba implementation to connect to the service. Now I swithed to Jacorb. Since Jacor and JDK both have corba implementation, when I use ant to compile my code, how to make sure my code actually use JACORB's
|
| J2ME: Phone Book for 3,000 records.. please help me | 01 Dec 2006 16:26 GMT | 3 |
Dears.. I have to develop a midlet... Phone book for 3,000 contacts.. the user for this midlet can't modify or add new record.. just list them and search...
|
| pausing a java program so user can complete input into SWT shell | 01 Dec 2006 16:24 GMT | 2 |
I am trying to open a SWT shell so a user can input data into the shell that then gets used in the rest of the program. The shell is being open from a running application so doesn't need a Display, in fact the shell doesn't open at all with a Display. The
|
| this is kinda cool | 01 Dec 2006 15:51 GMT | 2 |
i was just surfin the web, and found this neat little project. this guys putting together a bunch of subbmitted screenshots of trashcans. its def different but worth a look, i dont think it fits here, but ill post it here anyway! http://www.digitalwaste.co.nr
|
| how to use DES in java? | 01 Dec 2006 15:30 GMT | 4 |
I want to write codes to encrypt file using DES something like: public File encryptDES(File inputFile,String DES_key) the DES_key is 56bits
|
| netbeans how to add main function when adding a java class | 01 Dec 2006 15:24 GMT | 12 |
Is there any option to add main method when creating a new class? I know how to do this with Eclipse, but want to find out this in Netbeans dd
|
| Just an Information on Daylight Savings Time | 01 Dec 2006 14:55 GMT | 2 |
Change in Daylight Savings Time will affect java applications. Check this out.This will be a useful article for the people working on Java application. http://java.sun.com/developer/technicalArticles/Intl/USDST/
|
| How to read the server host name from a mapped network drive? | 01 Dec 2006 14:45 GMT | 1 |
for our project, the business wants to map a link to a resource (*.doc, *.txt, *.ppt, etc.) by simply giving the Location from Windows XP, e.g. S:\resources\department\protocols\protocol_24.doc Of course the S:\ drive maps on our network with a given name. The user
|
| applications does not write | 01 Dec 2006 14:43 GMT | 3 |
Application running on a local network does not write. The application runs on a Novell network (NDS6), one part a so called E_LAN, for students only, and a A_LAN for administrative purposes. (Windows XP as system)
|