| Thread | Last Post | Replies |
|
| issue with XSLT 'trax' processor (Ant) ... | 09 May 2006 12:41 GMT | 2 |
I developed a transformation process that works beautifully when tested using MS Internet Explorer i.e. adding the <?xml-stylesheet type="text/xsl" href="../xslt/xmldiffs.xsl"?> on top of the source XML and opening it using MS Internet
|
| free tools for UML-like visualisation? | 09 May 2006 11:55 GMT | 2 |
I have a bunch of java classes (source files) written by someone else, and I'd like to get a visual depiction of all the class interdependencies, inheritance relationships, and what-have-you. Could someone suggest a free and simple program that can take my source
|
| Using Iterator or normal loop | 09 May 2006 11:42 GMT | 3 |
I would like to know what is the difference between these 2. ArrayList list = new ArrayList for(int i=0; i<list.size(); i++){ //do stuff
|
| HashMap<Object, Double> returns what instead of null? | 09 May 2006 10:48 GMT | 4 |
What is get(Object) supposed to return when called on an object of type HashMap<Object, Double> as in: double x = hashMap.get(key); when the key is not available?
|
| Where do the Java imports exist? | 09 May 2006 10:39 GMT | 8 |
I work from home and connect to the office over a VPN. When I'm connected to the office, it takes over 5 minutes for me to create a web service using IBM Rational Application Developer 6.0. When I am not connected to the VPN, it takes about a minute. Under both scenarios,
|
| Generics and reflection | 09 May 2006 10:26 GMT | 4 |
It's possible to use reflection with a generic type? For example: // MyClass.java import java.lang.reflect.*;
|
| Am I creating memory leaks? | 09 May 2006 06:54 GMT | 4 |
I'm doing something with Sets and Maps that I think is valid code but I'd like an outside opinion on whether or not I am creating a memory leak with the temporary HashMap that I am using. My uncertainty is with the following lines in my example (the last
|
| SCJP | 09 May 2006 06:25 GMT | 2 |
All, I am going to sit for the SCJP exam. I have some queries regarding the same. 1: Is scoring high at all important or just become a certified
|
| Eclipse (How to add file to Project?) | 09 May 2006 02:19 GMT | 8 |
Using Eclipse, how do you get an existing java file to become part of the project, so that other java files can use it (equivalent to #include in C)? This seems like it should be easier than it is... Thanks!
|
| Questions about a simple RMI example | 09 May 2006 00:59 GMT | 3 |
I compiled and ran the code in: http://www.comp.hkbu.edu.hk/~jng/comp3320/rmi.html One question is: in order to run the client, it seems to need the SampleServer.class (which contains the remoted method) in the same
|
| Java programmer/coder plz | 09 May 2006 00:59 GMT | 5 |
I need a java programmer to do a small project for me. I have the basic set up but it just needs few methods implemented to make it work. will pay
|
| How V can make WEBSITE in java..........relating it in JDBC??? | 09 May 2006 00:15 GMT | 4 |
TODAY i m placing the topic over here is how v can makedyanmic website.......relating it wid JDBC.....any new ideas regarding this?????????
|
| discoloration around text... | 08 May 2006 22:44 GMT | 2 |
im writing a program that (first) creates a standard colored background with some text drawn in front of it (with drawstring) -- all in a graphics2D object. Then I save the bufferedImage of the graphics2D object to the disk as a
|
| To minimize the java window tosystem tray | 08 May 2006 22:38 GMT | 6 |
I am programming a application which is based on socket . And i want that it starts at system startup and a method which can minimize the java frame to system tray so that the client can't notice it .
|
| how to show memory ? | 08 May 2006 21:41 GMT | 1 |
how to show memory and CPU usage in my application stand alone (J2SE) ? thank a lot
|