RE: Cocoon Developers Handbook: Problems with Sample Code

2003-03-06 Thread Jeremy Aston
Hi Derek,   I've prompted Lajos (whose code it is) to take a look but if he is unable I will check it out as soon as I can in the few hours and let you know.   rgds   Jeremy Aston -Original Message-From: Derek Hohls [mailto:[EMAIL PROTECTED]Sent: 06 March 2003 08:04To: [

RE: Cocoon Job opps in Frankfurt, Germany

2003-01-28 Thread Jeremy Aston
> > On Tuesday 28 January 2003 22:32, Jeremy Aston wrote: > > The UK rate has dropped significantly. You are really looking > at something > > like £35-£40 per hour (as opposed to £60-£70 ph in the past couple of > > years. $500ph is v. reasonable. > > Not ph,

RE: Cocoon Job opps in Frankfurt, Germany

2003-01-28 Thread Jeremy Aston
trange that I did a search on gulp.de and monster.de for Cocoon > and came up > empty. Where are you guys hearing about these contracts? > > -- Robert > > ----- Original Message - > From: "Jeremy Aston" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>

RE: Cocoon Job opps in Frankfurt, Germany

2003-01-28 Thread Jeremy Aston
! jez > -Original Message- > From: Niclas Hedhman [mailto:[EMAIL PROTECTED]] > Sent: 28 January 2003 05:13 > To: [EMAIL PROTECTED] > Subject: Re: Cocoon Job opps in Frankfurt, Germany > > > On Tuesday 28 January 2003 09:20, Jeremy Aston wrote: > > Hi, > > &

Cocoon Job opps in Frankfurt, Germany

2003-01-27 Thread Jeremy Aston
Hi, I keep seeing ads for contractors based in Frankfurt on a UK based job site... http://www.it.jobserve.com/jobserve/searchresults.asp?jobType=*&d=5&order=Ra nk&page=1&q=cocoon I have tried to get in there as a UK based person (and Cocooon book co-author) but the company are 100% set on having

RE: Cocoon is too complex for consumption?

2003-01-25 Thread Jeremy Aston
There are good reasons why ctwig is hidden now, mainly because it fell out of step with documentation as that moved on. I have intended for sometime to update the stuff so that it can go back into the "mainstream" examples but it has had to drop down my priority list for various reasons. Having s

Sharing components between Cocoon and servlets

2003-01-23 Thread Jeremy Aston
Hi, I am looking to get some more documentation together on integrating servlets and Cocoon and would like to know if anyone has got any production experience of sharing contexts and thus components. I want to have a servlet running in the same web app context as Cocoon and have access to the sam

Re: cocoon book [was: pdf problem]

2003-01-07 Thread Jeremy Aston
Wrox do another excellent XSLT book - "Beginning XSLT" which I thoroughly recommend for even quite experienced XSLT coders. It has loads of best practice and well worked examples. There is a link from my site (http://www.pigbite.com) Best regards Jeremy P.S. (said in complete side whisper)

Re: How to declare the template in the xml code?

2003-01-06 Thread Jeremy Aston
Hi Hans, This is precisly what the pipeline/sitemap model in C2 seeks to avoid. Hardcoding the stylesheet to use in the XML file ties presentation to content and is generally considered bad practice. I appreciate that you may have a particualar situation that you feel merits your approach so per

[ANNOUNCEMENT] Cocoon Developers Handbook Available

2002-12-18 Thread Jeremy Aston
Lajos Moczar and myself are pleased to let the community know that our book, the Cocoon Developer's Handbook, is now available. It has been published by Sams (http://www.sams.com) and is available from their website as well as all the usual suspects like Amazon, Barnes and Noble etc. The book cov

Re: Cocoon Cobundle ? Please!

2002-11-22 Thread Jeremy Aston
Hi Guys, My scribbling friend Lajos Moczar has his Az platform which is along the lines you describe. You can find out more from http://www.galatea.com/az/home. Hope this goes a little way to helping. Regards Jeremy --- John Gianola <[EMAIL PROTECTED]> wrote: > I'm brand new to Cocoon (3 we

Re: newbie

2002-11-20 Thread Jeremy Aston
Hi José, The simplest way to get a basic app up and running is by putting it under mount. As for simple examples... Without wanting to sound like I am fobbing you off (;-)) there is plenty of stuff in the documentation and sample apps (e.g. the Hello World stuff) that demonstrates basic principl

Re: London Cocoon users

2002-10-24 Thread Jeremy Aston
Hi Alex, This is of interest to me. Are you thinking of a once a month affair? Also, are you interested in knowing what preferences are for days of the week? Regards Jeremy --- Alex McLintock <[EMAIL PROTECTED]> wrote: > Hi folks, > > Are there any London based Cocoon users on this list > w

Re: Uploading to a network directory

2002-10-01 Thread Jeremy Aston
Hi Tuomo, Is the other server accessible via a UNC path? If so I have a FileUploadAction that allows the upload of files to a named folder so that *should* work. I am sure it would work over networks maps if not. It works by renaming the file that the inhernet file upload Cocoon function handl

RE: Possible Entity Resolving Bug

2002-09-08 Thread Jeremy Aston
shed any light on this please? ta jez -Original Message- From: Jeremy Aston [mailto:[EMAIL PROTECTED]] Sent: 08 September 2002 03:46 To: Cocoon-Users Subject:Possible Entity Resolving Bug

RE: Possible Entity Resolving Bug

2002-09-08 Thread Jeremy Aston
0//ES http://www.w3.org/TR/REC-html40/strict.dtd 1024 Is this correct? Antonio Gallardo El Sábado, 07 de Septiembre de 2002 20:45, Jeremy Aston escribió: > Hi, > > I have been doing some work with entity catlogs and hav

Possible Entity Resolving Bug

2002-09-07 Thread Jeremy Aston
Hi, I have been doing some work with entity catlogs and have noticed some interesting behaviour. It appears system ids are being ignored if used with a DOCTYPE declaration, only public ids are picked up. I can successfully map something like: http://www.pigbite.com/dtd/person.dtd";> using an

Re: Installing mysql JDBC Driver

2002-08-29 Thread Jeremy Aston
Oh yeah, I forgot you might want to try extracting the jar into WEB-INF classes to see if that makes a difference.  If that works I don't know what it should be able to get the class from classes and not inside the JAR... jez   Jeremy Aston <[EMAIL PROTECTED]> wrote: Hi Jessica, L

Re: Installing mysql JDBC Driver

2002-08-29 Thread Jeremy Aston
Hi Jessica, Looks OK and you should be able to run the hsqldb driver as well.  I have had no problems with mySQL on 2.0.3 and JDK 1.4 so you could try that.  You could also comment out all the other driver references and the other pools to check there are no conflicts.  I'm not sure that any of th

Re: Installing mysql JDBC Driver

2002-08-28 Thread Jeremy Aston
Hi Jessica, You should have something like this in web.xml       load-class    org.gjt.mm.mysql.Driver      and something like this in cocoon.xconf           jdbc:mysql://127.0.0.1/databasename  root        If there are no config problems then post your web.xm

Fwd: SourceWriterTransformer problems

2002-05-20 Thread Jeremy Aston
No response as yet on the dev list at the mo so here's a xpost to users... Thanks jez   Jeremy Aston <[EMAIL PROTECTED]> wrote: Reply-to: [EMAIL PROTECTED]Date: Mon, 20 May 2002 12:04:47 +0100 (BST)From: Jeremy Aston <[EMAIL PROTECTED]>Reply-to: [EMAIL PROTECTED]Subject: Source

Re: version 2.1-dev & JDK1.4 & Oracle 9i JDBC

2002-05-17 Thread Jeremy Aston
 Hi Paul, There is a problem with JDK1.4 and conn pooling since the Avalon Excalibur components are compiled against JDK 1.3.  I have in the past day compiled a JDK 1.4 version which I recommend you try.  You can get it from http://www.pigbite.co.uk/avalon-excalibur.jar.  FYI There has been a numbe

JDK1.4 & Connection pooling

2002-05-16 Thread Jeremy Aston
Hi, After hitting the infamous database connection pool problem with JDK1.4 I've been trawling through the lists to try and resolve it.  I couldn't really tell what the most current situation is so I ended up compiling the latest CVS excalibur HEAD against 1.4 and that works like a dream.  I'm on W

RE: File Upload using action or any other approach

2002-04-16 Thread Jeremy Aston
Hi Chiths Just in case you missed my posting please see the following on cocoon-dev - http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=101878098524370&w=2 . It basically does what you want. I am tidying the code up and adding some extra bits for my own purposes but the code works. If you want

Re: File Upload using action or any other approach

2002-04-16 Thread Jeremy Aston
Chaps See the thread on cocoon-dev over the last weekend about "file ipload" (my typo). A sample action was posted which I know works. I am tidying the code up for posting over the next day or two. Cheers Jez --- Olivier Rossel <[EMAIL PROTECTED]> wrote: > > > > > >> Hello? > >> > >>

RE: Is anyone working on a book? Was: Why isn't Cocoon making into the commerical world?

2002-04-05 Thread Jeremy Aston
Actually this book is being written by myself. For one reason or another the listing on Amazon was a false start but things are moving along quite nicely now - teething baby allowing! Hopefully we will see it in the later summer/early autumn. Best regards, Jeremy -Original Message- Fr

C2 Books (was RE: Zope vs. Cocoon)

2002-02-25 Thread Jeremy Aston
Hi all, I'm pleased to be able to augment this great news with news of a book to be published by Sams (www.samspublishing.com) entitled the Apache Cocoon Developers Handbook, ISBN 0672322579. This title has been through the mill a little but is on track for publishing in a similar timeframe. I

RE: Honours project

2002-01-27 Thread Jeremy Aston
Sally,   You can get the chapter from http://www.oreilly.com/catalog/javaxml/chapter/ch09.html howver please bear in mind this was written for Cocoon 1 which was pretty different in almost every way to Cocoon 2.  It does touch on the sitemap but if you are looking at more detail or want to w

RE: develop content management system

2002-01-16 Thread Jeremy Aston
Good points. As it can take a while to get a sourceforge project going 'cos of the approval process then Yahoo would be a good place to start, get a proj name, do the fundamental scoping and get the sf request done in parallel. As you say - let's at least get these discussions off c-users jez

RE: Logicsheet woes

2002-01-03 Thread Jeremy Aston
he examples in ctwig work and are there to be used as a skeleton if you want something proven to test. Regards Jeremy   Sharat Koya <[EMAIL PROTECTED]> wrote: Yeah quite sure J   -Original Message-From: Jeremy Aston [mailto:[EMAIL PROTECTED]] Sent: Thursday, 03 January 2002

RE: Logicsheet woes

2002-01-03 Thread Jeremy Aston
Hi, Might sound patronising, but are you including the player-info namespace attribute in the actual xsp file that calls the logicsheet? Regards Jeremy   [EMAIL PROTECTED] wrote: Does anyone have a simple logicsheet skeleton code and instructions ofhow to test it please? I keep can't seem to get

RE: [c2] Lost in sub-folders

2001-11-20 Thread Jeremy Aston
t folder of the web-site     with best wishesAlexander Kachanov -Original Message-From: Jeremy Aston [mailto:[EMAIL PROTECTED]]Sent: 20 íîÿáðÿ 2001 ã. 21:40To: [EMAIL PROTECTED]Subject: Re: [c2] Lost in sub-folders Alex, What map:matches do you have in your sitemap to cope with thi

Re: [c2] Lost in sub-folders

2001-11-20 Thread Jeremy Aston
Alex, What map:matches do you have in your sitemap to cope with this? Regards Jeremy   Alex Kachanov <[EMAIL PROTECTED]> wrote: When I have the following files structure everything works fine:index.xmlnews.xmlproducts.xmlbut when I move files to subfolders like:/index.xml/products/index.xml/news/

RE: how to get Cocoon to work in Tomcat

2001-11-17 Thread Jeremy Aston
Hi Fook Sheng, Best place to look is in the docs - lots of info there! The mail archives for this list has loads of stuff as well for both tc3 and 4. Try http://marc.theaimsgroup.com/?l=xml-cocoon-users and search away. Regards Jeremy -Original Message- From: Chan Fook Sheng (CAPL) [m

RE: .NET vs. Cocoon

2001-11-16 Thread Jeremy Aston
Hi Jeremy (top name btw ;-))   As other posters have pointed out .NET (ASP at the mo really) is not a framework in the way C2 is hence you are not really comparing like to like.  No doubt you could build a .NET version of Cocoon but as far as I can see most ASP apps have one big problem tha

