Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 5299 invoked from network); 12 Aug 2004 12:33:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Aug 2004 12:33:00 -0000 Received: (qmail 62078 invoked by uid 500); 12 Aug 2004 12:32:48 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 62027 invoked by uid 500); 12 Aug 2004 12:32:48 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 62011 invoked by uid 99); 12 Aug 2004 12:32:48 -0000 X-ASF-Spam-Status: No, hits=4.7 required=10.0 tests=DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS,FORGED_RCVD_HELO,HTML_50_60,HTML_BADTAG_30_40,HTML_IMAGE_ONLY_08,HTML_MESSAGE,HTML_NONELEMENT_30_40,MIME_HTML_NO_CHARSET,RCVD_BY_IP,SPF_PASS X-Spam-Check-By: apache.org Received: from [202.144.76.20] (HELO sifyr2.maa.sify.net) (202.144.76.20) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 12 Aug 2004 05:32:46 -0700 Received: (sifymail 17458 invoked by uid 5012); 12 Aug 2004 17:59:54 +0530 Received: from 202.144.76.20 (HELO SifyMail1.1) (202.144.76.20) by 202.144.76.20 with SMTP; 12 Aug 2004 17:59:54 +0530 Received: (qmail 5465 invoked by uid 7002); 12 Aug 2004 17:59:54 +0530 Received: from 202.144.76.18 (HELO SifyMail1.0) (202.144.76.18) by 0 with SMTP; 12 Aug 2004 17:59:54 +0530 Received: (qmail 5461 invoked from 210.210.124.224 by host smwp01 by uid 99); 12 Aug 2004 17:59:54 +0530 To: users@cocoon.apache.org Subject: java Message-ID: <1092313794.411b62c22401e@smwp01.maa.sify.net> Date: Thu, 12 Aug 2004 17:59:54 +0500 (IST) From: Jones A MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="-MOQ1092313794ab9bc8cd67f20fd6491f34e7b7780660" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ---MOQ1092313794ab9bc8cd67f20fd6491f34e7b7780660 Content-Type: text/plain Content-Transfer-Encoding: 8bit Can i have this in a flowscript: import java.io.*; String str= "welcome"; if (str!=null) System.out.println("Match"); ............. ............. Or in other words is it possible to have pure java code and call it from sitemap? ---MOQ1092313794ab9bc8cd67f20fd6491f34e7b7780660 Content-Type: text/html Content-Transfer-Encoding: 8bit Can i have this in a flowscript: import java.io.*; String str= "welcome"; if (str!=null) System.out.println("Match"); ............. ............. Or in other words is it possible to have pure java code and call it from sitemap? ---MOQ1092313794ab9bc8cd67f20fd6491f34e7b7780660--