[S2] EL support: Tomcat's Jasper instead of JUEL

2008-05-08 Thread Antonio Petrelli
Hi all! I experimented the use of Tomcat's Jasper implementation of EL instead of JUEL at Tiles, and it seems to work pretty well: http://svn.apache.org/repos/asf/tiles/framework/trunk/tiles-core/src/main/java/org/apache/tiles/evaluator/el/ So I managed to remove dependency on JUEL (that is a nigh

Re: [S2] EL support: Tomcat's Jasper instead of JUEL

2008-05-08 Thread Adam Hardy
Antonio Petrelli on 08/05/08 10:07, wrote: 2008/5/8 Adam Hardy <[EMAIL PROTECTED]>: Antonio Petrelli on 08/05/08 09:34, wrote: Hi all! I experimented the use of Tomcat's Jasper implementation of EL instead of JUEL at Tiles, and it seems to work pretty well: Eh, it's a bit complicated, since

Re: [S2] EL support: Tomcat's Jasper instead of JUEL

2008-05-08 Thread Antonio Petrelli
2008/5/8 Adam Hardy <[EMAIL PROTECTED]>: > > Antonio Petrelli on 08/05/08 09:34, wrote: > > > Hi all! > > I experimented the use of Tomcat's Jasper implementation of EL instead > > of JUEL at Tiles, and it seems to work pretty well: Eh, it's a bit complicated, since the Glassfish team does not lik

Re: [S2] EL support: Tomcat's Jasper instead of JUEL

2008-05-08 Thread Antonio Petrelli
2008/5/8 Adam Hardy <[EMAIL PROTECTED]>: > Does this replace the original jakarta-taglibs standard.jar or the > javax.servlet.jstl.jar? No, EL is part of the JSP specification since 2.0 version, so you can find it (again!!! and I don't like it :-D ) under: javax.servlet.jsp

Re: [S2] EL support: Tomcat's Jasper instead of JUEL

2008-05-08 Thread Adam Hardy
Antonio Petrelli on 08/05/08 09:34, wrote: Hi all! I experimented the use of Tomcat's Jasper implementation of EL instead of JUEL at Tiles, and it seems to work pretty well: http://svn.apache.org/repos/asf/tiles/framework/trunk/tiles-core/src/main/java/org/apache/tiles/evaluator/el/ So I managed

sandbox policy

2008-05-08 Thread Musachy Barroso
How do you guys determine when something can be moved out of the sandbox? The OSGi plugin currently supports FreeMarker, Velocity and Spring. It also has an admin interface to stop/start/reload bundles, and a felix web based shell (shamelessly copied from the ONGL one). It isn't finished by any me

Re: sandbox policy

2008-05-08 Thread Martin Cooper
What's with the "you guys"? You're one of us! ;-) A simple vote is what's required to promote something out of the sandbox. -- Martin Cooper On Thu, May 8, 2008 at 9:12 AM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > How do you guys determine when something can be moved out of the > sandbox?

Re: sandbox policy

2008-05-08 Thread Musachy Barroso
On Thu, May 8, 2008 at 12:34 PM, Martin Cooper <[EMAIL PROTECTED]> wrote: > What's with the "you guys"? You're one of us! ;-) :) > > A simple vote is what's required to promote something out of the sandbox. has anybody taken a look at the OSGi plugin? musachy --

Re: Fundamental flaw in Model-Driven?

2008-05-08 Thread Alexander Snaps
Still didn't take the time to look into the code :( By any chance, are you at JavaOne? We might try to check it out together, what do you think? Alex On Fri, May 2, 2008 at 4:01 AM, Adam Hardy <[EMAIL PROTECTED]> wrote: > My curiosity finally got the better of me and I put the JPA transaction > i

Re: Fundamental flaw in Model-Driven?

2008-05-08 Thread Adam Hardy
Hi Alex, no, unfortunately I'm not in San Francisco at the moment :( Your comments though led me to check my configuration and I realised that I had set up transactions in Spring even for pure reads which I think we used on our last project and I never looked at it again. Copy & paste got me a