Re: [OS-webwork] Ognl: peek(), up(), and down()

2003-01-23 Thread Rickard Öberg
Patrick Lightbody wrote: If Ognl is just totally unacceptable, then let's discuss two options: 1) Redevelop the WW EL with speed as well as type conversion both as a top priority 2) Develop XWork to support pluggable ValueStack implementations Just a point on 2. This will introduce muchos

Re: [OS-webwork] Ognl: peek(), up(), and down()

2003-01-23 Thread boxed
If Ognl is just totally unacceptable, then let's discuss two options: When we discussed this in #java it sounded to me like one could plug in a custom syntax parser into OGNL, thus solving this issue nicely. Did I misunderstand? Anders Hovmöller [EMAIL PROTECTED] http://boxed.killingar.net

RE: [OS-webwork] Ognl: peek(), up(), and down()

2003-01-23 Thread Jason Carreira
-Original Message- From: boxed [mailto:[EMAIL PROTECTED]] If Ognl is just totally unacceptable, then let's discuss two options: When we discussed this in #java it sounded to me like one could plug in a custom syntax parser into OGNL, thus solving this issue nicely. Did I

Re: [OS-webwork] Ognl: peek(), up(), and down()

2003-01-23 Thread Patrick Lightbody
-webwork] Ognl: peek(), up(), and down() -Original Message- From: boxed [mailto:[EMAIL PROTECTED]] If Ognl is just totally unacceptable, then let's discuss two options: When we discussed this in #java it sounded to me like one could plug in a custom syntax parser into OGNL

RE: [OS-webwork] Ognl: peek(), up(), and down()

2003-01-23 Thread Jason Carreira
-Original Message- From: Patrick Lightbody [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 11:03 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Ognl: peek(), up(), and down() It is possible, but it involves basicacally writing at least _part_ of our own EL

Re: [OS-webwork] Ognl: peek(), up(), and down()

2003-01-23 Thread Erik Beeson
Converting .. to [1] is easy enough, but what about /? Our converter would need to be smart about foo/bar vs 10/5... or would we just not care about mathematic operations? When did mathematic operations come into the picture? The current EL doesn't support mathematic operations, does it? If

Re: [OS-webwork] Ognl: peek(), up(), and down()

2003-01-23 Thread Hani Suleiman
-1 This seems like an ugly hack, I think it's especially important at this stage of dev to make things as hack-free as possible. Wouldn't it be possible to talk to the ognl guys and get info from them on how to best support our syntax? Quoting Erik Beeson [EMAIL PROTECTED]: Converting .. to

Re: [OS-webwork] Ognl: peek(), up(), and down()

2003-01-23 Thread Patrick Lightbody
Working on that right now :) - Original Message - From: Hani Suleiman [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Erik Beeson [EMAIL PROTECTED] Sent: Thursday, January 23, 2003 12:40 PM Subject: Re: [OS-webwork] Ognl: peek(), up(), and down() -1 This seems like an ugly hack, I think