Hello all, I realize this is a delayed reaction, but, maybe XUL is not so bad after all. I was simply researching rendering engines and found this product...
In the book you mentioned that there were some ideology, say, "connections" with Self and other languages. But - as far as I can see just at first glance - you...
There are two upcoming meetings on Water in the Boston area: ConciseXML: Making XML both Concise and Precise with a Normal Form Speakers: Christopher Fry and...
I'm trying to use the <email/> class, but the example for <send/> in the help system doesn't work with my data: I get lots of "required parameter missing"...
Mr. Grinkrug sent his question to Clear Methods directly. I answered him, but I missed that he'd also sent his question to this group. Thought you might wish...
I notice that <defmethod send /> is part of <defclass message />, but NOT part of <defclass email />. Was this intentionally nested in the <message /> class?...
I am running a Python script that GETs a url using 'urllib' and dumps the contents to the screen. When I try it against several different web servers it works...
<!-- morning_afternoon.h2o --> <!-- A little server that displays upcoming events --> <defclass event title instructor_name meets /> <!-- this class could be...
... Yes. Only the path & query should be shown on the first line, not the entire URI. ... dumps ... different ... any ... application ... 6.0 ... xbitmap,*/* ...
I have been trying to run the Upcoming Events Server using Java Web Start this morning. Here is my .jnlp code: <?xml version="1.0" encoding="UTF-8"?> <jnlp...
There was a bug introduced when the license manager was added. The bug has been fixed, and will be part of the 3.9 release that will be out next week. ...
The email library is currently undergoing a major revision to make it consistent with the 'web', 'file', and 'db_resource' libraries. The new Water Mail ...
This cracks me up! Source: <vector "yellow" "red" "green"/>.<random_instance /> Result: <vector "coner n " "mubacusom mi" "nonu"/> And, every time you run it,...
I think you probably wanted to use a 'one_of' with 'random_instance', for example: <one_of "yellow" "red" "green"/>.<random_instance/> RETURNS one of: "yellow"...
I have had a blast tweaking the Upcoming Events server to do different things. Last night, I decided to try to put a 'Water Powered' graphic on the page and I...
Here's a quick Server example that works for one browser request on port 8081. It is a proof-of-concept deal. I should be able to expand this to do any kind of...
Your approach was a good one -- binary files (such as GIFs) should be served using a file server optimized for that task. Right now, there is no built-in...
This runs through the SMTP session without any regard for error messages and displays the mail server's responses at the end. This could be consolidated and...
So will this work in Water 3.9? <defclass image_server> <defmethod image filename> <response body_string= <file <concat my_image_files_path filename/> ...
Message from: Roland Messier, B.A.Sc. 1. I've bought your book and want to know where I can access the errata!!! BTW, since I'm familiar with traditional...
... The Water book errata is accessed from the on-line Water book: http://www.waterlanguage.org/water_book_2002/index.htm Click on the link "Corrections to...
Here's an example of defining 'random_instance' on 'vector' that will return a new vector with the values in random order. This will likely be put into the...
I notice that <file "graphic.gif" />.<copy_file <file "copy.gif" /> /> doesn't give me a binary copy of the file. The data is converted from binary to unicode,...
I often get the comment that Water allows developers to mix user interface and logic which many believe to be a "bad thing". The example below shows a Water...
The following example shows how to clean up an HTML page and extract some information from tags. FYI, I needed this tonight to retrieve the product codes from...
To the Water community: This month with significant hoopla we are launching the latest versions of Water, ConciseXML and the Steam Platform. We expect to...
How do I get a new instance of a Java array that I can later use? I've tried: <set the_data= <<get_java_method "[Ljava.lang.Byte;" "new" "int" /> 100 /> /> ...
[This is not in direct reply to the message, but is an update on the status of this thread.] Hooray! In version 3.10.1, a utility has been made available to...