Whatever happened to the bar scene?
The Mobile Dating Conference 2005 will be held July 21-22, 2005 in San Francisco in the Hilton. Topics will include software developments using Java and J2ME technologies. See: Mobile Dating Conference 2005: How to use J2ME Technology to find a date
You'd think that J2ME technology might make dating more complicated than it should be:
static void main(String args[]) {
// Create a new instance to meet someone
if (System.getProperty("personality").equals(CONSERVATIVE)) {
MeetingPlace = new MeetingPlace(MeetingPlace.CHURCHORTEMPLE_SOCIAL);
} else {
MeetingPlace = new MeetingPlace(MeetingPlace.BAR);
}
// Go there and mingle
MeetingPlace.enter();
MeetingPlace.checkOutPotentials();
result = MeetingPlace.makeEyeContact();
// Houston, we have contact
if (result.getResponse() == SMILE_BACK) {
result.approach();
result.makeSmallTalk();
result.askForPhoneNumber();
}
}
See, that's not that difficult... Plus, it's portable, there's automatic strict type checking, no need to allocate your free space... And, there's Garbage Collection if your instance turns out to be dangling. :-)
|
Theme originally based on design by Bryan Bell








