FOM and ServletContext.getRealPath()

2004-05-29 Thread Alan
p.com/?t=10799658351&r=1&w=4 I'd like to see this vote happen. More importantly: !-- How do I find the path of /WEB-INF in my Cocoon application --? Cheers. -- Alan / [EMAIL PROTECTED] / http://engrm.com/ available for contract --> http://engrm.com/the-pitch.html

Re: [VOTE] - Entry level JSDK 1.4 in Cocoon 2.2

2004-03-03 Thread Alan
gh a change would break sitemaps depending on ORO specific patterns, if there is such a thing.) -- Alan / [EMAIL PROTECTED] / http://engrm.com/ aim/yim: alanengrm - icq: 228631855 - msn: [EMAIL PROTECTED]

Re: Momento and Cocoon

2004-03-02 Thread Alan
* Stefano Mazzocchi <[EMAIL PROTECTED]> [2004-03-02 17:34]: > Alan wrote: > > >* Stefano Mazzocchi <[EMAIL PROTECTED]> [2004-03-02 14:04]: > I need an xml database with xquery capabilities to place as a > slide store for when it will implement JCR. ??? >

Re: [RT] Cocoon Input Model

2004-03-02 Thread Alan
* Hunsberger, Peter <[EMAIL PROTECTED]> [2004-03-01 22:06]: > Alan <[EMAIL PROTECTED]> writes: > > > > > > > There is already flow logic in the site map. The pipeline is a > > > > select statement. It is a clear expression of the pipelines &g

Re: Momento and Cocoon

2004-03-02 Thread Alan
* Stefano Mazzocchi <[EMAIL PROTECTED]> [2004-03-02 14:04]: > Alan wrote: > > >* Stefano Mazzocchi <[EMAIL PROTECTED]> [2004-03-02 06:07]: > > >>I need a fast and scalable xquery-capable semi-structured content > >>repository. > >> > >

Re: Momento and Cocoon

2004-03-02 Thread Alan
* Stefano Mazzocchi <[EMAIL PROTECTED]> [2004-03-02 06:07]: > Please stop replying to me directly, I far prefer if you reply to the > list, thanks. Sorry. > Alan wrote: > > >Yes. I choose Saxon to implement XQuery. I'm finding that XSLT is > >just as

Re: Momento and Cocoon

2004-03-01 Thread Alan
* Stefano Mazzocchi <[EMAIL PROTECTED]> [2004-03-02 03:01]: > Joerg Heinicke wrote: > > >On 26.02.2004 22:04, Alan wrote: > > > >>>I would guess that Momento mainly would be accessed through the > >>>document function in XSLT and XQuery.

Re: Momento and Cocoon

2004-03-01 Thread Alan
* Joerg Heinicke <[EMAIL PROTECTED]> [2004-03-01 22:48]: > On 01.03.2004 23:36, Alan wrote: > > >>>>>I would guess that Momento mainly would be accessed through the > >>>>>document function in XSLT and XQuery. Saxon use JAXP 1.1 as external

Re: Momento and Cocoon

2004-03-01 Thread Alan
* Alan <[EMAIL PROTECTED]> [2004-03-01 20:36]: > * Joerg Heinicke <[EMAIL PROTECTED]> [2004-03-01 19:59]: > > On 26.02.2004 22:04, Alan wrote: > > > > >>I would guess that Momento mainly would be accessed through the document > > >>function in

Re: Momento and Cocoon

2004-03-01 Thread Alan
* Joerg Heinicke <[EMAIL PROTECTED]> [2004-03-01 19:59]: > On 26.02.2004 22:04, Alan wrote: > > >>I would guess that Momento mainly would be accessed through the document > >>function in XSLT and XQuery. Saxon use JAXP 1.1 as external API to the > >>

Re: [RT] Cocoon Input Model

2004-03-01 Thread Alan
* Stefano Mazzocchi <[EMAIL PROTECTED]> [2004-03-01 18:32]: > Alan wrote: > > >* Hunsberger, Peter <[EMAIL PROTECTED]> [2004-03-01 16:17]: > > > >>So, bottom line, I don't think Cocoon needs any new sitemap constructs > >>to do what is being

