Hi Coders, Can anyone with a video camera make it to our next meeting? Some absent members are keen to get the goods. Next meeting is next week, 7th Dec -...
477
Sam Joseph
samrhjoseph
Dec 2, 2005 2:54 am
***************************************************** ************** H J U G * M E E T I N G ***************** ...
478
J. David Beutel
david_beutel
Dec 6, 2005 5:15 am
For those who haven't read him, Martin Fowler is a popular writer. Sometimes he blogs about Java or Ruby. I thought his latest post might interest some on...
479
Seth Ladd
bootyindustries
Dec 6, 2005 6:39 am
... Nice link! After spending a few weeks doing serious Ruby, I can attest to its ease of use. Multi-line Java idioms now are simple one liners. It's a...
480
Sam Joseph
samrhjoseph
Dec 7, 2005 11:18 pm
***************************************************** ************** H J U G * M E E T I N G ***************** ...
481
J. David Beutel
david_beutel
Dec 8, 2005 6:13 pm
I enjoyed Philip's presentation on Fortress. (Thanks, Philip!) I've never used Fortran, but now I think I'd like to try Fortress when it becomes available,...
482
Sam Joseph
samrhjoseph
Dec 8, 2005 10:29 pm
Hi All, Many thanks to Philip for his excellent presentation last night. I've been updating the website and you'll find slides from all of last nights...
483
Suraj Thakur
thakurwebmaster
Dec 14, 2005 6:44 pm
Hello, I found this site to be very useful for PHP, every thing I thought of PHP is avalable on this site. It provides help from the scratch to the advanced...
484
Suraj Thakur
thakurwebmaster
Dec 14, 2005 7:12 pm
http://php-help.50webs.com I found this site to be very useful for PHP, every thing I thought of PHP is avalable on this site. It provides help from the...
485
Jeff Barr
jeffbarr_2000
Dec 15, 2005 9:34 pm
Hi, I am Jeff Barr, Web Services Evangelist for Amazon.com39;s web services (http://aws.amazon.com and http://aws.typepad.com). I will be coming to Honolulu next...
486
Seth Ladd
bootyindustries
Dec 15, 2005 9:42 pm
Hi Jeff, ... I, for one, would be very interested. Could you tailor your examples to either Java (preferred) or Ruby? Nothing like geeking out in paradise! ...
487
Anthony Eden
anthonyeden
Dec 15, 2005 9:47 pm
I second this. If he could come and speak and perhaps show us a Java API wrapper for the Amazon web services, that would be awesome. On a side note, I highly...
488
Seth Ladd
bootyindustries
Dec 15, 2005 10:32 pm
I enjoyed the LISP presentation a while back. Here's a link about how to do LISP with Java: http://jroller.com/page/berlinbrown?entry=part_2_of_the_lisp Seth...
489
J. David Beutel
david_beutel
Dec 16, 2005 12:23 am
I'd like to see it too. Early question: at AWS, which is more popular, SOAP or REST? Which do you recommend? http://www.petefreitag.com/item/431.cfm Cheers, ...
490
Jeff Barr
jeffbarr_2000
Dec 16, 2005 12:45 am
Ok, this sounds great. I do have Java code to demo, and I love to talk about SOAP vs. REST (in fact I have an entire slide for it). Once I have confirmation of...
491
Jeff Barr
jeffbarr_2000
Dec 16, 2005 7:08 am
FYI, right now, about 80% of our calls are REST. Jeff; ... -- * RSS Feeds: http://www.syndic8.com * Blog: http://www.syndic8.com/~jeff/blog/ *...
492
Thomas Olausson
latompa
Dec 18, 2005 7:51 am
I'd third (fourth) that too. Where would you like to meet the group? I'm not sure if there's a regular HJUG meeting (at the Univ of Hawaii) on the 11th or...
493
Seth Ladd
bootyindustries
Dec 18, 2005 8:26 am
... I think we can easily get a room at the Manoa Innovation Center if we need it. Though meetings with beer have a strange allure. ... Actually, I think that...
494
Thomas Olausson
latompa
Dec 18, 2005 8:54 am
So, if you translated the getStockPrice to REST, what would it look like? Still a HTTP POST with a XML document? I don't understand the definition verb here. ...
495
Sam Joseph
samrhjoseph
Dec 18, 2005 6:10 pm
Hi Jeff, Sorry not to get back to you faster, I've been in transit the last few days. We have a group meeting scheduled for Jan 11th, 6-8pm. We'd be very...
496
Seth Ladd
bootyindustries
Dec 18, 2005 8:08 pm
... In REST, the Stock Price is a Resource, and thus it has a URI (as all things on the web do). Something like: http://example.com/stockprice/ibm Applying...
497
Thomas Olausson
latompa
Dec 18, 2005 11:46 pm
That sounds good. I want REST! :) /Thomas...
498
Daniel Leuck
dpleuck
Dec 23, 2005 8:49 pm
Hi Guys, We've posted an early draft of the Mustang feature set: http://jcp.org/aboutJava/communityprocess/edr/jsr270/ Comments to ...
499
Daniel Leuck
dpleuck
Dec 24, 2005 4:37 am
Hi Guys, I released SDL 1.0.0 today: http://sdl.ikayzo.org/docs/display/sdl/downloads I've been using a framework that allows Swing screens to be laid out in...
500
Scott Thompson
gawebdev
Dec 24, 2005 9:08 pm
Aloha, My name's Scott, and I'm a web programmer with 10 years of experience. I moved to Hawaii in August and have been getting a feel for my new environment. ...
501
Thomas Olausson
latompa
Dec 24, 2005 9:30 pm
OK, after reading about REST, I understand now. With SOAP, everything is sent as XML. Everything has to be representable as XML. REST is more a style, you can...
502
Jeff Barr
jeffbarr_2000
Dec 25, 2005 7:12 pm
... This, in a nutshell, is why people find REST so attractive. Virtually everyone knows how to code up an HTTP GET, and everyone seems to know how to parse...
503
Seth Ladd
bootyindustries
Dec 25, 2005 7:21 pm
... One major tenet of REST is that everything has an identifier (the URI). In SOAP, the only identifier is that of the endpoint, which is not the same...
504
Seth Ladd
bootyindustries
Dec 25, 2005 7:21 pm
... Great use of the technology! Ever thought about an Eclipse plugin, with syntax highlighting and validation? :) Seth...
505
Daniel Leuck
dpleuck
Dec 26, 2005 7:02 am
Hi Seth, Yanhan Nie wrote just such a plugin. It is available on the SDL downloads page. Dan _____ From: honolulu-coders@yahoogroups.com ...