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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 614 - 644 of 741   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
634
All, If you have a chance to read over the for_each docs Mike posted about earlier, I would highly recommend it. If you teach programming languages, data...
merrick_stemen
Offline Send Email
Aug 20, 2004
2:56 pm
635
All, I have finally put together a database access tutorial at http://members.safebrowse.com/mstemen/water_site/water_db_access.html This tutorial has JDBC...
merrick_stemen
Offline Send Email
Aug 21, 2004
2:50 pm
636
All, I have put together a tutorial page to introduce the use of Water Doc and Water Test. These two features integrate into the Steam XML IDE features that...
merrick_stemen
Offline Send Email
Aug 23, 2004
3:28 am
637
Water has an elegant data representation in its object system and easy ways to create dynamic user interfaces using both HTML and its new UI mechanism for a...
cfry0
Offline Send Email
Aug 27, 2004
8:58 pm
638
Is there any examples of Water calling Web services implemented by other language? or Java examples for calling Water Web services? thanks. Ben...
ben_super2002
Offline Send Email
Aug 31, 2004
3:10 pm
639
Ben, All of the RSS examples, JDBC examples, SMTP examples, XML-RPC examples, and many others are examples of Water accessing web services written in other...
merrick_stemen
Offline Send Email
Aug 31, 2004
6:29 pm
640
Thanks. I have a plan to builder a system in which Apache Axis clients call Water web services. Apache Axis has a WSDL2JAVA tool to create Java classes for web...
ben_super2002
Offline Send Email
Sep 2, 2004
12:38 pm
642
<defmethod htm_large> <a href="http://www.yahoo.com"><img src="ben.gif" /></a> </defmethod> <defmethod htm_large> <a href="http://www.yahoo.com"> <img...
ben_super2002
Offline Send Email
Sep 9, 2004
3:00 pm
643
There was an error in the example. The URI string in web.xmlrpc should be the first argument. <defmethod quote amount> amount.<plus 1/> </> <server...
Mike Plusch
pluschli
Offline Send Email
Sep 10, 2004
12:34 am
644
Water can generate the links, but the Water server currently only serves text data, not binary data. Static files such as images can be served from a file...
pluschli
Offline Send Email
Sep 10, 2004
12:36 am
Messages 614 - 644 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