Re: [VOTE] - Entry level JSDK 1.4 in Cocoon 2.2

2004-03-01 Thread Alan
* Hunsberger, Peter <[EMAIL PROTECTED]> [2004-03-01 16:57]: > Antonio Gallardo <[EMAIL PROTECTED]> asks: > > > Do you agree with JSDK 1.4 as the lower Java version > > supported in Cocoon 2.2? > Yes, please: +1 Does this mean we can use 1.4 regex in the site

Re: [RT] Cocoon Input Model

2004-03-01 Thread Alan
e XML, not JavaScript structures. I'm not sure what regular actions were. A bad thing I suppose. Perhaps because they were catch all constucts? I think there is a common idiom that can be expressed as XML. The sitemap becomes far too difficult to read if the relationships

Re: [RT] Cocoon Input Model

2004-03-01 Thread Alan
ore you. Flowscript hides logic outside of the sitemap. I'd really like to see how far you can go before you break down and start writing JavaScript snippits. If you start with flowscript it seems like you just end up talking about JavaScript programming, which frankly

Re: [RT] Cocoon Input Model

2004-03-01 Thread Alan
ns > should be dissabled to protect the user from confusing behaviour. In your example, is map:store generating a DOM document? What would doSomething do? Is this where the document gets stored? I don't see the need for flowscript in this example. There are idioms here I don't understand. I'd like to discuss a complete example. -- Alan / [EMAIL PROTECTED] / http://engrm.com/ aim/yim: alanengrm - icq: 228631855 - msn: [EMAIL PROTECTED]

Re: [RT] Connecting databases with Cocoon

2004-03-01 Thread Alan
her thread, you'd be better off with an SQL update language expressed as XML than a "mapping". A "mapping" is a boondogggle. Want do see the example again? SQL splits itself neatly into update and query. They are two different problems. SQL has a cle

Re: [RT] Cocoon Input Model

2004-02-28 Thread Alan
e" gave me an idea. Start a pipeline with a deserialize statement end it with a serialize statement.

Re: [RT] Cocoon Input Model

2004-02-27 Thread Alan
Now that I look at the above, I see that I really want to be able to do something like this from within stylesheets. -- Alan / [EMAIL PROTECTED] / http://engrm.com/ aim/yim: alanengrm - icq: 228631855 - msn: [EMAIL PROTECTED]

Re: [RT] Cocoon Input Model

2004-02-27 Thread Alan
ing sitemap > readabillity?" thread... I'm going to read up on this. Flowscript is cool and continuations are cool. There is a lot going on there I've yet to study. They do seem to be quite apart from the sitemap, though. It would be nice to see them better integerate with the site map so that a site map read is easier. (I'll note once again that publishing with Cocoon is easier to learn.) But then, if we manage to store everything at each form post in the appropriate place, are contniuations necessary? > So a pipeline for input handling could look like: > g -> t* -> store -> act -> [select] -> g -> t* -> s. Something like that indeed. -- Alan / [EMAIL PROTECTED] / http://engrm.com/ aim/yim: alanengrm - icq: 228631855 - msn: [EMAIL PROTECTED]

Re: [RT] Cocoon Input Model

2004-02-27 Thread Alan
to build by > combining a DOM implementation, e.g. Xerces, with Sun Multi Schema > Validator (MSV) and XSDLIB [2]. > To make DOM easy to use within flowscripts it would be nice to write > Rhino binding code (scriptable object) so that one can use the Ecma > script API for DOM

Re: [RT] Cocoon Input Model

2004-02-27 Thread Alan
* Guido Casper <[EMAIL PROTECTED]> [2004-02-27 08:02]: > Alan wrote: > >* Guido Casper <[EMAIL PROTECTED]> [2004-02-26 20:41]: > > > >>Daniel Fagerstrom wrote: > >> > >> > >>>So a pipeline for input handling could look li

