remigijus wrote:
BTW what is better solution: BeanShell, Rhino, JPython, Jelly or ...?
Flamebait? Take a look at the Groovy Wiki and you'll find some hints. :)
Cheers,
Dag
---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Confe
uary 04, 2004 12:12 AM
Subject: Re: [OS-webwork] Groovy and WebWork
> remigijus wrote:
>
> >Just note
> >
> >In your's blog you haven't mentioned anything about groovlets (aka groovy
+
> >servlet). They are somthing like servlets but much easier to use and
Try it out and let us know if it's faster and show us some examples...
I'm open to change, if it makes sense...
> -Original Message-
> From: remigijus [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 03, 2004 3:25 PM
> To: [EMAIL PROTECTED]
> Subject: Re
these template style techniques would make more sence
for a view.
Cameron.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dag
Liodden
Sent: Wednesday, 4 February 2004 8:23 AM
To: [EMAIL PROTECTED]
Subject: Re: [OS-webwork] Groovy and WebWork
>>
Now webwork2 for UI tags is using velocity. It means that for every
ww:ui
tag there is velocity involved. With groovlet it is possible to easily
replace all velocity templates in just one day or two the most (at
least I
hope :) ). And because grooblets are bytecode and they are cached by
groovy
remigijus wrote:
Just note
In your's blog you haven't mentioned anything about groovlets (aka groovy +
servlet). They are somthing like servlets but much easier to use and is very
like php. It needs only to add a groovy servlet and map all request with
*.groovy. Evrything else will be handled aut
vy
servlet there I expect some performance imrovment. And it is still possible
to use full pover of java language.
Cheers,
Remis
- Original Message -
From: "Dag Liodden" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 03, 2004 3:08 PM
Subject:
Hi,
I noticed the scripting discussion and hacked up a solution for running
Groovy scripts as views (not actions). Some examples on how the taglibs
could be implemented are available at http://www.jroller.com/page/DaGGeRRz.
As I mention in the blog, I'm not reaaally sure this is a good idea but