Re: [Resin-interest] Re sin And Groovy

2008-10-15 Thread Daniel López
Hi, What we do is to use the Groovy scripts through the Java Scripting API during development and then compile them into class, if desired, for production. Accessing Groovy scripts is not too slow, after the first access, if you are careful not to throw the ScriptingEngine object after each

Re: [Resin-interest] Re sin And Groovy

2008-10-15 Thread bumzee
I've come to learn that the problem is not Resin. As you've noted, it's groovyc. I've not considered your suggestion before but I will give it a try. Your blog post is quite interesting. Not sure what to make of this whole thing and what it really says about groovy's use out said of grails.

Re: [Resin-interest] Re sin 3.15, Groovy and hotswap

2008-10-14 Thread Daniel López
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bumzee Sent: Monday, October 13, 2008 7:57 AM To: resin-interest@caucho.com Subject: [Resin-interest] Re sin 3.15, Groovy and hotswap I use intellij 7.0.4 as my ide , resin 3.15, groovy 1.5.1 JDK 1.5 and whether i use

Re: [Resin-interest] Re sin And Groovy

2008-10-14 Thread Ryan Vanderwerf
Message - From: bumzee [EMAIL PROTECTED] To: resin-interest@caucho.com Sent: Tuesday, October 14, 2008 11:15:12 AM GMT -06:00 US/Canada Central Subject: [Resin-interest] Re sin And Groovy Is anyone successfully using Groovy with Resin ? What does your resin.conf look like

Re: [Resin-interest] Re sin And Groovy

2008-10-14 Thread bumzee
Yeah, it works for me too all pre-compiled, but I'm trying to get a better development environment. Resin will compile your java classes and reload changes and supposedly do this with groovy too, but I've not been able to get it to work. bumzee wrote: Is anyone successfully using Groovy with

[Resin-interest] Re sin And Groovy

2008-10-14 Thread bumzee
Is anyone successfully using Groovy with Resin ? What does your resin.conf look like ? This is on the resin website, but it doesn't work for me in 3.1.5. When it gets to a groovy file the compilation just stops or times out. resin.conf web-app-default class-loader

[Resin-interest] Re sin 3.15, Groovy and hotswap

2008-10-13 Thread bumzee
I use intellij 7.0.4 as my ide , resin 3.15, groovy 1.5.1 JDK 1.5 and whether i use the resin plugin or start resin stand alone w/remote debugging enabled, if I modify any groovy class the context restarts. However, if I modify a java class it's changes are reloaded w/o a context restart.

Re: [Resin-interest] Re sin 3.15, Groovy and hotswap

2008-10-13 Thread Angel, Eric
, 2008 7:57 AM To: resin-interest@caucho.com Subject: [Resin-interest] Re sin 3.15, Groovy and hotswap I use intellij 7.0.4 as my ide , resin 3.15, groovy 1.5.1 JDK 1.5 and whether i use the resin plugin or start resin stand alone w/remote debugging enabled, if I modify any groovy class the context

Re: [Resin-interest] Re sin 3.15, Groovy and hotswap

2008-10-13 Thread bumzee
: Monday, October 13, 2008 7:57 AM To: resin-interest@caucho.com Subject: [Resin-interest] Re sin 3.15, Groovy and hotswap I use intellij 7.0.4 as my ide , resin 3.15, groovy 1.5.1 JDK 1.5 and whether i use the resin plugin or start resin stand alone w/remote debugging enabled, if I modify