Re: Momento and Cocoon [was Re: Jisp 3.0 moved to GPL licence]

2004-02-26 Thread Alan
mments are going to be based on some wild, unfounded assumptions about Cocoon. * Daniel Fagerstrom <[EMAIL PROTECTED]> [2004-02-23 15:21]: > Upayavira wrote: > >Reinhard Poetz wrote: > >>From: Alan > >>>Working on it. As noted, I have JAXP implemented and SAX i

Re: [RT] Cocoon Input Model

2004-02-26 Thread Alan
osely coupled) nature. > > Now IIUC you suggest a pipelining architecture for inbound data flow > with a DOM-like data model. What do you mean by strongly typed? Are we discussiong form posts here? For some time now, I've wondered how one would post XML to Cocoon a

Re: Momento and Cocoon [was Re: Jisp 3.0 moved to GPL licence]

2004-02-23 Thread Alan
* Geoff Howard <[EMAIL PROTECTED]> [2004-02-24 00:31]: > Upayavira wrote: > > >[changing subject...] > > > >Reinhard Poetz wrote: > > > >>From: Alan > >> > >>>* Geoff Howard <[EMAIL PROTECTED]> [2004-02-22 18:47]: >

Re: Jisp 3.0 moved to GPL licence

2004-02-23 Thread Alan
* Geoff Howard <[EMAIL PROTECTED]> [2004-02-22 18:47]: > Alan wrote: > > >* Upayavira <[EMAIL PROTECTED]> [2004-02-22 07:58]: > > > > > > > >>I tend to think that Momento isn't suited to this need. > >> > >> >

Re: Jisp 3.0 moved to GPL licence

2004-02-22 Thread Alan
* Upayavira <[EMAIL PROTECTED]> [2004-02-22 07:58]: > Alan wrote: > > >* Antonio Gallardo <[EMAIL PROTECTED]> [2004-02-20 11:25]: > > > > > >>Reinhard Poetz dijo: > >>Maybe this is a crazy idea but: Is posible to replace jisp with Apache &

Re: Momento Zip Distribution

2004-02-21 Thread Alan
* Alan <[EMAIL PROTECTED]> [2004-02-21 22:35]: > Ya'll > > Momento is now ready for download. I just ran the build script again. If you downloaded in the last five minutes I am very sorry. :^( I eagerly await your questions still. (Off to Endemyon! Le Bon Tem

Re: Momento Zip Distribution

2004-02-21 Thread Alan
* Antonio Gallardo <[EMAIL PROTECTED]> [2004-02-21 22:39]: > Alan dijo: > > Ya'll > > > > Momento is now ready for download. > > > > http://engrm.com/project/com.agtrz.momento/ > > > > Let me know if this works! > > > >

Re: Momento Zip Distribution

2004-02-21 Thread Alan
* Alan <[EMAIL PROTECTED]> [2004-02-21 22:35]: > Momento is now ready for download. > > http://engrm.com/project/com.agtrz.momento/ Er, click on download in the sidebar and download the zip file... -- Alan / [EMAIL PROTECTED] / http://engrm.com/ aim/yim: alanengrm -

Momento Zip Distribution

2004-02-21 Thread Alan
will be in my build envrionment. I eagerly await your questions. Cheers. -- Alan / [EMAIL PROTECTED] / http://engrm.com/ aim/yim: alanengrm - icq: 228631855 - msn: [EMAIL PROTECTED]

Re: Jisp 3.0 moved to GPL licence

2004-02-21 Thread Alan
on, and access control lists. Again, this work is core to my career. I'm all over it. Cocoon is another focus. Technically, Momento and Cocoon are going to play nice. Legally too, just as long as I understand the issues. http://engrm.com/project/com.agtrz.momento/ I am posting a zip distribution right now. -- Alan / [EMAIL PROTECTED] / http://engrm.com/ aim/yim: alanengrm - icq: 228631855 - msn: [EMAIL PROTECTED]

