random thought- is there danger that HTML will get obsolete - gwt+chrome?

2009-07-24 Thread hari ks
Will google solve impedence mismatch between HTML and OOP by providing rich set of APIs for GWT and finally removing need for HTML in its native chrome browser when you code in GWT? thank you, Hari Sujathan - To unsub

Re: how does PageElementFactory, ComponentPageElement/instantiatorSource etc.. work?

2009-07-10 Thread hari ks
mentFactory, > ComponentPageElement/instantiatorSource etc.. work? > To: "Tapestry users" > Date: Saturday, July 11, 2009, 12:48 AM > Em Fri, 10 Jul 2009 15:57:34 -0300, > hari ks > escreveu: > > > hi, > > Hi! > > >    What is the sequen

how does PageElementFactory, ComponentPageElement/instantiatorSource etc.. work?

2009-07-10 Thread hari ks
hi, What is the sequence of flow between PageElementFactory, ComponentPageElement/ComponentinstantiatorSource etc.. and other important classes to understand the render phase.. Is the render phase alone responsible for all rendering (JSF seems to put everything in one object and loop throug

with JSF 2.0 spec out, whats the future?

2009-06-22 Thread hari ks
Will JSF 2.0 with five primary goals be a winner? 1. make custom components much easier to develop, 2. add first-class AJAX support, 3. incorporate a page description language based on Facelets into the core JSF specification, 4. reduce the required configuration, 5. and provide for better c

is functional dependency injection the future?

2009-06-16 Thread hari ks
microsoft F#, clojure etc.. how is tapestry ioc integrated to these functional dependency injections? -Hari Sujathan - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users

Re: component rendering and dispatcher

2009-06-08 Thread hari ks
, 2:27 PM > If you want to know little details, > you can study the code of > org.apache.tapestry5.TapestryFilter. > > It gets the control because of the following record in > WEB_INF/web.xml: > >     >         > app >         > org.apache.tapestry5.Tapestry

Re: How big is the Tapestry community?

2009-06-08 Thread hari ks
From indian job sites- naukri.com/timesjobs.com - one or two companies want tapestry developers(along with JSF knowledge). Most companies want jsf/struts/spring mvc/wicket(primarily JSF). Previously(1-2 yr back) companies like verizon telecom were asking for core tapestry developers in che

component rendering and dispatcher

2009-06-08 Thread hari ks
hi, I have a basic doubt. I am not able to understand logic on how Dispatcher(/RequestHandler) gets connected to components in tapestry. How does Page gets parsed and gets linked to RequestHandler / also how is Page responsible for rendering components? I couldn't find a documentation on thi

The way I found to debug tapestry source..

2009-05-18 Thread hari ks
Hi, 1.First of all I downloaded tapestry-src-5.0.18.zip. 2. did a "mvn install" after commenting out all testng.xml , and copying pom.xml to project root. 3. Created a dummy tapestry project in eclipse that was working with tapestry binaries. 4. copied all jars from /.m2/repository and created

Re: [Tapestry Central] Clojure @ JavaWorld

2009-05-13 Thread hari ks
. -Hari --- On Wed, 5/13/09, Thiago H. de Paula Figueiredo wrote: > From: Thiago H. de Paula Figueiredo > Subject: Re: [Tapestry Central] Clojure @ JavaWorld > To: "Tapestry users" , hari_...@yahoo.com > Date: Wednesday, May 13, 2009, 4:54 PM > On Wed, May 13, 2009 at 2:

Re: [Tapestry Central] Clojure @ JavaWorld

2009-05-12 Thread hari ks
Is JVM getting bloated with more programming concepts than just OOP? Is OOP on decline and more mathematical programming concepts on the rise? -Hari --- On Wed, 5/13/09, Howard wrote: > From: Howard > Subject: [Tapestry Central] Clojure @ JavaWorld > To: users@tapestry.apache.org > Date: Wed

tapestry jruby integration.

2008-12-24 Thread hari ks
Hi, Is there tapestry integration with jruby for a backing .rb file(instead of .java). (Like jsf/glassfish+jruby integration) Thanks & Cegards, Hari Sujathan. - To unsubscribe, e-mail: users-unsubscr...@tapestry.a

is tapestry 5 better than all of JSF put together(richfaces vs icefaces+adf+tomahawk+JSF RI etc..)

2008-11-17 Thread hari ks
Also - is appcelerator just a hype? thanks & Regards, Hari Sujathan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

newbie- tapestry 5 internals?

2008-11-11 Thread hari ks
hi, I am totally new to tapestry 5. I did read the tapestry 5 building web applications book which is nice. Was trying to go through the source code. There is tapestry filter ,IOC modules etc.. Is there any link explaining tapestry internal architecture? Also when running maven I had to us

Re: how to use ognl in tapestry 5

2008-05-16 Thread hari ks
hi, it was a mistype.. ognl is case sensitive. hashCode() worked.. also ${ognl:getSessionWrapper().getAttribute('AdminUserName')} also worked. Thank you, Hari --- On Sat, 5/17/08, hari ks <[EMAIL PROTECTED]> wrote: > From: hari ks <[EMAIL PROTECTED]> > Sub

Re: how to use ognl in tapestry 5

2008-05-16 Thread hari ks
rguments method. So it is not possible to > call a method with arguments (or do other ognl stuff) from > a template. > > HOWEVER ... there is an ognl extension available for > Tapestry, see > http://code.google.com/p/tapestry5-components/ > > I hope this helps > > Tob

how to use ognl in tapestry 5

2008-05-16 Thread hari ks
hi, How to use ognl expression with methods arguments in tapestry 5? ( like inside component). In tapestry 4 I had used ognl:myObj.callMyMeth('arg1').. I got following exception while trying to call method : Could not convert 'prop:mySessionWrapper.getAttribute('adminUserName')' into a com