| Thread | Last Post | Replies |
|
| post Form to another domain after validation? | 22 Nov 2006 14:18 GMT | 1 |
I have the following problem: I have been given a form by the Other Company to insert into our company's website. After the form has been submitted and validated it needs to be posted to the Other Company's site. Our company uses Java
|
| How do I put pictures in my Frame? | 22 Nov 2006 13:57 GMT | 1 |
Hey Guys, very basic question from a beginner.. I need to know how to include a picture in my frame. This script (http://www.dpunkt.de/java/Programmieren_mit_Java/Applets_und_Applikationen/10.html
|
| Adobe Flex in J2EE | 22 Nov 2006 13:26 GMT | 1 |
Anybody here used Adobe Flex in J2EE application ? I read the manual and found that they are using ActionScript to do the task. I have not found any examples or tutorial where we could use Flex in
|
| Searching Program | 22 Nov 2006 13:04 GMT | 7 |
I have to create a "Search Engine Program" in Java. I'm using Java / Struts and XML. Thanking you
|
| JTree and XML | 22 Nov 2006 12:26 GMT | 1 |
Hi Friends, I want to build a JTree from a given XML. The tree should display only first level of nodes at the beginning and when the user selects a particular node only the application should fetch the child nodes.
|
| Naming convention for modified classes? | 22 Nov 2006 11:56 GMT | 1 |
Is there a naming convention for classes that are almost the same as ones in the standard library? For example, a class that's a DataInputStream except with an added method to read strings over 64K? ModifiedDataInputStream and DataInputStreamWithLongStrings seem
|
| Problem with socket permission | 22 Nov 2006 11:20 GMT | 5 |
I am writing a socket progarm . while I am excuting the program in aglets I got the following exception access denied (java.net.SocketPermission 127.0.0.1:161 connect,resolve) Problem in closing socket. access denied (java.net.SocketPermission
|
| (Simple question) Why I failed to read from an input file? | 22 Nov 2006 09:38 GMT | 5 |
I believe I fully understand how to do input/output and I have never run into problems. But I don't know why this time I cannot make it work. It is very simple: a text file called "d_array.txt", located in the SAME folder. But the error says "The system cannot find the file ...
|
| very urgent i am facing problem to downloading JMF | 22 Nov 2006 09:28 GMT | 5 |
I want to run mp3 by selecting file from one system and it should be played in another system by using socket. When i run the simple program of media player. It shows error in commands like
|
| Simultaneous DESKeyFactory access issue | 22 Nov 2006 03:18 GMT | 2 |
(Cross post from java.security due to no responses) Hello- I have two web apps that use DES encryption. When I access one app and use the encryption routine it is fine. If I then access the second web
|
| PreparedStatement problem | 22 Nov 2006 00:35 GMT | 6 |
http://java.sun.com/j2se/1.4.2/docs/api/java/sql/PreparedStatement.html "...An object that represents a precompiled SQL statement. A SQL statement is precompiled and stored in a PreparedStatement object. This object can then be used to efficiently execute this
|
| java applet debugging | 21 Nov 2006 23:38 GMT | 6 |
I am writing a Java applet and all is working so far ok. But all sorts things can go wrong and I want to be able to say switch on a debug option and write debugging information somewhere. I believe I cannot write to a file with an applet. How can I somehow output debug ...
|
| What makes a senior developer? | 21 Nov 2006 20:49 GMT | 38 |
OK a bit of a duff question but it seems that everyone I work with is a "senior" developer. Now I've been working with Java for over 5 years I don't think that I would class myself as senior in the same way as I looked up to developers when I began. So what are peoples thoughts on
|
| What java book should I get? Money is no object. | 21 Nov 2006 20:47 GMT | 6 |
I just won a raffle and I get one free Java book, any book. I get to pick. Barring smart-a.s answers like vintage autographed first printing copies, and not a box-set bookshelf type of thing, what book would you
|
| vectors an synchronizing.... | 21 Nov 2006 20:29 GMT | 3 |
Hello together (at such a sunny day:) I have a question about multithreading! I want to make a variable count of threads using an (self-implemented) dbhander-class.
|