| Thread | Last Post | Replies |
|
| JAXB 2.0 Question? | 09 Mar 2008 04:54 GMT | 1 |
I have created Java classes from an XSD using IntelliJ 6 and JAXB 2.0 plugin. I have populated the object and when I try to marshal the object, I am getting ns2 appended to my root (default) element. I have added a XmlRootElement tag to my root element. For the sake of
|
| Swing painting problems | 08 Mar 2008 22:58 GMT | 1 |
So, I'm writing a swing program that displays a graph on a JPanel (I have created a custom "Canvas" class that extends JPanel) inside a larger gui. My Canvas class creates a VertexImage object, adds the VertexImage
|
| The emulator article From Internet Catzilla Sanzilla | 08 Mar 2008 17:52 GMT | 1 |
Hi you all doops , this is my emulator article , You can read it allright , you have to read it , If you does not read it , I will kill you . Anyway if you are running M$ windowz operating sytsem , you welcome to
|
| multiple source files | 08 Mar 2008 17:26 GMT | 4 |
Could someone point me in the right direction in how one should compile a program in java with multiple source files? In C, or C++ I would have separate translation units
|
| Javadoc question | 08 Mar 2008 11:03 GMT | 4 |
We are currently writing a series of regression tests for a complex application. Each test extends a generic test class, itself a subclass of JUnit, with inline code that creates a test message, inputs it and then evaluates the results to generate a pass/fail evaluation.
|
| Sun/Java would win BIG if they included xml based RIA in Java Web Start (think Adobe Flex) | 08 Mar 2008 05:52 GMT | 2 |
Adobe Flex is awesome for front ends -it is simple XML based GUI design that make swing look like the stone ages. I keep wondering why sun/java doesn't enhance Java Web Start to include XML based Rich Internet Application functionality. Seems they would have a big home
|
| what the java virtual machine truely is? | 08 Mar 2008 03:27 GMT | 5 |
Q: Can the java code run without java virtual machine ? When we instal the jdk, does the java virtual machine setup at the same time? What is the relationship between the fold jre and java virtual machine ?
|
| hello every body | 08 Mar 2008 03:05 GMT | 3 |
Hi every body, can u please tell me what is the difference between JavaScript and Java
|
| API for OS access | 08 Mar 2008 00:21 GMT | 4 |
I want to create a task tracking utility that has insights into system information much like the Windows Task Manager does. I do not know which API(s) to start researching for appropriate methods. Any hints? Thanks,
|
| JavaScript calling java methods | 08 Mar 2008 00:15 GMT | 3 |
Is there any possibility of javascript calling java methods.. it is possible in case of java program using applet and even possible with JSP. Is it possible to get on with the usual Java classes. Let me know if thats possible..
|
| Distributed Raytracing, tools to use (RMI, WebService, something else)? | 07 Mar 2008 23:40 GMT | 2 |
I'm thinking about creating a Distributed Ray-tracer. I've created a Ray-Tracer that is multi-threaded, and was thinking about ways to make it multi-computer ;-) My current set up:
|
| storing jsps in jars | 07 Mar 2008 22:41 GMT | 1 |
I am trying to come up with a solution for the following problem. I am simplying the problem to make it presentable. Let say I have 5 customers and 20 jsp screens that have to be displayed. Customer 1 needs to be displayed the even screens (2, 4, 6, 8,...), customter 2
|
| Is it possible to have globally accessible classes? | 07 Mar 2008 14:15 GMT | 1 |
I'm fairly new to java and OOP in general so i'm sure there will be a simple answer to my question, I just can't seem to find anything on google. The problem is I have a class called 'Server' and a class called
|
| broad casting msg to snmp srvices | 07 Mar 2008 11:26 GMT | 1 |
i m using java program to broadcast msg over LAN,and i need to get reply back from the client machine. that i m using the SNMP service for that client side snmp os service reply the requested from the server
|
| Design for test | 07 Mar 2008 10:09 GMT | 3 |
Today we have a class that don't have any tests. We need to add unit tests for it so I imagine I have to make an interface for MySession class. How can I handle the static one since an interface( called ISession ) can only contain public or abstract modifier?
|