| Thread | Last Post | Replies |
|
| mysql question | 15 Oct 2006 06:34 GMT | 7 |
off subject, however, this is an intelligent group and I am sure someone can answer my question. I've been scouring the internet, and cannot find an answer. I have a MySQL database that I've created. I have a bunch of tables that are all have one-to-many relationships.
|
| A small problem with Eclipse and Tomcat | 15 Oct 2006 03:45 GMT | 1 |
I use Eclipse with the internal server manager in order to run directly my web apps. However when I try to access the admin page of Tomcat I always get a 404 error... I think that Eclipse modifies the context in server.xml, but I don't
|
| Appending Data to XML File | 15 Oct 2006 03:35 GMT | 3 |
I am writing java application which will store data in XML file..Each time when i execute that program ,previous data will be overidden.. Is it possible to append data to XML file,if anybody knows please assist me
|
| https pure java | 15 Oct 2006 02:46 GMT | 2 |
Hi, I'm looking for a compact "pure java" https handler... like a wrapper for HTTPClient. Basically, from a client ap, it needs to be able to pull data from https sites.
|
| Digester : Parsing problem ... | 14 Oct 2006 21:47 GMT | 1 |
I have a set of XML files which contain an incorrect attribute definition: <F P=10> some text </F> ... quotes are not defined for the attribute P value.
|
| Hotkey Manager | 14 Oct 2006 17:49 GMT | 5 |
I have no idea how to proceed. Here are my objectives: 1. Make a "plugin - based" hotkey manager for Java apps/classes 2. Eliminate most latency in loading frequently used Java programs
|
| Threads in java | 14 Oct 2006 17:31 GMT | 6 |
I am facing problem in Threads in java. I have studied threads and know the theory of it. But I just cant get started. It would be great if I can get some sample codes showing the use of wait(), notify(), sleep() . The code should have a number of threads (say 2-3) and each thread ...
|
| Transactions outside a Stored Procedure | 14 Oct 2006 17:28 GMT | 1 |
Is it OK to use transactions outside a stored procedure? For example, as part of a standard SQL statement using JDBC?
|
| Two equals method for Class and Collection.contains? | 14 Oct 2006 16:21 GMT | 3 |
I have a following situation: A class with members public class Item {
|
| Recording samples from carl palmer dynamic web page | 14 Oct 2006 15:08 GMT | 1 |
Please visit famous rock group emerson lake and palmers drummers web page. www.carlpalmer.com there a drumset picture appears and when you point your mouse on one of the drumset piece without clicking , you hear the
|
| Threading problem. | 14 Oct 2006 13:59 GMT | 1 |
I have a custom control, (extended from JComponent) which also implements MouseListener and MouseMotionListener & Runnable (or can have a seperate Runnable implementation also). Say the run method generates a set of random number (actually it do
|
| Which is more efficient? | 14 Oct 2006 11:06 GMT | 15 |
Can any one tell me which is better among the following piece of codes String abc = (String) obj or String abc = obj.toString();
|
| diff b/t CLASS_PATH and classpath | 14 Oct 2006 10:56 GMT | 1 |
Can anyone tell me the difference between classpath and CLASS_PATH. Tarun
|
| export ms access to oracle | 14 Oct 2006 09:26 GMT | 3 |
I am trying to export data from MS access to oracle database but the all the field names are being exported as varchar2. can some body help me export the data keeping the data type intact. thanks,
|
| Problem with alert in JSP | 14 Oct 2006 04:47 GMT | 1 |
I have a a jsp page that enters the form values into the database. I need to check if the userid entered for new signup is already taken. If yes, then I need to show an alert and then remain on the same page. I am unable to stay on the same page after showing the alert. Is there
|