| Thread | Last Post | Replies |
|
| xml to Hibernate beans | 01 Oct 2006 00:25 GMT | 1 |
I have xml document with data to populate Hibernate (Java) objects. Is there good strategy to do this other than manually mapping data from xml tree to Java objects? Thanks.
|
| J2ME - (serializing?) object | 30 Sep 2006 23:25 GMT | 1 |
I've got an object of my own class and I want to send it through bluetooth and recreate it on "the other side". The problem is that I can't find a way to do it. Serializable interface does not exist and I also can't find a way to make a Stream from it. I know this question may sound ...
|
| File I/O....which class to use? | 30 Sep 2006 21:13 GMT | 4 |
I am barely learning Java and so far I have come across multiple classes you can use for File I/O.... Which classes are most frequently used or preferred? For example
|
| Computer Language Popularity Trend | 30 Sep 2006 21:04 GMT | 17 |
Computer Language Popularity Trend This page gives a visual report of computer languages's popularity, as indicated by their traffic level in newsgroups. This is not a comprehensive or fair survey, but does give some indications of
|
| Custom class loader | 30 Sep 2006 20:28 GMT | 3 |
How can I create a custom class loader which loads classes only from a specific jar? e.g. in my web apps web-inf/lib I have a.jar and b.jar and I'd like to have two separate class loaders for each of them. Is it possible?
|
| Ajax Compatability Question | 30 Sep 2006 17:54 GMT | 7 |
compatibility be? I been scared to include a lot of Javascript into my sites because I wasn't sure how many people would allow it, but it seems most major companies are using Javascript for at least form checking and alerts now a days.
|
| Javatouch is for java fans.. | 30 Sep 2006 13:22 GMT | 1 |
http://javatouch.googlepages.com/home
|
| WebStart API development - bypass security | 30 Sep 2006 13:17 GMT | 6 |
Have any of you done any amount of development using the webstart API? <http://java.sun.com/products/javawebstart/1.0.1/javadoc/index.html> (The FileService, ClipboardService, PersistenceService..)
|
| Differences of image values between J2SE and J2ME | 30 Sep 2006 10:10 GMT | 2 |
On my mobile device, I take a snapshot with my J2ME application and store this image as png. Then, I send it to my J2SE Application on my PC. Now I look at the RGB values of the image on my PC and on my mobile device (the images are equal).
|
| Thread overhead | 30 Sep 2006 10:07 GMT | 7 |
I'm developing an abstract monitoring framework which consists of a (potentially) large number of simple agents each of which watches a single thing, where these things change slowly and infrequently. My Watcher objects sleep for periods typically from a few hours up to many days, ...
|
| Hot new programming languages - according to the TIOBE index | 30 Sep 2006 08:48 GMT | 1 |
Interesting post by voidspace. Ruby and Python are doing well, according to the latest TIOBE index. Java, C and C++ and 1, 2 and 3 on the list http://jugad.livejournal.com/2006/09/29/
|
| Strange java behaviour | 30 Sep 2006 04:54 GMT | 4 |
Please got through the following code snippet. class NanTest { public static void main ( String args [ ] ) { int intX = 10 ; // line 1
|
| Tomcat, servlets & domain names | 30 Sep 2006 01:26 GMT | 7 |
In order to run a Tomcat server to run servlets, I must have a registered domain name. However, if I only have an IP address, what servlet container would people here recommend in lieu of Tomcat (and what are the drawbacks compared to Tomcat) ?
|
| Urgent requirements -----PL/SQL Developer & C#.Net Developer | 29 Sep 2006 23:50 GMT | 2 |
Please find the two requirements details as follows Oracle Pl/Sql Developer Location: Louisville, KY Duration: Long-term (12 months++)
|
| SAXException: Attribute "xmlns:env" was already specified for element "env:Envelope' | 29 Sep 2006 22:24 GMT | 1 |
When I collect data from a web service by running the code in my eclipse I am able to collect fine. However, when I run the same binary on a different machine, from command line, I am getting the following error. I am new the xml/web services programming. Any pointers to where ...
|