RE: [CocoonInAction] Opening announce

2005-04-14 Thread Adam Ratcliffe
ppy to move the content there. > > Bye, Helma > > > -Original Message- > > From: Adam Ratcliffe [mailto:[EMAIL PROTECTED] > > Sent: Thursday, 14 April 2005 23:59 > > To: dev@cocoon.apache.org; Sebastien Arbogast > > Subject: RE: [CocoonInAction] Opening announce &

RE: [CocoonInAction] Opening announce

2005-04-14 Thread Adam Ratcliffe
Hi Sebastien As this is a cocoon-focused effort why not a cocoon-based CMS such as Daisy http://cocoondev.org/daisy/index.html?? Cheers Adam > -Original Message- > From: Sebastien Arbogast [mailto:[EMAIL PROTECTED] > Sent: Friday, 15 April 2005 6:38 a.m. > To: dev@cocoon.apache.org; Coco

[job] Cocoon Developer Position in New Zealand

2005-02-23 Thread Adam Ratcliffe
My company GeoSmart, www.geosmart.co.nz, is looking to hire another developer to work on the development of our Location Based Services platform. Our software provides intelligent mapping and routing services through multiple channels and to multiple devices. The system is, of course, implemented u

Images not cached by IE if using ImageReader without expires parameter

2005-01-26 Thread Adam Ratcliffe
I've just resolved an issue I had with images loaded by a _javascript_ preloader not being cached by Internet Explorer, the images are produced in a Cocoon pipeline that uses the ImageReader.   The problem is with the 'Vary' response header that is set by the reader if the 'expires' paramete

RE: [SOT] SingleThreaded components vs. Singletons

2004-12-12 Thread Adam Ratcliffe
I'm using the turbine-fulcrum security library http://jakarta.apache.org/turbine/fulcrum/fulcrum-security-site/index.html, this makes uses of an Avalon Hibernate wrapper. I'm not sure if this component is actively maintained any longer as it has been deleted from the HibernateExt repository, howev

RE: rich clients in Flash with Cocoon?

2004-10-08 Thread Adam Ratcliffe
>We could in theory have a couple 100 different SWF's many of >which are slight variations on each other. We'd generate the >Laszlo source for them from Cocoon, customized for each user >as needed and then send the resultant compiled SWF over to the >client. Those SWF would then hang around o

RE: rich clients in Flash with Cocoon?

2004-10-07 Thread Adam Ratcliffe
This sounded to me like they were using Cocoon as an XML data source for binding to a Laszlo dataset requiring no integration of the technologies. While a Laszlo serializer would certainly be interesting I imagine that recompiling the SWF for each request would hurt performance. One of the key ad

Updating a patch

2004-09-25 Thread Adam Ratcliffe
Title: Message Hi,   I need to update the patch that I submitted for flow/web services integration, http://issues.apache.org/bugzilla/show_bug.cgi?id=31359   Should I create a new attachment for the existing bug, or create a new bug?   Regards Adam

Calling Web Services from Flow

2004-09-20 Thread Adam Ratcliffe
Title: Message Hi,   I've put together an implementation of Luke Hubbard's RT on calling web services from the flow layer. The code is available from http://wiki.apache.org/cocoon/FlowAndWebServices if you're interested in taking a look.   The impetus for getting this going came from an ap

Accessing the 'work-directory' parameter from an Avalon component

2004-09-15 Thread Adam Ratcliffe
Title: Message Hi,   I have an Avalon component that I create in my flowscript that needs to access the 'work-directory' servlet parameter, I imagine this is available via a context object of some sort.   An snippet of code showing how to get the appropriate context would be really helpf

Accessing the 'work-directory' parameter from an Avalon component

2004-09-15 Thread Adam Ratcliffe
Title: Message Hi,   I have an Avalon component that will be created in the flow layer that needs to access the 'work-directory' servlet parameter, I imagine this is available via a context object of some sort.   A snippet of code showing how to get the appropriate context would be rea

RE: Best practice for database access in flow layer

2004-06-29 Thread Adam Ratcliffe
: Stephan Coboos [mailto:[EMAIL PROTECTED] Sent: Sunday, 27 June 2004 8:05 p.m. To: [EMAIL PROTECTED] Subject: Re: Best practice for database access in flow layer Adam Ratcliffe wrote: >I'm looking for a little direction on the most appropriate way to >access a database from the flo

Best practice for database access in flow layer

2004-06-26 Thread Adam Ratcliffe
Title: Message I'm looking for a little direction on the most appropriate way to access a database from the flow layer.My application requires read-only access to the database only so an O/R type approach would probably beoverkill. What I would like to do in the flow layer is something l

Best practice for database access in flow layer

2004-06-26 Thread Adam Ratcliffe
Title: Message I'm looking for a little direction on the most appropriate way to access a database from the flow layer. function searchCategories(locType, class1, class2) {    var categories = Search.searchCategories(locType, class1, class2);    if(categories != null) { // if search retur

RE: Custom Transformer: attributes lost when serialized XML recording

2004-06-18 Thread Adam Ratcliffe
16 June 2004 12:10 a.m. To: [EMAIL PROTECTED] Subject: Re: Custom Transformer: attributes lost when serialized XML recording Adam Ratcliffe wrote: >I have a custom transformer that extends AbstractSaxTransformer for >making XML-RPC calls. It extracts a method call element from an input >docu

RE: Custom Transformer: attributes lost when serialized XML recording

2004-06-14 Thread Adam Ratcliffe
attribute to be passed through. I'm still not seeing the namespace attribute when I output the document fragment from endSerializedXMLRecording(). Any ideas? Cheers Adam -Original Message----- From: Adam Ratcliffe [mailto:[EMAIL PROTECTED] Sent: Tuesday, 15 June 2004 11:03 a.m. To: [

Custom Transformer: attributes lost when serialized XML recording

2004-06-14 Thread Adam Ratcliffe
I have a custom transformer that extends AbstractSaxTransformer for making XML-RPC calls. It extracts a method call element from an input document and sends this to the remote service for processing. My problem is that when I use the startSerializedXMLRecording() method from AbstractSaxTransforme