Since 6/3/2012 4:00:43 AM, ross5742 has written 1 articles and participated in 145 conversations. ross5742 signature: ross5742
ross5742's articles:
Items(1) /1
An idea1019 (5/13/2005 12:27:14 PM) comp.lang.java.programmer Hi, Last night I was working on some ideas for my current project, but got sidetracked while playing with the object persistence and came up with an idea for a more general persistence system. I've not really ... Ross
Java class persistance1114 (5/27/2005 2:44:43 PM) comp.lang.java.programmer I'm developing an application using Java and I would like the user to be able to plug in various methods of persistance. The has led me to JDBC using standard SQL-92, but this is really overkill for what I'm t... kt1(69)
JNI/Linux/chown627 (5/28/2005 2:17:29 AM) comp.lang.java.programmer I've been getting the dreaded and oft discussed "java.lang.UnsatisfiedLinkError" exception... --------- The Java: --------- public class MyJNI { static { System.loadLibrary("MyJNI"); } public native bo... gfxguy(12)
Java Programming Using Netbeans Tutorial236 (5/31/2005 5:55:18 AM) comp.lang.java.programmer I created a short tutorial for programming using Netbeans for people just getting started with Java. I think you'll enjoy it. http://www.bushidohacks.com/pub/lab/cgi-bin/java.pl It's been online for only a f... bushidohacks(69)
Just a passing question612 (6/2/2005 5:05:56 AM) comp.lang.java.programmer If IBM is smart enough to create SWT which involves tons of coding, why didn't they bother to create a programming language to rival Java and C#? Or do they already have but it's proprietary and only used for... nobody4345(122)
public static final const primitives?1213 (5/26/2005 11:25:01 PM) comp.lang.java.programmer Any opinions about having an interface whose sole reason for existence is to house some public static final const primitive values to be used by other classes? A couple points to consider (though feel free to ... kk_oop(242)
J2EE book615 (5/27/2005 12:11:14 AM) comp.lang.java.programmer I am trying to find a good J2EE book to learn J2EE (EJB, Entity Beans, Session Beans, JST etc). I am tryint to find a book that teaches how to build J2EE project from the scatch. Also, a book that has a CD with... jerryhz2000(39)
An interview question2211 (5/27/2005 12:17:53 AM) comp.lang.java.programmer Can anyone help me to answer the following interview question? Thanks! 1. Change the following code so an instance of Person is immutable once created. Please note that citiesVisited is an array and may requi... jerryhz2000(39)