Re: Java Language Advocacy (was Re: How ASF membership works andwhat it means)

2003-06-28 Thread Jakob Praher
Am Sam, 2003-06-28 um 21.09 schrieb Jakob Praher: > Am Sam, 2003-06-28 um 19.19 schrieb Christopher Oliver: > > > > > Check out JGoodies' fake eclipse L&F using swing: > > http://www.jgoodies.com/freeware/metamorphosis/index.html > > looked at it but se

Re: Java Language Advocacy (was Re: How ASF membership works andwhat it means)

2003-06-28 Thread Jakob Praher
Am Sam, 2003-06-28 um 19.19 schrieb Christopher Oliver: > > Check out JGoodies' fake eclipse L&F using swing: > http://www.jgoodies.com/freeware/metamorphosis/index.html > thanks for the pointer - will be interesting to use the metamorphosis look and feel in netbeans ;-) - currently using kunsts

Re: [OT] Porting Cocoon to the Whitespace language?

2003-04-01 Thread Jakob Praher
Am Die, 2003-04-01 um 10.53 schrieb Bertrand Delacretaz: > I'm starting to think that porting Cocoon to the Whitespace language > (http://compsoc.dur.ac.uk/whitespace/) could bring a lot of benefits. > Apparently this language allows one to get rid of all encoding problems > by using a strictly

Re: What's in XMLForm 1.1? Call for discussion.

2003-03-30 Thread Jakob Praher
Am Mon, 2003-03-31 um 05.52 schrieb ivelin: > It is time to start work on the next version. > Primary goal will be compliance with the XForms CR syntax. very good. > A topic which calls for a debate is what, if any, other XForms features in > addition to form controls should be added to XMLForm wi

Re: Polishing the flow contracts

2003-03-30 Thread Jakob Praher
Am Son, 2003-03-30 um 21.32 schrieb Stefano Mazzocchi: > >>4) the following functions > >> > >>Flow Object: > >> flow.import() -> imports another flowscript > > > > > > > Hmmm... Should we allow cross-language (when/if we're going to have it) > > flowscripts interaction? Because otherwise I

Re: build blocks - minor thing - and patch

2003-03-19 Thread Jakob Praher
Am Mit, 2003-03-19 um 17.17 schrieb Stefano Mazzocchi: > Jakob Praher wrote: > > > Index: blocks-build.xsl > > === > > RCS file: /home/cvspublic/xml-cocoon2/tools/src/blocks-build.xsl,v > > retrieving re

build blocks - minor thing - and patch

2003-03-19 Thread Jakob Praher
hi all, I found the following problem when compiling the whole cocoon-2.1-dev: blocks that have no configuration files in their /conf directory result in no "conf" directory at all in the ${build.blocks}/name directory. this again results in a NullPointerException in the XConfTool ant task, sinc

XMLForm Enhancemnt Proposal at wiki.cocoondev.org

2003-03-09 Thread Jakob Praher
hi, anybody interested in XMLForm is invited to look at [1]. Since I am working on a larger cocoon app, in which I switched to xmlform in late December last year, I built some abstractions, which could be a productivity boost, when writing XMLForm apps. It aims at a clean abstraction layer on top

XMLForm Enhancemnt Proposal at wiki.cocoondev.org

2003-03-09 Thread Jakob Praher
hi, anybody interested in XMLForm is invited to look at [1]. Since I am working on a larger cocoon app, in which I switched to xmlform in late December last year, I built some abstractions, which could be a productivity boost, when writing XMLForm apps. It aims at a clean abstraction layer on top

Re: Stabilizing flow in order to release

2003-03-04 Thread Jakob Praher
Am Die, 2003-03-04 um 18.52 schrieb Christopher Oliver: > Not sure. This is one of the weaknesses of JavaScript. It doesn't have > any structuring mechanism for creating libraries or reusable modules > (which was one of the things JavaScript 2.0 was supposed to fix). I > think Cocoon will have

Re: what is the first servlet loaded?

2003-03-04 Thread Jakob Praher
Am Die, 2003-03-04 um 15.00 schrieb [EMAIL PROTECTED]: > Hello, > > When you run a Cocoon application, what is the very first servlet that is loaded? > Cocoon gets lauched via the CocoonServlet. take a look at org.apache.cocooon.servlet.CocoonServlet. That is the only servlet that is "exportet"

RE: [OT]; SAX parsing speed

2003-02-28 Thread Jakob Praher
Am Fre, 2003-02-28 um 17.48 schrieb Hunsberger, Peter: > Pier Fumagalli wrote: > > > > "Hunsberger, Peter" <[EMAIL PROTECTED]> wrote: > > > > > Niclas Hedhman wrote: > > >> > > >> I'm playing with the idea of making an attempt at a SAX hardware > > >> accelerator, just for the heck of it, but w

Re: XMLForms code

2003-02-28 Thread Jakob Praher
Am Fre, 2003-02-28 um 14.22 schrieb [EMAIL PROTECTED]: > I have done the example off the site for XMLForms. > Having got this to work i have tried to create a new form. I want to > put a dropdown list in but have no idea what the code is. > > Is coding for XMLForms the same as XForms, so in this

Re: [FYI] M$ Office 2003 and XML

2003-02-27 Thread Jakob Praher
it looks like M$ doesn't want to publish the schema of its xml format, this could be a nightmare to reverse engineer. I think it will be a very complex format ... read more: http://news.com.com/2100-1001-977880.html Am Don, 2003-02-27 um 06.34 schrieb Niclas Hedhman: > On Thursday 27 February 20

Re: XMLForm/Flow Integration

2003-02-19 Thread Jakob Praher
looks very interesting. Once I have time again, hopefully soon ;-), I am looking forward to playing with it. thanks -- Jakob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: extending XMLForms for different kinds of models...opinions?

