| Thread | Last Post | Replies |
|
| Speed up application startup with 1.6 | 02 Jan 2007 15:22 GMT | 2 |
I am looking to speed up application start up. I have made a couple windows that entertain user while app starting. But it still relatively slow. Now I am studying JVM 1.6.0 options that I can use to speed up start
|
| servlets problems | 02 Jan 2007 14:35 GMT | 2 |
Hello guys, I'm learnig java servelts but I got problems. I'using tomcat as a container so I have a web application named so I created a directory named jsp within the webapps' directory. After I have created a web.xml file and a WEB-INFO directory inside my web application
|
| Comparing floating point values in Java | 02 Jan 2007 12:20 GMT | 11 |
I'm aware of problems (rounding, NaN etc) when comparing floating point values in computers. In C++ this goes a bit further as you cannot compare with certitude floating point numbers even if you have made exactly the same operations
|
| Extending the code | 02 Jan 2007 06:39 GMT | 2 |
I have the following code but i want to add a function which will allow me to count the number of vowels in the text file. I was wondering if anyone would be willing to give me some help with this [CODE]
|
| [ANN] Java Web Parts 1.0 (GA) is now available | 02 Jan 2007 06:37 GMT | 1 |
The Java Web Parts (JWP) team is proud to announce that new year's day sees our first "GA" release, 1.0, unleashed upon the world! For those of you new to JWP, it is a project that provides small, reusable and largely independant Java components of interest to all
|
| is a java pppoe possible? | 01 Jan 2007 22:30 GMT | 3 |
Does the microedition allow for pppoe execution. I've only seen stuff like DatagramServer and DatagramClient examples? Would like to see if I can use pppoe over wifi with handhelds! Thank
|
| How to use java to write a tcp OR udp program which can implement communications between two hosts in a Lan? | 01 Jan 2007 20:25 GMT | 11 |
|
| Map.get(key) returns null after inserting key | 01 Jan 2007 16:31 GMT | 4 |
I am inserting a key and a object into a Map. later in the code I try to retrieve the object by calling Map.get(key) and I get a null. I can't see where is my problem...
|
| darn | 01 Jan 2007 08:46 GMT | 1 |
|
| Book recommendations: server/networking/jni/threads | 01 Jan 2007 04:36 GMT | 1 |
I'm looking into rebuilding a server written in C++/Python in Java and am after book recomendations that may help me during a prototype phase. I have basic knowledge and understand OO. What I'm after is something that covers networking, particularly with NIO. I'm also
|