Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

waterlanguage · Water Language

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 614 - 644 of 756   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
614 MrutyunjayaPrasad Jali
msjali Send Email
Aug 5, 2004
7:07 pm
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...
615 merrick_stemen Send Email Aug 6, 2004
12:14 pm
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...
616 Ivo Balbaert
iba_net Send Email
Aug 12, 2004
12:20 am
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 ...
617 merrick_stemen Send Email Aug 12, 2004
9:04 pm
... FORM doesn't ... [editor's note: from pg. 81] ... but what ... work anymore ... The syntax has been made more web browser-friendly: <FORM...
618 Ivo Balbaert
iba_net Send Email
Aug 13, 2004
1:23 pm
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...
619 merrick_stemen Send Email Aug 13, 2004
2:32 pm
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...
620 pluschli Send Email Aug 14, 2004
12:22 pm
... 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/>...
621 Ivo Balbaert
iba_net Send Email
Aug 14, 2004
12:22 pm
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...
622 merrick_stemen Send Email Aug 17, 2004
1:51 pm
Ivo, Have you already checked the corrections page at the Water Language website? There is a reference to the FAQ example in Chapter 43. ...
623 ben_super2002 Send Email Aug 17, 2004
2:05 pm
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...
624 ben_super2002 Send Email Aug 17, 2004
2:06 pm
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=""...
625 pluschli Send Email Aug 17, 2004
2:14 pm
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...
626 merrick_stemen Send Email Aug 17, 2004
2:39 pm
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...
627 merrick_stemen Send Email Aug 17, 2004
3:06 pm
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. ...
628 merrick_stemen Send Email Aug 17, 2004
3:15 pm
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...
629 pluschli Send Email Aug 17, 2004
3:29 pm
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...
630 merrick_stemen Send Email Aug 17, 2004
4:51 pm
Ben, Regarding the 'instances&#39; question, ... vector. Yes. But not technically a vector, they are assigned 'vector_keys' in <defclass faq />. ... Yes. If you...
631 Ivo Balbaert
iba_net Send Email
Aug 17, 2004
6:40 pm
Merrick, thanks to you the water keeps flowing ! I hope somebody will put your working version at the errata-page : HYPERLINK ...
632 merrick_stemen Send Email Aug 17, 2004
7:08 pm
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 ...
633 merrick_stemen Send Email Aug 18, 2004
3:32 pm
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...
634 merrick_stemen Send Email Aug 20, 2004
2:56 pm
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...
635 merrick_stemen Send Email Aug 21, 2004
2:50 pm
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...
636 merrick_stemen Send Email Aug 23, 2004
3:28 am
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...
637 cfry0 Send Email Aug 27, 2004
8:58 pm
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...
638 ben_super2002 Send Email Aug 31, 2004
3:10 pm
Is there any examples of Water calling Web services implemented by other language? or Java examples for calling Water Web services? thanks. Ben...
639 merrick_stemen Send Email Aug 31, 2004
6:29 pm
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...
640 ben_super2002 Send Email Sep 2, 2004
12:38 pm
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...
642 ben_super2002 Send Email Sep 9, 2004
3:00 pm
<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...
643 Mike Plusch
pluschli Send Email
Sep 10, 2004
12:34 am
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...
644 pluschli Send Email Sep 10, 2004
12:36 am
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...
Messages 614 - 644 of 756   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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