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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 511 - 540 of 741   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
511
In Oracle I would expect something like: <repository a_uri="jdbc:oracle:thin:@oracle_server:1521:ora92" protocol="oracle.jdbc.driver.OracleDriver" ...
chrd04
Offline Send Email
Feb 3, 2004
8:06 pm
512
... my_db=repository.of."jdbc:oracle:thin:@oracle_server:1521:ora92" ... That code looks logical. I don't have an example at hand. Have you tried variations on...
merrick_stemen
Offline Send Email
Feb 4, 2004
12:28 am
513
... number ... it ... The JDBC connection has been successfully testet with JDeveloper. What I get back from Water is: Runtime error: Database connection...
chrd04
Offline Send Email
Feb 4, 2004
1:24 pm
514
I was playing around on Yahoo! Fincance today and noticed it had a link that would deliver .csv data for stock quotes. I figured that would be pretty easy to...
merrick_stemen
Offline Send Email
Feb 8, 2004
2:04 pm
515
The following generates an error: <defmethod Func param1 param2 param3/> <set function=<web "http://localhost:8081/Func" contract=Func/> /> <set x=<function 1...
jan_miller
Offline Send Email
Feb 11, 2004
7:57 pm
516
I would expect the Example 1 code to produce <vector 9 11 13/>. Instead I get <vector 9 9 9/>. I monitored the HTTP traffic and I do see 9 11 and 13 being...
jan_miller
Offline Send Email
Feb 11, 2004
10:12 pm
517
Here is a work around: <defmethod add_two x> x.<plus 2/> </> <server add_two/> <defmethod call_web_method method_url query> <web <concat method_url "?" ...
jan_miller
Offline Send Email
Feb 12, 2004
12:38 am
518
hello! I am an Mtech student and am new to water language. I would like to study it in detail. I have decided to make this my area of study to do my term paper...
notes4elsa
Offline Send Email
Feb 15, 2004
9:56 pm
519
... to ... to ... suitable ... in ... I'd be glad to help. Others are using Water in various university and college programs, but as far as I know, the Water...
pluschli
Offline Send Email
Feb 16, 2004
2:56 am
520
Hello, I'm fairly new to Water and am working on a project that would include some simple scripting, and I'm trying to implement this scripting with water and...
akrueger9
Offline
Feb 17, 2004
1:02 am
521
... I vote for this one. _Merrick...
merrick_stemen
Offline Send Email
Feb 17, 2004
1:03 am
522
... When you send back the page of the current window, put some JavaScript in the page that either does an window.open(...) or document.location.href="..." or...
pluschli
Offline Send Email
Feb 17, 2004
1:26 am
523
Clear Methods is developing a new set of comparisons between traditional ways of handling XML and the use of Water for XML implementations. As part of this...
rnilsson1
Offline Send Email
Feb 17, 2004
2:02 am
524
I am working on a small application and would like to come up with a GUI for my water application. I would like to know how to pass a variable( a textbox's...
pamelamoats
Offline Send Email
Feb 19, 2004
7:31 pm
525
I picked up this piece of code from Message 339. I executed this and tried from the browser by typing http://localhost:8080/? in the address bar.Isn't this...
pamelamoats
Offline Send Email
Feb 19, 2004
10:29 pm
526
... a ... I hope I can keep this concise enough. This application displays your initial page with a textbox, and then submits the content of the textbox to the...
merrick_stemen
Offline Send Email
Feb 19, 2004
10:53 pm
527
Hello! How can I get <java_env /> to recognize *my* Java class files that I create? I tried simply dropping them in the CLASSPATH, but that doesn't seem to be...
merrick_stemen
Offline Send Email
Feb 19, 2004
10:54 pm
528
... There is a 'jre/lib/ext' folder in your Java folder. Drop your JAR into that folder and Java should see it (once you restart the IDE) Here's the path to it...
pluschli
Offline Send Email
Feb 20, 2004
12:16 am
529
hello again... could you tell me where to start learning water? is Waterlanguage.org good to start with for a beginner? i know xml basics. is it enough to go...
Elsa Lazar
notes4elsa
Offline Send Email
Feb 20, 2004
1:30 pm
530
Thanks. Now Steam IDE sees the classes; however, I am still getting an IllegalAccess error. Does the JAR file have to be signed for it to work? This is all on...
merrick_stemen
Offline Send Email
Feb 20, 2004
2:29 pm
531
Hi Merrick, when I executed this code, the server started running.When I try to access this from IE, i get a page cannot be displayed. I typed the following in...
pamelamoats
Offline Send Email
Feb 20, 2004
2:29 pm
532
Hello Pam! Try typing http://localhost:8080/ without the '?'. In order for the server to be seen on port #8080, you have to have the server line set to say...
merrick_stemen
Offline Send Email
Feb 20, 2004
4:12 pm
533
It works now. I forgot to make the constructor for the class 'public'. Oops. _Merrick...
merrick_stemen
Offline Send Email
Feb 23, 2004
9:29 pm
534
Hello! I used the Free Version 3.11 beta today to do something interesting. I wrote a C program that receives Netbios datagrams on my local machine, and stores...
merrick_stemen
Offline Send Email
Feb 23, 2004
9:48 pm
535
BostonWater User Group: Tue, February 24th, 2004 7:00pm Cambridge, Massachusetts near MIT Directions and details at: http://www.bostonwater.org/ Version 4...
pluschli
Offline Send Email
Feb 24, 2004
1:56 am
536
Hello! I am new to water and would like to know if I can find some documentation on Water language.I am trying to explore and find out any interesting...
sameer1277
Offline Send Email
Feb 26, 2004
5:52 pm
537
... To find examples and discussion about Water and databases (ODBC connections, SQL Server, MySQL, Access), type "database" into the Search Archive box on...
merrick_stemen
Offline Send Email
Feb 26, 2004
9:59 pm
538
... ranging ... Here are some quick examples of creating functions/methods and adding a list/set/vector/array of numbers together. I will see if I can whip up...
merrick_stemen
Offline Send Email
Feb 27, 2004
1:08 am
539
Here's a version that only needs to set a local variable. Now that is Water-style! <set add=plus/> <add 10 20 30 40/> _Plusch...
pluschli
Offline Send Email
Feb 27, 2004
1:41 am
540
Yeowch! Good example! This message is not for posting, just to make a point. :) ... Ah, yes; however, yours can't do this: <add <vector 10 20 30 40 /> /> Only...
merrick_stemen
Offline Send Email
Feb 27, 2004
1:57 am
Messages 511 - 540 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