Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 47190 invoked from network); 2 Jul 2007 19:47:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2007 19:47:33 -0000 Received: (qmail 11040 invoked by uid 500); 2 Jul 2007 19:47:34 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 10977 invoked by uid 500); 2 Jul 2007 19:47:34 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 10966 invoked by uid 99); 2 Jul 2007 19:47:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 12:47:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of joerg.heinicke@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 02 Jul 2007 12:47:31 -0700 Received: (qmail invoked by alias); 02 Jul 2007 19:47:09 -0000 Received: from p549D19A8.dip0.t-ipconnect.de (EHLO [192.168.178.20]) [84.157.25.168] by mail.gmx.net (mp003) with SMTP; 02 Jul 2007 21:47:09 +0200 X-Authenticated: #3483660 X-Provags-ID: V01U2FsdGVkX187reIOAO07/ZNCKf3/zMeiLJ5QrIOeSh7o+1WK2M HcGBQr2XW/RlNm Message-ID: <4689569D.4040904@gmx.de> Date: Mon, 02 Jul 2007 21:48:45 +0200 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2 MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: cocoon 2.2 - some more questions References: <11382520.post@talk.nabble.com> <11400315.post@talk.nabble.com> In-Reply-To: <11400315.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org On 02.07.2007 21:39, xweber wrote: > is it possible to call java directly from sitemap.xmap - so that "java" is > the flow language? I looked up in the docs but did not find something like > that. If its possible - is the a docs like it is for flowscript? Yes, there is a Java equivalent for flow script. It's mostly called javaflow. The API should actually be the same. I'm not aware of some documentation. But a search on both lists should reveal some comparisons. Joerg