Return-Path: Delivered-To: apmail-wicket-dev-archive@www.apache.org Received: (qmail 89418 invoked from network); 16 Nov 2010 13:35:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Nov 2010 13:35:13 -0000 Received: (qmail 50169 invoked by uid 500); 16 Nov 2010 13:35:44 -0000 Delivered-To: apmail-wicket-dev-archive@wicket.apache.org Received: (qmail 50075 invoked by uid 500); 16 Nov 2010 13:35:44 -0000 Mailing-List: contact dev-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@wicket.apache.org Delivered-To: mailing list dev@wicket.apache.org Received: (qmail 50067 invoked by uid 99); 16 Nov 2010 13:35:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 13:35:43 +0000 X-ASF-Spam-Status: No, hits=3.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of roche.jul@gmail.com designates 209.85.160.173 as permitted sender) Received: from [209.85.160.173] (HELO mail-gy0-f173.google.com) (209.85.160.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 13:35:39 +0000 Received: by gyd10 with SMTP id 10so293689gyd.32 for ; Tue, 16 Nov 2010 05:35:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=c6OeM0nEAtx2gpfvP3MRF0TLGxey7sZ0vk7x10ttTXc=; b=r4FWGqO1Ud1SliKiecSw07DwhkW+JnoTzBateEdYkj8wX4i3xNY2hOxVp/CX+rzuw/ lT9gj4kNuXkypdeGkbj2Ofe78Erf2k5w33ZK9ZPW+t9e3KVJwsy2nDAw1iCa9C108oTr aMuSb3yWBE7sT82bHP4x/OXkxUAvKcXSRNUIQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=iSGM0zZcV6IxojaYnJTWPSYCyPJcIaJCJo4yTRLfpQ0qf7WsKzbaRlIR4u5xswwt2F yCLYET12B84AUgLkbOKfOOzQLtdAXxgPXyciuvksDXEw1BQ2cTDu5mcsgGLjQkeStt6N ZlP/CMmQ3kQBTZlKzpYlNC9G2bg8JV5LjlqFI= Received: by 10.42.178.67 with SMTP id bl3mr462262icb.191.1289914515692; Tue, 16 Nov 2010 05:35:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.28.154 with HTTP; Tue, 16 Nov 2010 05:34:55 -0800 (PST) In-Reply-To: References: <4CE1B550.7020807@libero.it> <374CDB0F32AA304888CA833BA1306B770A52E2@x2008mb2.infoblox.com> <7EA0C32E-6BBC-4BF7-9FFE-EA1CE008C626@infoblox.com> <374CDB0F32AA304888CA833BA1306B770A5E4C@x2008mb2.infoblox.com> From: julien roche AKA indiana_jules Date: Tue, 16 Nov 2010 14:34:55 +0100 Message-ID: Subject: Re: Writing Wicket ajax debug output to a file! To: dev@wicket.apache.org Content-Type: multipart/alternative; boundary=90e6ba6e8d727f9c1104952ba009 --90e6ba6e8d727f9c1104952ba009 Content-Type: text/plain; charset=ISO-8859-1 Hi, Maybe with nodejs, you can try to log in a file: http://nodejs.org/ Cheers Julien Roche On Tue, Nov 16, 2010 at 2:31 PM, kugaprakash wrote: > > Hi, > Can you please elaborate? Appreciate your responses. > > Thanks, > Kuga > > On Nov 15, 2010, at 9:45 PM, "Igor Vaynberg-2 [via Apache Wicket]" < > ml-node+3044266-55566088-48825@n4.nabble.com > >> > wrote: > > you can probably use something like google gears and then export it > somehow. > > -igor > > On Mon, Nov 15, 2010 at 8:49 PM, kugaprakash <[hidden > email]> wrote: > > > > > Thanks Igor, Appreciate your response. > > How about writing to a client file system? > > > > Thanks > > Kuga > > > > From: Igor Vaynberg-2 [via Apache Wicket] [mailto:[hidden > email]] > > Sent: Monday, November 15, 2010 8:04 PM > > To: Kugaprakash Visagamani > > Subject: Re: Writing Wicket ajax debug output to a file! > > > > you can replace javascript wicket logging functions with your own that > > tee it to a servlet. > > > > -igor > > > > > > On Mon, Nov 15, 2010 at 6:43 PM, kugaprakash <[hidden > email]> wrote: > > > >> > >> Hi, > >> Thanks a lot for the quick response. > >> > >> We would like to see if we can get ajax output either in server or > client side. This is mainly for our own in-house profiling. > >> > >> Thanks, > >> Kuga > >> > >> On Nov 15, 2010, at 6:28 PM, "[hidden > email] email]> [via Apache Wicket]" > <[hidden email] email]>> wrote: > >> > >> A file on the server or client? All that debug output is generated on > the > >> client. Typically the client isn't allowed to write files. > >> > >> On Mon, Nov 15, 2010 at 9:15 PM, kugaprakash <[hidden > email]>wrote: > >> > >>> > >>> Hi, > >>> Is it feasible to write to the wicket ajax debug output to a file? > >>> > >>> Basically we want to capture the output for evaluating our browser > >>> rendering phase. > >>> > >>> Appreciate your help. > >>> Thanks > >>> Kuga > >>> > >>> > >>> -- > >>> View this message in context: > >>> << > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044144.html?by-user=t&by-user=t > > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044144.html?by-user=t > << > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044144.html?by-user=t&by-user=t&by-user=t > > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044144.html?by-user=t&by-user=t>> > < > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044144.html?by-user=t> > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044144.html > << > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044144.html?by-user=t&by-user=t > > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044144.html?by-user=t > > > >>> Sent from the Forum for Wicket Core developers mailing list archive at > >>> Nabble.com< > http://Nabble.com< > http://Nabble.com?by-user=t>>. > >>> > >> > >> > >> > >> -- > >> Jeremy Thomerson > >> < > http://wickettraining.com?by-user=t<< > http://wickettraining.com?by-user=t&by-user=t&by-user=t> > http://wickettraining.com?by-user=t&by-user=t>>< > http://wickettraining.com?by-user=t>http://wickettraining.com<< > http://wickettraining.com?by-user=t&by-user=t> > http://wickettraining.com?by-user=t> > >> *Need a CMS for Wicket? Use Brix! < *?by-user=t&by-user=t>http://brixcms.org*?by-user=t< *?by-user=t&by-user=t&by-user=t>http://brixcms.org*?by-user=t&by-user=t>> > http://brixcms.org*< *?by-user=t&by-user=t>http://brixcms.org*?by-user=t> > >> > >> > >> ________________________________ > >> View message @ << > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044154.html?by-user=t > > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044154.html > << > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044154.html?by-user=t&by-user=t > > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044154.html?by-user=t>> > < > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044154.html?by-user=t> > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044154.html > << > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044154.html?by-user=t&by-user=t > > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044154.html?by-user=t > > > >> To start a new topic under Forum for Wicket Core developers, email > [hidden email] email]> > >> To unsubscribe from Forum for Wicket Core developers, click here<< > http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1894267&code=a3Zpc2FnYW1hbmlAaW5mb2Jsb3guY29tfDE4OTQyNjd8NjM0MjQ4MjIx&by-user=t > > > http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1894267&code=a3Zpc2FnYW1hbmlAaW5mb2Jsb3guY29tfDE4OTQyNjd8NjM0MjQ4MjIx > << > http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1894267&code=a3Zpc2FnYW1hbmlAaW5mb2Jsb3guY29tfDE4OTQyNjd8NjM0MjQ4MjIx&by-user=t&by-user=t > > > http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1894267&code=a3Zpc2FnYW1hbmlAaW5mb2Jsb3guY29tfDE4OTQyNjd8NjM0MjQ4MjIx&by-user=t > >>. > >> > >> > >> -- > >> View this message in context: < > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044158.html?by-user=t> > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044158.html > << > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044158.html?by-user=t&by-user=t > > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044158.html?by-user=t > > > >> Sent from the Forum for Wicket Core developers mailing list archive at > Nabble.com. > >> > > > > ________________________________ > > View message @ < > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044207.html?by-user=t> > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044207.html > > To start a new topic under Forum for Wicket Core developers, email > [hidden email] > > To unsubscribe from Forum for Wicket Core developers, click here<< > http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1894267&code=a3Zpc2FnYW1hbmlAaW5mb2Jsb3guY29tfDE4OTQyNjd8NjM0MjQ4MjIx&by-user=t > > > http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1894267&code=a3Zpc2FnYW1hbmlAaW5mb2Jsb3guY29tfDE4OTQyNjd8NjM0MjQ4MjIx > >. > > > > > > -- > > View this message in context: < > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044237.html?by-user=t> > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044237.html > > Sent from the Forum for Wicket Core developers mailing list archive at > Nabble.com. > > > > > ________________________________ > View message @ < > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044266.html> > > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044266.html > To start a new topic under Forum for Wicket Core developers, email > ml-node+1894267-324618823-48825@n4.nabble.com > > > > To unsubscribe from Forum for Wicket Core developers, click here< > http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1894267&code=a3Zpc2FnYW1hbmlAaW5mb2Jsb3guY29tfDE4OTQyNjd8NjM0MjQ4MjIx > >. > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Build1-4-14-tp3043038p3044796.html > Sent from the Forum for Wicket Core developers mailing list archive at > Nabble.com. > --90e6ba6e8d727f9c1104952ba009--