| Thread | Last Post | Replies |
|
| Can anyone see my post ? | 24 Jul 2007 21:34 GMT | 3 |
Can anyone see my post ? Thanks
|
| java class hierarchy | 24 Jul 2007 20:21 GMT | 3 |
Hello I 'm writing a simple ONP expression evaluator with functions in java. The constrains about the class hierarchy are like that : abstract Symbol implements Evaluate (which contains method evaluate)
|
| JPA and time stamped data | 24 Jul 2007 15:12 GMT | 4 |
I am just about to start playing with JPA to see if it's the right tool for my project. Before I set off on this quest I'd be interested to hear if anyone out there has used it for persisting to a database which has time stamped/versioned data records.
|
| Rounding | 24 Jul 2007 14:18 GMT | 2 |
This is the part of the problem that I want to solve .........The rounding rules for sales tax are that for a tax rate of n%, a shelf price of p contains (np/100 rounded up to the nearest 0.05) amount of sales
|
| Sun Java Sytem Web Server 7 on Windows Server 2003 64Bit Installation | 24 Jul 2007 13:58 GMT | 3 |
sorry - this is kind of off-topic but i really need your help! I want to install the Java System Web Server 7 on a Windows Server 2003 AMD64 Machine. But the installation quits during the configuration process throwing following exception:
|
| XML Parser | 24 Jul 2007 13:55 GMT | 1 |
First of all I would like to send greetigs to every member of this forum and to any other member in any other forum. Now to my subject: I have made a parser that reads an XML file and sends the output in a
|
| Problem downloading webpages | 24 Jul 2007 13:52 GMT | 2 |
I have a crawler that downloads the contents of a given URL. The code runs well on my machine. I exported the jar file to another machine and I am not getting any results from the crawler. I am guessing this is a security issue and that I need to check a box somewhere for the
|
| Can't understand something of JNI | 24 Jul 2007 03:05 GMT | 5 |
Today I've tried my first application with JNI. I made a simple Java class with a native method, I generated the C stub with javah and finally I wrote the implementation of the C function. Everythink works just fine. In the implementation C file I had of course to include the
|
| Fast Question: Index of a Component in another component | 24 Jul 2007 02:56 GMT | 3 |
So I have a JPanel that is a container for a number of JLabels. Let's say I have a reference for a particular JLabel that is in the JPanel's component list. How can I find the index of the JLabel in the JPanel..? JPanel has a getComponent(int index). What about the
|
| Show Last Modified Date in JSP | 24 Jul 2007 02:30 GMT | 2 |
I would like to show the Last Modified Date of a JSP that uses Tomcat container. I can do it this way using Java in JSP: <%@ page import="java.io.*, java.text.*, java.util.*" %> Last
|
| Jtidy and Custom Tags | 23 Jul 2007 22:07 GMT | 1 |
I am planning to use Jtidy for clearing my generated html to make it pure xhtml. I want to have some custom tags defined inside my html code which should not be touched by Jtidy. Is there a way , a configuration or some code change that will help me achieve this.
|
| swinglabs JXtreeTable example | 23 Jul 2007 20:50 GMT | 1 |
anyone with a small example for using JXTreeTable to startup with regards patrick
|
| JNIWrapper Help | 23 Jul 2007 20:23 GMT | 2 |
Hopefully someone can help me with this problem. I am trying to write a wrapper class for a C library, using the JNIWrapper library. I understand how to use the Pointer class, but what I'm not sure about
|
| validate xml with a dtd in java | 23 Jul 2007 20:17 GMT | 4 |
I am new to xml, could some one please tell me how to validate xml against a DTD in java ? or even point me in the right direction ? Thanks in advance, Mithil
|
| suspected bug in my java interpreter | 23 Jul 2007 20:17 GMT | 6 |
The detailed API for the <drawPolyline()> method of the <Graphics> class says, "The figure is not closed if the first point differs from the last point." So the following program should result in two line segments being drawn, one from (100,100) to (100,800) and another from
|