2003-02-16 Thread Jakob Praher
hi all, Am Son, 2003-02-16 um 10.32 schrieb Ugo Cei: > ivelin wrote: > > Ugo, can you can share experience with Hibernate vs. Jakarta OJB, Cayenne > > or another Open Source O/R tool. > > > > There is a reasonably objective comparison here > > http://c2.com/cgi-bin/wiki?ObjectRelationalToolCompa

Re: XMLForms prepare/perform nothrow

2003-02-13 Thread Jakob Praher
Am Don, 2003-02-13 um 19.17 schrieb Jeroen Cranendonk: > > Am Don, 2003-02-13 um 17.20 schrieb Jeroen Cranendonk: > > > Our company is currently building a project around cocoon(yay:) and > xmlforms. > > > We are using the current development cvs version. > > > Working on this it occured to me that

Re: XMLForms prepare/perform nothrow

2003-02-13 Thread Jakob Praher
Am Don, 2003-02-13 um 17.20 schrieb Jeroen Cranendonk: > Our company is currently building a project around cocoon(yay:) and xmlforms. > We are using the current development cvs version. > Working on this it occured to me that the prepare and perform methods of > the AbstractXMLFormAction class don

Re: [XMLForm] Found my problem - Howto resolve this in general?(BUG)

2003-02-13 Thread Jakob Praher
r a project I do with XMLForms. btw: I think it is great. -- Jakob > > > > -=Ivelin=- > ----- Original Message - > From: "Jakob Praher" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, February 12, 2003 2:37 PM > Sub

[XMLForm] Found my problem - Howto resolve this in general? (BUG)

