| Thread | Last Post | Replies |
|
| SocketChannel.write() buffering problem??? | 12 Nov 2007 02:04 GMT | 2 |
I have a ByteBuffer named "buf" which is created by the ByteBuffer.allocate() method and is set to size 1024 bytes for each packet to be sent over the network. I also have a SocketChannel named "channel" to which I want to write multiple ByteBuffer packets. This is working but
|
| single circular linked list : QUESTION. | 11 Nov 2007 22:03 GMT | 3 |
Hi, I have this single circular linked list structure: public class ListItem { int n; ListItem next;
|
| Which one is better? | 11 Nov 2007 17:24 GMT | 6 |
Aim: To add a member into the system Method 1: If ( system.validation ( member ) ) { system.addMember( member );
|
| What does conn.close() do when using datapool? | 11 Nov 2007 15:06 GMT | 6 |
I am using tomcat's datapool + mysql. when I call conn.close() after I finish my job. what does it do exactly? it will get the connection back to tomcat's datapool so the next user
|
| Java Networking | 11 Nov 2007 08:23 GMT | 3 |
I have been having trouble with my file transfer program that I have been writing over the past few weeks. It makes p2p to transfer files and the two sides update each over based upon string being sent over one port (5013) and the actual data being sent over another (5012).
|
| Looking for tutorial material on 'static', 'final' et al. | 11 Nov 2007 07:34 GMT | 1 |
My background is in Unix C programming, so bear with me... When I get error messages such as: "Cannot make a static reference to the non-static field <xyz>" I am able to move things around and make the program work. I do have a
|
| If you try the JBuilder Enterprise trial, you won't be able to run Turbo JBuilder afterwards | 11 Nov 2007 06:27 GMT | 6 |
I was very happy with Turbo JBuilder when I made a bad mistake: I downloaded the JBuilder Enterprise trial to check it out. The first sign of trouble was that the About dialog in both versions showed "JBuilder Enterprise 2007". When the trial period ended, I
|
| File Open dialog bug in 1.6.0_03 | 11 Nov 2007 06:16 GMT | 15 |
I am using 1.6.0_03 under Win2K SP4 for a couple of apps and in both cases I see a problem with the File Open dialog box. When put in "details" mode the columns include "modified" which should be the file date. But instead I see the file type. There is also no way to add
|
| Mathematical set operations in Java / searching for library | 10 Nov 2007 20:06 GMT | 11 |
Dear Group, i'm searching for a Java library which supports all ways of set handling, like generating a set of all prime numbers up to 10000, diff it to another set and so on.
|
| Servlets, JSP with JSTL, and JDBC | 10 Nov 2007 17:27 GMT | 4 |
Is there somewhere on-line I can go to find out about Java Servlets, JSP with JSTL, and JDBC? I also need to know about the Java 5 enhancements; I know that you can get the "Scanner" class in Java 5, but I don't know anything about any other enhancements. Any
|
| jsp client for axis2 webservice | 10 Nov 2007 14:38 GMT | 10 |
lam trying to write a jsp client for an axis2 web service. The web service is already up and running, so the wsdl is already created by axis2 automatically. I still don't know how to create a jsp client, which would just call a axis2 web service function. I would
|
| Swing layouts vs. SWT layouts? | 10 Nov 2007 07:24 GMT | 4 |
Swing offers: - AbsoluteLayout - FlowLayout - BorderLayout
|
| What version did JFrame.add() get pointed to the content pane? | 10 Nov 2007 04:21 GMT | 2 |
JFrame.add() remove() and setLayout() all point to the JFrame's content pane now. In what JDK version did that change take place? I can't find a reference in the docs. Thanks,
|
| java programmings | 10 Nov 2007 01:40 GMT | 1 |
http://computer-programmings.blogspot.com
|
| my problem with the sending pictures to others | 10 Nov 2007 01:01 GMT | 1 |
I have problem with the sending pictures that when im send it to some body not appeares to them at all in the sending messages only the words can be appear thanks
|