Re: Rivet namespace and Rivet package

2011-01-28 Thread Arnulf Wiedemann
Am 27.01.2011 21:44, schrieb Rob Sciuk: On Fri, 28 Jan 2011, arnulf wrote: Date: Fri, 28 Jan 2011 11:33:06 +0100 From: arnulf arn...@wiedemann-pri.de To: rivet-dev@tcl.apache.org Subject: Re: Rivet namespace and Rivet package just a comment to Massimo's question, sorry

Re: Rivet namespace and Rivet package

2011-01-27 Thread Karl Lehenbauer
There is code at SF, available via svn co https://atwf.svn.sourceforge.net/svnroot/atwf atwf But there is some problem with the repo… svn: URL 'https://atwf.svn.sourceforge.net/svnroot/atwf/application/modules/Module1' of existing directory 'atwf/application/modules/module1' does not match

Re: Rivet namespace and Rivet package

2011-01-27 Thread Clif Flynt
Hi, The Tcl paper will be online realSoonNow (tm). We've got the hotel for Tcl2011 chosen and I put last year's proceedings online as part of the first look the new conference is happening publicity. I'll announce to this list when the site (and papers) are live. There were a couple of web

Re: Rivet namespace and Rivet package

2011-01-27 Thread Damon Courtney
With this latest project of mine I actually started work on a framework built solely around Rivet. I'm not shooting for something that works across web servers or something that is portable, I'm writing something that takes advantage of all the things Rivet has to offer. I call it Skyscraper.

Re: Rivet namespace and Rivet package

2011-01-27 Thread Karl Lehenbauer
I like the name. We are down with jQuery. But it would need to support PostgreSQL to get any traction at FlightAware. You might have a look at yajl-tcl for generating valid JSON really quickly. The library includes returning PostgreSQL query results as JSON. It can parse, too, but the results

Re: Rivet namespace and Rivet package

2011-01-27 Thread Damon Courtney
MySQL was just my choice, and most all the code in Skyscraper itself is just plain old SQL. There may be a few things in there that are specific, but for the most part it'll work anywhere. But Flightaware isn't going to use something like this. You guys have in development of your stuff, and

Re: Rivet namespace and Rivet package

2011-01-27 Thread Damon Courtney
This is where I'm not exactly sure how tightly things are integrated between Javascript and most frameworks. I know that Rails supports jQuery and Prototype, I believe, but I don't know exactly where they have them integrated and for what purpose. The only integration I have so far is in a

Re: Rivet namespace and Rivet package

2011-01-25 Thread Massimo Manghi
It's my turn to apologize for the delay: my pesky webmail silently moved Damon's message into the trash On Mon, 24 Jan 2011 14:15:07 -0600, Damon Courtney wrote I'm just looking at some of the code for the first time in a while so forgive me for not commenting sooner. Are you talking

Re: Rivet namespace and Rivet package

2011-01-24 Thread Damon Courtney
I'm just looking at some of the code for the first time in a while so forgive me for not commenting sooner. Are you talking about just moving the rivet commands into a ::Rivet namespace? It sounds like from this and your previous Rivet command scope email that you're trying to unify