Transformed Includes - Best practice?

2001-11-09 Thread Jeremy Aston
Sorry about the cross post - I'm not sure which list this is most applicable to as it could involve enhancements to C2. I am used to using XML for providing application level config information. What I am wondering is what the concensus is for best practice when handling these with C2 - particuar

RE: Unable to install cocoon

2001-11-08 Thread Jeremy Aston
Hi Amit,   The C2 documentation covers this pretty well in two places - one under the install info and also under the cTwIG idiots guide link, which has a bit more detail about configuring with Tomcat.   Regards   Jez -Original Message-From: amit sharma [mailto:[EMAIL PROTECTED

RE: Getting request values back after a FormValidation

2001-11-08 Thread Jeremy Aston
n the provided c2 apache stylesheet. I've just added an extra match in mine called "password" to handle a "password" type input box. Apologies once again for the dumb question - I was just too tired to see beyond my stupidity... HTH someone else now! jez -----Orig

Re: AW: Help! How can I call my xsp page from HTML document?

2001-10-25 Thread Jeremy Aston
gh there's a modul mod_jk under Apachethat can take this task (I mean communication between Apache and Tomcat)and I'm going to test it.Thanks one more time!Regards,Viktor-----Ursprüngliche Nachricht-Von: Jeremy Aston [mailto:[EMAIL PROTECTED]]Gesendet: Mittwoch, 24. Oktober 2001 18:27An

Re: Help! How can I call my xsp page from HTML document?

2001-10-24 Thread Jeremy Aston
Hi Victor, Do you mean something like the following anchor tag in your html page? call xsp Or is it something else? Regards Jeremy   "Skladov, Victor" <[EMAIL PROTECTED]> wrote: Hi, people!My Apache Server runs on port 8080, Cocoon2 on port 8091. How can Icall my xsp page from a HTML document?Mus

RE: HOW to transform HTML file from XSP file

2001-10-19 Thread Jeremy Aston
ransform" version="1.0">   It worked for me.   Regards   Jeremy -Original Message-From: sergi [mailto:[EMAIL PROTECTED]]Sent: 18 October 2001 12:24To: [EMAIL PROTECTED]Subject: RE: HOW to transform HTML file from XSP file ok ;-) -----Original Me

RE: Cocoon 2: Where to put xml/xsl files to?

2001-10-19 Thread Jeremy Aston
Hi Alexander, You have to configure the sitemap to pick up your files. The cTwIG idiots guide has some basic examples. You can find it at http://www.pigbite.co.uk/ctwig/index.html. HTH. Jez [EMAIL PROTECTED] -Original Message- From: Alexander Schatten [mailto:[EMAIL PROTECTED]] Sent:

Re: Cocoon 1 / Cocoon 2

2001-10-03 Thread Jeremy Aston
Hi Vincent, I have some basic examples for XML/XSL/Logicsheets which demonstrate the fundamentals of the sitemap.  You can see these on the C2 Idiots Guide - cTwIG - at http://www.pigbite.co.uk/ctwig/index.html.  There are some links from there to more resources as well. Hope this helps a little.

RE: Newbie: Problems with install (C2)

2001-10-02 Thread Jeremy Aston
Sorry Eduardo but I not familiar with the specific exception you are getting however you shouldn't have a problem with 3.2.3. Are you installing from the zip/gz package or from compiling from CVS? If it is the former then following the instructions in the docs worked for me first time. I have w

Re: cTwIG Update (was RE: C2 Stylesheet, logicsheet and content)

2001-09-27 Thread Jeremy Aston
Hi Michael, Doh!  Is there any other documentation that you are working on that could be useful on ctwig? Regards Jeremy   Michael Bierenfeld <[EMAIL PROTECTED]> wrote: Jeremy Aston wrote:> > Just to advise that I have added examples similar to the ones in this thread> to

cTwIG and TC4

2001-09-26 Thread Jeremy Aston
Hi I note that may people are having issues with TC4 installations. At them moment my notes only cover TC3.2.3 so are not helping many of these people. I would love to add TC4 notes in but am stuggling time wise. If you want to help then I would be more than please to hear from you. For more i

cTwIG Update (was RE: C2 Stylesheet, logicsheet and content)

2001-09-26 Thread Jeremy Aston
Just to advise that I have added examples similar to the ones in this thread to the cTwIG site (www.pigbite.co.uk/ctwig/index.html) under the Transformations pages . Best regards Jez -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Bierenfeld Sen

RE: simple logicsheet question (+doc volunteering)

2001-09-26 Thread Jeremy Aston
Aurelien, You do not need to use those commands as they are C1 specific. I am just completing a set of examples for C2 and by coincidence there has been some a thread (C2 Stylesheet, logicsheet and content) in the past day which has similar example code. cTwIG shall be updated in the next few h

ctwig update

2001-09-24 Thread Jeremy Aston
Just a quick note to advise that cTwIG - the C2 Idiots Guide - has been converted from raw HTML to xdocs format. The result of this is that the url has slightly changed to http://www.pigbite.co.uk/ctwig/index.html. index.htm will continue to work but please update any links/favorites as this migh

RE: Idiots Guide - Site Released!

2001-09-24 Thread Jeremy Aston
Please see http://www.pigbite.co.uk/ctwig/index.htm. Regards Jeremy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Antony Stace Sent: 24 September 2001 02:50 To: [EMAIL PROTECTED] Subject: Re: Idiots Guide - Site Released! Where is this web site? Ar

Idiots Guide - Site Released!

2001-09-23 Thread Jeremy Aston
pportive comments so far. I hope the above meets someones needs other than my own. BTW - if you find any dodgy links/typos etc please excuse me and let me know because I really have done this in a rush! Regards Jeremy Aston _ Do You Ya

More C2 Idiots Guide Requests

2001-09-21 Thread Jeremy Aston
Apologies for being so dim, but... Further to my post on basic C2 XML/XSL deployment I have sucessfully got XML/XSL transformations going. I am now trying to do a simple XSP/XSL transformation and hitting problems. The XSP page is (code.xsp): http://www.apache.org/1999/XSP/Core"; >