| Thread | Last Post | Replies |
|
| need in deed.....!!! | 13 Mar 2008 09:03 GMT | 1 |
hi.... here the links are goes here..... http://ursneed.googlepages.com/home http://ursneed.googlepages.com/coolneeds
|
| How to check Java version? | 13 Mar 2008 06:11 GMT | 3 |
The simple answer used to be to check java.version or java.vm.version, but the current JRE 1.6.0_05 reports both these values as 10.0-b19. I filed a bug on similar behavior in JRE 1.7 (soon to appear at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6674346) but was
|
| Netbeans IDE 6.0 Database Application: question? | 13 Mar 2008 05:55 GMT | 5 |
Dear Developers, I'm busy developing a database application with Netbeans IDE 6.0 and Mysql to automate the data management of my Dongo.org project. I have a question as described below.
|
| Unique Long for Map | 13 Mar 2008 05:24 GMT | 8 |
I have a common need to keep a small cache of values which are often identified by two or more long values. e.g. (1,2) ---- > "Abc" (1,9) -----> "Def"
|
| I'm looking for someone to appraise my java code for me.. | 13 Mar 2008 01:54 GMT | 23 |
I need someone with professional java development experience to appraise my code for me. I am a self-taught programmer and I have reached a stage where I need to know if I have the potential to take up java development as a career. Or if it will just continue to be a
|
| SAX succeeds, but StAX fails | 12 Mar 2008 22:43 GMT | 7 |
Hy! I tried to parse PubMed (a biomedical article database) with SAX and also StAX. The last one failed, but I am not sure why (see Exception below).
|
| Apache Axis Replacement | 12 Mar 2008 19:22 GMT | 1 |
Can someone please tell me if there has been a replacement to the Apache Axis framework ? I noticed that the last Final release was 1.4 April 22, 2006 (according to the http://ws.apache.org/axis/index.html website).
|
| Working with Threads | 12 Mar 2008 15:44 GMT | 8 |
I'm trying to implement a status bar whose status is updated depending on what the user is doing in the system. That is working well at this point. However, I am now trying to implement a way that the status bar resets itself after a certain amount of time (back to the "Ready"
|
| JMF & JPEG | 12 Mar 2008 13:05 GMT | 1 |
I am relatively new to JMF and doing a feasibility study on whether I can do the following with JMF: * I have a file that is generated by concatenating (at binary level) a huge set of JPEG files
|
| Display XML in JTree | 12 Mar 2008 12:50 GMT | 1 |
i want to display XML file in Jtree view? this is my xml: <?xml version="1.0" encoding="UTF-8"?> <mp_tree>
|
| cglib/asm NoClassDefFoundError | 12 Mar 2008 10:52 GMT | 1 |
I'm having trouble running the cglib sample KeySample http://cglib.sourceforge.net/xref/samples/KeySample.html. It compiles fine, but when I try to run it, I get: Exception in thread "main" java.lang.NoClassDefFoundError: org/
|
| Want to implement a specific Website search engine | 12 Mar 2008 10:50 GMT | 5 |
I got assignment to make a search engine specifin to a website. In this way user will only enter search string and url of website, and my application will be expected as to return result as google [link to pages to that site].
|
| reading bytes from bytebuffer? | 12 Mar 2008 10:38 GMT | 4 |
I'm reading some bytes sent over the network from a bytebuffer that I'm using with Java.NIO. The last time I tried this, I was reading text data, so I created a charbuffer view of the bytebuffer and appended to a string until my string was long enough to contain the
|
| Question about Google Groups | 12 Mar 2008 09:31 GMT | 9 |
I have a question about the message format of google groups, what does these signs means? Is there some manual I can learn from the web? ">" ">>"
|
| Java codes to generate Sitemap.. | 12 Mar 2008 07:28 GMT | 2 |
hi... can anyone tell me idea / source in java.. about "how to generate sitemap of any site in Java ?" Please let me know as soon as possible..
|