Re: Announce: Momento

2004-02-18 Thread Alan
* Stefano Mazzocchi <[EMAIL PROTECTED]> [2004-02-18 14:02]: > Alan wrote: > > >* Stefano Mazzocchi <[EMAIL PROTECTED]> [2004-02-17 04:22]: > > > >>Alan wrote: > >> > >> > >>>Momento is a native XML persistence engine. Is sup

Re: Announce: Momento

2004-02-17 Thread Alan
* Vadim Gritsenko <[EMAIL PROTECTED]> [2004-02-17 11:55]: > Alan wrote: > > >* Bertrand Delacretaz <[EMAIL PROTECTED]> [2004-02-17 06:55]: > > > > > >>Le Mardi, 17 f?v 2004, ? 07:42 Europe/Zurich, Alan a ?crit : > >> > >> >

Re: Announce: Momento

2004-02-16 Thread Alan
* Bertrand Delacretaz <[EMAIL PROTECTED]> [2004-02-17 06:55]: > Le Mardi, 17 f?v 2004, ? 07:42 Europe/Zurich, Alan a ?crit : > >...My communication skills are getting streched by all the > >announcing. Please let me know if this is a good explaintion. > >I ca

Re: Announce: Momento

2004-02-16 Thread Alan
* Stefano Mazzocchi <[EMAIL PROTECTED]> [2004-02-17 04:22]: > Alan wrote: > > >Momento is a native XML persistence engine. Is supports XSLT 2.0 and > >XQuery 1.0 (via Saxon), it supports XUpdate. > > > >It is transactional and ACID. > >

Announce: Momento

2004-02-16 Thread Alan
/com.agtrz.momento/ Thoughts? -- Alan / [EMAIL PROTECTED] / http://engrm.com/

Re: Deprecate JXForms? (Was: what is the woody form binding encoding?)

2004-02-11 Thread Alan
t; >> > > +1 (deprecate) > > :) > > +1 (deprecate), long life CForms aka Woody! +1 From a new user that would appreciate the clarity. (And who also likes CFroms a whole bunch.) -- Alan / [EMAIL PROTECTED] / http://engrm.com/

Re: XQuery support?

2004-02-10 Thread Alan
ernal tools. Doesn't for example Saxon provide at least > rudimentary XQuery support? Saxon provides kickin' XQuery support. eXist is supporting XQuery as well, but I've not worked with it yet. -- Alan / [EMAIL PROTECTED]

Re: [reminder] board report

2004-02-10 Thread Alan
Or you could just call it Cocoon's Raspberry Technology. Thank you. I'm finished. -- Alan / [EMAIL PROTECTED]

Re: [reminder] board report

2004-02-09 Thread Alan
PFF is indeed the crux of Cocoon. After a few weeks, I figured as much, but there has been lingering personal FUD. -- Alan / [EMAIL PROTECTED]

Re: [RT] Improved navigation of learning objects

2003-10-12 Thread Alan Gutierrez
* Stefano Mazzocchi <[EMAIL PROTECTED]> [2003-10-12 16:04]: > On Sunday, Oct 12, 2003, at 16:13 Europe/Rome, Alan Gutierrez wrote: > > >The trouble with Wiki and docs is that new users, such as myself, > >are going to look for a documentation outline. A good TOC an

Re: Forrest and the NDS (Re: [RT] Moving towards a new documentation system)

2003-10-12 Thread Alan Gutierrez
differnece in the world when searching documentation. Has anyone discussed how to impose an outline on a Wiki? -- Alan Gutierrez - [EMAIL PROTECTED] - C:504.301.8807 - O:504.948.9237

Re: Forrest and the NDS (Re: [RT] Moving towards a new documentation system)

2003-10-12 Thread Alan Gutierrez
. Also, if this is to be a Cocoon application, wouldn't it be _nice to have_ a content management system that creates XML deltas of XML data? -- Alan Gutierrez - [EMAIL PROTECTED] - C:504.301.8807 - O:504.948.9237