Search the web
Sign In
New User? Sign Up
waterlanguage · Water Language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 604 - 633 of 741   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
604
These examples use Oracle's JDBC Thin Client package <!-- --------------------------------------------------- Drop Oracle's Thin Client Driver JAR...
merrick_stemen
Offline Send Email
Jul 8, 2004
8:24 pm
605
These examples use Oracle's JDBC Thin Client package <!-- --------------------------------------------------- Drop Oracle's Thin Client Driver JAR...
merrick_stemen
Offline Send Email
Jul 8, 2004
8:46 pm
606
<!-- Uses the normalize method in Steam XML v4.0 beta-6 --> <!-- This example pulls a Novartis example XBRL document --> <!-- And simply displays it in...
merrick_stemen
Offline Send Email
Jul 8, 2004
9:04 pm
607
<!-- Using Windows XP Pro System DSN --> <!-- with 'Oracle in Oracle920' driver --> <!-- Works the same for MS Access, etc. --> <!-- Written for Steam XML...
merrick_stemen
Offline Send Email
Jul 8, 2004
9:20 pm
608
Last night I wrote an instant messenger program. The code only took 22 lines! In case yahoo messes up the line breaks, I put a copy at ...
airroach333
Offline Send Email
Jul 9, 2004
12:16 am
609
My link last post was broken because it had a period at the end. Here it is corrected: http://bellsouthpwp.net/r/o/roac2313/water -Andrew...
airroach333
Offline Send Email
Jul 9, 2004
3:47 am
610
Is there support for the TAB key to complete or list methods etc? Can Water be coded more effectively in Eclipse or elsehow? The book (online sample) seems out...
anagramster
Offline Send Email
Jul 16, 2004
8:12 pm
611
... You can double-click on a word to see a list of matching objects. Tab completion will be coming. ... It is several years old. See http://www.watercode.com...
pluschli
Offline Send Email
Jul 16, 2004
8:41 pm
612
July's meeting is cancelled and rescheduled for August 31st. This was done because of all the road closings in Boston and Cambridge from the Democratic...
pluschli
Offline Send Email
Jul 22, 2004
3:31 am
613
This example uses Water's ability to reference the content of an HTML tag as field '0' (zero) to shave a few characters off of a script that displays the...
merrick_stemen
Offline Send Email
Jul 22, 2004
4:52 pm
614
Hi, I was excited to read about Water programming language. Can we make XML-RPC calls from the water program. How would the call look like ? Also I would like...
MrutyunjayaPrasad Jali
msjali
Offline Send Email
Aug 5, 2004
7:07 pm
615
Prasad, I expanded on your API just a little so that we could see how Water could be used to lookup the function by name and then generate the appropriate...
merrick_stemen
Offline Send Email
Aug 6, 2004
12:14 pm
616
Hi all, Being a web-programmer and teaching courses in programming at graduate level at the CVO Antwerpen-Zuid,Belgium, I am interested in the Water-language ...
Ivo Balbaert
iba_net
Offline Send Email
Aug 12, 2004
12:20 am
617
... FORM doesn't ... [editor's note: from pg. 81] ... but what ... work anymore ... The syntax has been made more web browser-friendly: <FORM...
merrick_stemen
Offline Send Email
Aug 12, 2004
9:04 pm
618
Thanks Merrick for the quick answer ! My bottom question which was perhaps not clearly stated enough is: The “old” water-code seemed to suggest that it was...
Ivo Balbaert
iba_net
Offline Send Email
Aug 13, 2004
1:23 pm
619
Ivo, I believe you are correct in suggesting that the "new" version cannot interact with the form apart from creating a web service. One could also use the new...
merrick_stemen
Offline Send Email
Aug 13, 2004
2:32 pm
620
... You may still call <person_form/> from the IDE. When calling the method over HTTP, Water translates a URI into a Water call. For example, <person_form/>...
pluschli
Offline Send Email
Aug 14, 2004
12:22 pm
621
Hello, When copying this example from the book (chapter 43) and executing it in the ... Runtime Error Path part: _uri not found in path: <set _circ_obs=<vector...
Ivo Balbaert
iba_net
Offline Send Email
Aug 14, 2004
12:22 pm
622
Ivo, Have you already checked the corrections page at the Water Language website? There is a reference to the FAQ example in Chapter 43. ...
merrick_stemen
Offline Send Email
Aug 17, 2004
1:51 pm
623
I am trying programming in Water. Please give me some help. Thank you very mush. Some pieces of Water code are below followed by error messages. 1. <defmethod...
ben_super2002
Offline Send Email
Aug 17, 2004
2:05 pm
624
I try to run the example of chapter 43 of the Water book. A piece of revised example code from Water website is as below. <defclass faq question="" answer=""...
ben_super2002
Offline Send Email
Aug 17, 2004
2:06 pm
625
There are a number of Web services that are using XML-RPC. With the latest v4.0 beta release (beta-10), we are introducing Water XML-RPC which supports XML-RPC...
pluschli
Offline Send Email
Aug 17, 2004
2:14 pm
626
Here is a working version of the Chapter 43 example using Water 4.0 beta-10. I have not tried to re-write the program, only to get the current version working...
merrick_stemen
Offline Send Email
Aug 17, 2004
2:39 pm
627
Ben, You should be able to get this to work, once you resolve the driver not found problem, (and any access permissions issues). I'll address that below. ...
merrick_stemen
Offline Send Email
Aug 17, 2004
3:06 pm
628
All, Water 4.0 beta-10 is available for trial download now. Like Mike said, you should check out the new features. I am fiddling with the XML-RPC stuff right...
merrick_stemen
Offline Send Email
Aug 17, 2004
3:15 pm
629
FYI, there is extensive new documentation on "for_each": http://www.watercode.com/docs/thing_f_doc/for_each_f_doc.htm With for_each, you really only need one...
pluschli
Offline Send Email
Aug 17, 2004
3:29 pm
630
Ben, Regarding the 'instances' question, ... vector. Yes. But not technically a vector, they are assigned 'vector_keys' in <defclass faq />. ... Yes. If you...
merrick_stemen
Offline Send Email
Aug 17, 2004
4:51 pm
631
Merrick, thanks to you the water keeps flowing ! I hope somebody will put your working version at the errata-page : HYPERLINK ...
Ivo Balbaert
iba_net
Offline Send Email
Aug 17, 2004
6:40 pm
632
Ivo, I have not tried to run it yet, but Mike Plusch has put a new <defclass faq /> example as a test case at: http://www.watercode.com/test_source/faq.htm ...
merrick_stemen
Offline Send Email
Aug 17, 2004
7:08 pm
633
Here's a short little example that generates an HTML list of .h2o files in a chosen directory. I chose the water_user_folder. This example uses a few Water...
merrick_stemen
Offline Send Email
Aug 18, 2004
3:32 pm
Messages 604 - 633 of 741   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help