Hey Paulo

From: "Paulo Gaspar" <[EMAIL PROTECTED]>
> I am using bits of pnuts embedded in XML in a similar way.
> Since pnuts gets compiled in memory, it is damn fast too.

Agreed. Actually many BSF related scripting languages do too.


> I had, however, to fix a couple of classloader issues in
> pnuts to use it in a servlet.

Thanks for the link to pnuts, I'd not heard of it before - it looks pretty
cool!

It looks like pnuts implements the BSF API so that pnuts should work fine in
Jelly (once I've BSF'd Jelly). I should have pnuts available as one of the
defaults so that stuff like...

<pnuts:if test="foo.isBar()">
    <pnuts:expr value="foo.getSomething("123")"/>
</pnuts:if>

<pnuts:script>
    a bunch of pnuts code ....
</pnuts:script>

could be used to work with pnuts inside Jelly. I'll let you know when
there's some Jelly'd pnuts in CVS.

James


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to