2003-02-12 Thread Jakob Praher
hi all, did some hard core research, and found the following bug in the XMLFormTransformer.java: the "unrolling" of the "recorded" tags like "itemset" and "repeat" is only done if: class XMLFormTransformer { ... Object _value ; ... ... void unrollItemSetTag( DocumentFragment aFragment )

Re: [XMLForm] xf:itemset how to do it?

2003-02-12 Thread Jakob Praher
Am Mit, 2003-02-12 um 18.20 schrieb Sylvain Wallez: > Jakob Praher wrote: > > >hi all, > >or shall I say, hi noone? > > > >... hopefully this one will be answered ... > > > >allthough I have done it like in the samples, I have some problems > >ge

[XMLForm] xf:itemset how to do it?

2003-02-12 Thread Jakob Praher
hi all, or shall I say, hi noone? ... hopefully this one will be answered ... allthough I have done it like in the samples, I have some problems getting xf:itemset bound to existing values of the model. here's the story: class MyBean { Map allLanguages; MyBean(

action gets configured and disposed 2x for one service

2003-02-11 Thread Jakob Praher
hi all, in my previous mail I mentioned that I wanted to check for processing events. so I wrote a little action, that implements Disposable and logged the events in a separate logkit file. now for one request/response cycle I get the following logs: DEBUG (2003-02-11) 11:00.32:992 [oegampg

processing (lifecycle) events

2003-02-11 Thread Jakob Praher
hi all, it would be somehow great, to get notified, when Cocoon.process, starts and finishes its work. I need to acquire resources for a processing phase and then would like to automatically release it at processing end. Is there a clean way to do this now (having looked at the sources, I haven'

Re: cocoon blocks and some questions, xml modularization

2003-01-31 Thread Jakob Praher
Am Fre, 2003-01-31 um 09.50 schrieb Nicola Ken Barozzi: thanks for your answers, mine are inlined > > IV) > > What time frame do you have for implementing cocoon blocks? > > ASAP ;-) great ;-) - let's start *gg* > > We are going in "baby steps", you are welcome to help in either or both

Re: [article] xml.com: XML Forms, Web Services and Apache Cocoon

2003-01-31 Thread Jakob Praher
Am Fre, 2003-01-31 um 07.52 schrieb Ivelin Ivanov: > XML Forms, Web Services and Apache Cocoon > http://www.xml.com/pub/a/2003/01/29/cocoon-xforms.html?page=last#thread > thanks, interesting read. > > -=Ivelin=- > > > - > To u

cocoon blocks and some questions, xml modularization

2003-01-31 Thread Jakob Praher
hi, I was reading through the http://wiki.cocoondev.org/Wiki.jsp?page=BlocksDefinition wiki page, which is a very interesting read. There are some questions which have come to my mind: I) One of the things that interests me, is how you want to manage specifications of xslts? You have to ensure

cocoon blocks and some questions, xml modularization

2003-01-30 Thread Jakob Praher
hi, I was reading through the http://wiki.cocoondev.org/Wiki.jsp?page=BlocksDefinition wiki page, which is a very interesting read. There are some questions which have come to my mind: I) One of the things that interests me, is how you want to manage specifications of xslts? You have to ensure

cocoon.xconf component-selector and Composable

2002-12-27 Thread Jakob Praher
hi all, first of all: happy holidays! I am working on extending xmlforms to be able to plug in formlifecycelisteners. for simplicity's sake I use a component-selector right now for registering the listeners. I know that there is a CocoonComponentManager which is, as I found out, allocated on a

Re: howto add custom roles

2002-12-22 Thread Jakob Praher
Am Sam, 2002-12-21 um 18.17 schrieb Martin Holz: > Jakob Praher <[EMAIL PROTECTED]> writes: > > > Am Sam, 2002-12-21 um 11.56 schrieb Jakob Praher: > > > hi, > > > > > > the default RoleConfiguration ist in > > > cocoon.jar!org/apache/cocoon/

Re: [Proposal] XMLForm: Data Provider

2002-12-22 Thread Jakob Praher
hi Ivelin, hi Christian, hi Michael, have you looked at my last mail about the introduction of xforms model item properties (only the calculate) for calculating depending data and linked instances. it's called "[Proposal] XForm with linking and model item properties" is anybody working on some

