Forum: Java
Sep 11th, 2007, 2:26 PM
|
|
Replies: 13
Views: 517
|
Forum: Java
Sep 7th, 2007, 6:17 PM
|
|
Replies: 13
Views: 517
|
Forum: Java
Aug 21st, 2007, 12:08 PM
|
|
Replies: 14
Views: 613
|
Forum: Java
Aug 21st, 2007, 11:01 AM
|
|
Replies: 14
Views: 613
|
Forum: Java
Aug 19th, 2007, 9:42 AM
|
|
Replies: 5
Views: 243
Start here...
Start here (http://java.sun.com/docs/books/tutorial/) and then, as you learn, try to convert your program. It will help you learn Java in the process.
|
Forum: Java
Aug 11th, 2007, 7:14 PM
|
|
Replies: 11
Views: 494
Eclipse is hands down the most functional and...
Eclipse is hands down the most functional and most used IDE in the professional Java development world. I'm telling you this from years of experience as a professional developer. For a while...
|
Forum: Java
Jul 2nd, 2007, 8:41 PM
|
|
Replies: 5
Views: 269
I like Java with Struts and/or JSF. I haven't...
I like Java with Struts and/or JSF. I haven't tried Struts 2 yet, but I hear it's even better. I would never use bare JSP/Servlets again (JSP 2.0 is basically like ASP.Net pages) after using web...
|
Forum: Java
Feb 18th, 2007, 12:59 AM
|
|
Replies: 6
Views: 264
|
Forum: Java
Oct 3rd, 2006, 1:26 AM
|
|
Replies: 31
Views: 1,227
When I visit my monster resume to update it, I...
When I visit my monster resume to update it, I typically get between 5-10 job e-mails and voice mails over the next 12-24 hours - 95% of which are Java development related. That's a lot of hits for...
|
Forum: Java
Sep 11th, 2006, 4:33 PM
|
|
Replies: 14
Views: 613
|
Forum: Java
Aug 29th, 2006, 7:54 AM
|
|
Replies: 14
Views: 613
|
Forum: Java
Aug 28th, 2006, 4:24 PM
|
|
Replies: 14
Views: 613
Here's another article...
Here's another article (http://www-128.ibm.com/developerworks/xml/library/x-tipsaxstop/) you might find useful. This one addresses a way to stop the SAX parser in mid parse. Tere is no built-in way...
|
Forum: Java
Aug 28th, 2006, 11:27 AM
|
|
Replies: 14
Views: 613
I created an RSS/Atom reader last year (screen...
I created an RSS/Atom reader last year (screen shot (http://null-device.com/mycode/JReader/jreader.gif)). You can use the DocumentBuilder class as someone suggested, or you can create you own SAX...
|
Forum: Java
Jan 17th, 2006, 1:08 PM
|
|
Replies: 14
Views: 405
|
Forum: Java
Jan 16th, 2006, 4:32 PM
|
|
Replies: 14
Views: 405
I could give you an answer, but you'll learn...
I could give you an answer, but you'll learn better if I just give you a hint and let you figure it out from there. So, to that end: try a nested for loop. In other words, have a for loop inside of...
|
Forum: Java
Jan 13th, 2006, 12:57 PM
|
|
Replies: 5
Views: 267
|
Forum: Java
Jan 11th, 2006, 8:41 AM
|
|
Replies: 10
Views: 401
|
Forum: Java
Jan 11th, 2006, 5:42 AM
|
|
Replies: 17
Views: 493
|
Forum: Java
Jan 11th, 2006, 5:31 AM
|
|
Replies: 10
Views: 401
|
Forum: Java
Jan 10th, 2006, 10:46 PM
|
|
Replies: 9
Views: 352
|
Forum: Java
Jan 10th, 2006, 5:55 PM
|
|
Replies: 6
Views: 218
Just beware of copyright infringement. If...
Just beware of copyright infringement. If someone made it closed source, they may have done so for a reason. I wouldn't have a poblem with anyone viewing my source, but that's just me.
|
Forum: Java
Jan 10th, 2006, 5:39 PM
|
|
Replies: 10
Views: 401
|
Forum: Java
Jan 10th, 2006, 5:14 PM
|
|
Replies: 17
Views: 492
|
Forum: Java
Jan 8th, 2006, 10:07 PM
|
|
Replies: 17
Views: 492
|
Forum: Java
Jan 8th, 2006, 10:00 PM
|
|
Replies: 17
Views: 492
|
Forum: Java
Jan 8th, 2006, 9:59 PM
|
|
Replies: 17
Views: 492
Whoa - sorry to back up on you guys, but I have...
Whoa - sorry to back up on you guys, but I have to interject here. An ArrayList will take primitive values. I pasted the code in from his original post to find out what the problem was and the only...
|
Forum: Java
Jan 8th, 2006, 9:35 PM
|
|
Replies: 5
Views: 434
|
Forum: Java
Jan 8th, 2006, 9:33 PM
|
|
Replies: 12
Views: 566
|
Forum: Java
Jan 8th, 2006, 9:29 PM
|
|
Replies: 10
Views: 332
I think the term you're looking for is...
I think the term you're looking for is "translucent." If you're wanting to write native code in Java, look into JNI. Alternatively, if you already know how to do it in C#, why not use C#? I mean,...
|
Forum: Java
Jan 8th, 2006, 10:08 AM
|
|
Replies: 12
Views: 566
Java How to Program 6th ed....
Java How to Program 6th ed. (http://www.deitel.com/books/jHTP6/) by Deitel an Deitel is the best beginning Java book I have read. It's the Java textbook I used to learn Java. I also read Ivor...
|
Forum: Java
Jan 8th, 2006, 9:45 AM
|
|
Replies: 10
Views: 401
Could you tell us a little more about what you...
Could you tell us a little more about what you are doing and why? It might help us make alternate suggestions. From what you've written it seems like you want something to hold a list of command...
|
Forum: Java
Jan 6th, 2006, 11:06 PM
|
|
Replies: 14
Views: 462
|
Forum: Other Programming Languages
Jan 6th, 2006, 2:35 PM
|
|
Replies: 18
Views: 755
I've always wanted to try Python, but I just...
I've always wanted to try Python, but I just never had the time. Well, I probably could have tried it in place of one of the other languages, but I needed to get a programming job and there just...
|
Forum: Other Programming Languages
Jan 6th, 2006, 6:24 AM
|
|
Replies: 18
Views: 755
The best thing you can do is read all of the...
The best thing you can do is read all of the posts, consider them carefully, and then take them all with a grain of salt (including this one). I'm not saying that these guy and girls don't know what...
|
Forum: Java
Jan 5th, 2006, 4:30 PM
|
|
Replies: 14
Views: 462
|
Forum: C#
Jan 5th, 2006, 2:31 PM
|
|
Replies: 8
Views: 471
If you knew how often this happened, you might...
If you knew how often this happened, you might not be offended. :) Because of this, I do understand suspicion, if there is any, but I prefer to give any person posting a question the benefit of...
|
Forum: C#
Jan 5th, 2006, 2:08 PM
|
|
Replies: 8
Views: 471
|
Forum: Java
Jan 5th, 2006, 10:20 AM
|
|
Replies: 15
Views: 366
Edison may have invented the modern...
Edison may have invented the modern getter/setter.
setLightSwitch( true ); // Let there be light
getLight(); // and then there was light and it was good. :D
|
Forum: Community Introductions
Jan 5th, 2006, 7:03 AM
|
|
Replies: 7
Views: 307
Late intro
Hey everyone. I've made a few posts and only just noticed this board. But a late intro is better than no intro, yeah? :)
I got into development when I was a unix admin. I loved writing ksh/bash...
|
Forum: Java
Jan 5th, 2006, 5:58 AM
|
|
Replies: 15
Views: 366
|