>From Tapestry's point of view, OGNL is not quite replaceable, but close.
OGNL is the default binding prefix outside the HTML template; perhpas this could be changed based on some kind of meta data, but for the moment, it's hard coded. In addition, OGNL is used inside script template files. Outside of that ... OGNL isn't tied into Tapestry. All the different binding prefixes (ognl:, message:, asset:, component:, etc.) are defined within a configuration point, and anything else contributed into the configuration point is on an equal footing. The only other aspect of OGNL is that it is used internally by a number of components in the framework, and in the contrib library. On 11/12/05, Patrick Casey <[EMAIL PROTECTED]> wrote: > > Personally, I'd rather use Javascript, if for no other reason than > it's the same language as the client side scripts. I'd think if you had to > bet on what scripting language a random java web developer would know, > javascript would be the way to bet. I don't know Howard's internals well > enough to assess how practical that'd be though e.g. my naïve approach of > just creating a context for each page render might have hidden problems. > > That and, as others have mentioned, OGNL seems to be kaput :(. > > > --- Pat > > > -----Original Message----- > > From: Drew McAuliffe [mailto:[EMAIL PROTECTED] > > Sent: Saturday, November 12, 2005 1:30 PM > > To: Tapestry users > > Subject: Re: Status of OGNL 3.0? > > > > OGNL is pretty heavily used in Webwork as well as Tapestry. I use both on > > a > > regular basis and am happy with the fact that I don't have to switch > > between > > obj nav syntax. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