Re: howto add custom roles

2002-12-21 Thread Jakob Praher
Am Sam, 2002-12-21 um 11.56 schrieb Jakob Praher: > hi, > > the default RoleConfiguration ist in > cocoon.jar!org/apache/cocoon/cocoon.roles. > is there any other way to add role shorthands? > my fault. custom roles are inserted by the xconf ant task. > where for instance

howto add custom roles

2002-12-21 Thread Jakob Praher
hi, the default RoleConfiguration ist in cocoon.jar!org/apache/cocoon/cocoon.roles. is there any other way to add role shorthands? where for instance is the authentication-manager role declared (can't find id in the cocoon.roles)? thanks -- Jakob

[Proposal] XForm with linking and model item properties WAS:Re:[Proposal] XMLForm: Data Provider

2002-12-20 Thread Jakob Praher
could get quite tricky. I will experiment with them a bit. any ideas on this are appreciated. thanks -- Jakob Am Don, 2002-12-19 um 11.04 schrieb Konstantin Piroumian: > From: "Konstantin Piroumian" <[EMAIL PROTECTED]> > > From: "Jakob Praher" <[EMAIL PROTEC

[Proposal] XForm with linking and model item properties WAS:Re:[Proposal] XMLForm: Data Provider

2002-12-20 Thread Jakob Praher
could get quite tricky. I will experiment with them a bit. any ideas on this are appreciated. thanks -- Jakob Am Don, 2002-12-19 um 11.04 schrieb Konstantin Piroumian: > From: "Konstantin Piroumian" <[EMAIL PROTECTED]> > > From: "Jakob Praher" <[EMAIL PROTEC

Re: [Proposal] XMLForm: Data Provider

2002-12-19 Thread Jakob Praher
Am Don, 2002-12-19 um 10.07 schrieb Konstantin Piroumian: > From: "Jakob Praher" <[EMAIL PROTECTED]> > > > hi Ivelin, > > hi all, > > > > for the last project I used a self-brewed, but kind-a grown, form > > handling mechanism. > > > &g

Re: XMLForm: FormModel lifecycle interception

2002-12-19 Thread Jakob Praher
Am Don, 2002-12-19 um 10.39 schrieb Konstantin Piroumian: > From: "Jakob Praher" <[EMAIL PROTECTED]> > > > hi all, (again) > > > > [ hope that someone reads my previous post ... ] > > Don't worry about it even if you don't get any respo

XMLForm: FormModel lifecycle interception

2002-12-18 Thread Jakob Praher
hi all, (again) [ hope that someone reads my previous post ... ] I would like to intercept the lifecycle of the Form Model object. if I understand the architecture right, then the Action (which extends AbstractXMLFormAction), when started creates a new Form instance and stores it in the request

XMLForm: FormModel lifecycle interception

2002-12-18 Thread Jakob Praher
hi all, (again) [ hope that someone reads my previous post ... ] I would like to intercept the lifecycle of the Form Model object. if I understand the architecture right, then the Action (which extends AbstractXMLFormAction), when started creates a new Form instance and stores it in the request

[Proposal] XMLForm: Data Provider

2002-12-18 Thread Jakob Praher
hi Ivelin, hi all, for the last project I used a self-brewed, but kind-a grown, form handling mechanism. now I'm going to use Cocoon XMLForms, because the more people use it the better it gets ( instead of inventing the wheel again ) and I like its closeness towards w3c/xmlforms. now to my idea:

RE: Wyona / Xopus

2002-03-09 Thread Jakob Praher
Am Fre, 2002-03-08 um 14.48 schrieb [EMAIL PROTECTED]: > > Just lurking... but I think I have a lead for an XForms > (http://www.w3.org/MarkUp/Forms/) implementation that might be > donation-to-apache material. Are people interested? this is a great idea. > > Also, XForms just went into last c