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 your group to be featured on the Yahoo! Groups website? 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 258 - 287 of 741   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
258
I just purchased the Water book (and submitted the first review to Amazon.com). Looks like a great language but if I want to make a business case in adopting...
SouthernDem <southern...
SouthernDem
Offline Send Email
Mar 2, 2003
8:37 pm
259
I have some HTML that I developed for another application that I would like to reuse in a Water application. The HTML uses an already defined CSS, and is a...
Schultz, Ron
checksolrcs
Offline Send Email
Mar 3, 2003
4:55 am
260
How do I assign the result of a Java call to a Water variable? I am interested in mapping a Java object that returns a Collection to a Water Vector. Thanks....
Schultz, Ron
checksolrcs
Offline Send Email
Mar 3, 2003
4:57 am
261
Water executes XHTML, but any HTML can be converted to XHTML using the "html_to_xhtml" method. Note: p. 78 of the Water book has a short section titled: ...
pluschli <mplusch@...>
pluschli
Offline Send Email
Mar 3, 2003
5:12 am
262
Clear Methods will be posting some case studies on how Water has delivered business value for its customers because of Water's flexiblity, security, and...
pluschli <mplusch@...>
pluschli
Offline Send Email
Mar 3, 2003
5:40 am
263
... Water ... This question contains a whole bunch of interesting issues so I'll give an extended answer that may help others with similar problems. Let me...
cfry0 <cfry@...>
cfry0
Offline Send Email
Mar 4, 2003
3:56 am
264
Please pardon if this is a double post. I tried a stripped down version of the example on pages 273-274 (just one entry field and a button. When I try and...
Schultz, Ron
checksolrcs
Offline Send Email
Mar 5, 2003
3:11 am
265
Is there support for managing concurrent access to objects in Water? If so, how does one go about this? [Non-text portions of this message have been removed]...
Schultz, Ron
checksolrcs
Offline Send Email
Mar 5, 2003
3:11 am
266
I tried a stripped down version of the example on pages 273-274 (just one entry field and a button. When I try and execute it I get the error shown below. I...
Schultz, Ron
checksolrcs
Offline Send Email
Mar 5, 2003
3:11 am
267
Hi, I was wondering if I could write Water code to point to files located in the webserver (images, video etc.). I'm sure that's possible and not hard, but...I...
Paulo Blikstein
pblikste
Offline Send Email
Mar 5, 2003
3:11 am
268
Andrew Roach and I successfully accessed a couple of MySQL databases locally and remotely using Water today. This may be old news, but the biggest hurdle we...
merrick_stemen
Offline Send Email
Mar 6, 2003
6:00 pm
269
stuff cut%< I cut and paste the code below and the only thing I can see wrong with it is in the <open_browser_window " http://localhost:8080"/ ...
marlenkarenza
Offline Send Email
Mar 6, 2003
6:00 pm
270
I have Access 97 on my system. Here is how I connected to it locally: Under Control Panel setup the ODBC settings, Add a System DSN -- Choose a type of...
merrick_stemen
Offline Send Email
Mar 6, 2003
6:00 pm
271
Hi all, I finally sat down a wrote my first Water program. It is just a single method that finds the prime numbers up to an endpoint using the Sieve of...
airroach333
Offline Send Email
Mar 6, 2003
11:19 pm
272
By the way, I know that a multidemensional vector wasn't really needed but it was good practice. (That was for you, Merrick :) -Andrew...
airroach333
Offline Send Email
Mar 6, 2003
11:51 pm
273
... We're actually going to be expanding the capability of root_object and in the process simplify things by removing "root_folder". Let me explain: The...
pluschli
Offline Send Email
Mar 7, 2003
2:27 am
274
This may be a question for the "no shit, sherlock" file, but nobody seems to be mentioning how to run a water server app when the Steam IDE isn't loaded...For...
jonathangoodyear
jonathangood...
Offline Send Email
Mar 7, 2003
12:03 pm
275
Actually, this is an excellent question. Here's the overview of 2 answers. Details are below. 1. Use start_program in .JNLP (Java Web Start) file 2. Use Java...
pluschli
Offline Send Email
Mar 7, 2003
3:48 pm
276
In my simple software requirements web application I create a vector of requirements in my start method. How do I pass this vector (named "aRequirementsList")...
Schultz, Ron
checksolrcs
Offline Send Email
Mar 9, 2003
4:13 am
277
In the FAQ example on page 353 I see a method named _new_object. Where is this method defined or described? I can't seem to find any reference to the method in...
Schultz, Ron
checksolrcs
Offline Send Email
Mar 9, 2003
4:13 am
278
The FAQ example starting on page 353, and ending on page 354, gives me the following message when starting the server. <thing.server root_object=thing.faq...
checksolrcs
Offline Send Email
Mar 9, 2003
4:14 am
279
In evaluating any application I generally review the performance characteristics of the application fairly early. The performance of Water to date, at least as...
checksolrcs
Offline Send Email
Mar 9, 2003
4:15 am
280
Water handles HTML FORM method="get" as expected, but method="post" does not work as I expected. The following code runs as expected: <!-- The following...
Schultz, Ron
checksolrcs
Offline Send Email
Mar 9, 2003
4:30 am
281
Thanks for the good bug report. Here's a patch to fix the bug. This will be part of Steam 3.4 (next week). server.set_args.content.<insert <expr> <if>...
pluschli
Offline Send Email
Mar 9, 2003
4:32 am
282
The returned value is the instance of the server. If you want to change the server or stop the server at some later point, then set the result to a variable, ...
pluschli
Offline Send Email
Mar 9, 2003
3:47 pm
283
In the Water Inspector, search for "_new_object" and you'll see a number of entries that describe it. "_new_object" was a recent addition to the language right...
pluschli
Offline Send Email
Mar 9, 2003
5:33 pm
284
Per my note last night, I did run a longer running test, this time adding 110,000 questions and answers to the example faq application. I did not see any...
Schultz, Ron
checksolrcs
Offline Send Email
Mar 9, 2003
5:34 pm
285
The name of an HTML input field can be an integer (or a string that represents an integer). To receive any number of unkeyed arguments into a method, use ...
pluschli
Offline Send Email
Mar 9, 2003
5:59 pm
286
I modified the example on page 88 in an attempt to get a table of field names followed by a table of field values. It is not apparent to me how to concatentate...
checksolrcs
Offline Send Email
Mar 12, 2003
4:50 am
287
The problem was that there were two different tables. The tables could be physically combined with a 'vector', as in: <vector> table_one table_two </> ...but...
pluschli
Offline Send Email
Mar 12, 2003
5:34 am
Messages 258 - 287 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