|
From: Kristofer E. <kri...@gm...> - 2005-08-29 14:40:13
|
Hi everybody, I recently posted a question regarding the scripting (groovy) support in sandbox in the core support forum, which might not have been the right place (http://forum.springframework.org/viewtopic.php?t=3D8244). If not, excuse me. I have looked through all mailing list archive, forums etc to try to find out more about this subject but found very little that is not a year old or so. With what is in the sandbox, when it is working, I see lot of potential especially with Groovy gaining more and more interest. There has been mentioning of some scripting support in 1.3 but nothing detailed as far as I have seen. If anyone have gotten the current code in the sandbox to work, I'd appreciate it so much if I only could be pushed in the right direction, or maybe get some tips on how to get it to work. Also, what about the status of scripting support in general, is anyone actually working on it for comming releases, or is this not "on the table" any more? I am seriously interested in developing in this area. Appreciate any response. Kind Regards /Kristofer Eriksson |
|
From: Thomas V. de V. <tho...@gm...> - 2005-08-29 18:12:38
|
As a general remark, I was wondering if Groovy style scripting is ready for= =20 prime time. Personally I haven't seen this on big projects. Would be=20 interesting to hear what other users' experiences are. Cheers, Thomas On 8/29/05, Kristofer Eriksson <kri...@gm...> wrote: >=20 > Hi everybody, >=20 > I recently posted a question regarding the scripting (groovy) support > in sandbox in the core support forum, which might not have been the > right place (http://forum.springframework.org/viewtopic.php?t=3D8244). > If not, excuse me. >=20 > I have looked through all mailing list archive, forums etc to try to > find out more about this subject but found very little that is not a > year old or so. With what is in the sandbox, when it is working, I see > lot of potential especially with Groovy gaining more and more > interest. There has been mentioning of some scripting support in 1.3 > but nothing detailed as far as I have seen. >=20 > If anyone have gotten the current code in the sandbox to work, I'd > appreciate it so much if I only could be pushed in the right > direction, or maybe get some tips on how to get it to work. >=20 > Also, what about the status of scripting support in general, is anyone > actually working on it for comming releases, or is this not "on the > table" any more? I am seriously interested in developing in this area. >=20 > Appreciate any response. >=20 > Kind Regards >=20 > /Kristofer Eriksson >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle=20 > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 --=20 Cheers, Thomas |
|
From: Seth L. <set...@gm...> - 2005-08-29 18:24:27
|
On 8/29/05, Kristofer Eriksson <kri...@gm...> wrote: > Hi everybody, >=20 > I recently posted a question regarding the scripting (groovy) support > in sandbox in the core support forum, which might not have been the > right place (http://forum.springframework.org/viewtopic.php?t=3D8244). > If not, excuse me. Scripting in general works quite well, and is a very nice way to get scripted objects into Spring while using all of the nice Spring features. However, dynamic reloading currently is not working. It used to, so expect a fix soon (hopefully). If you don't need dynamic reloading, then you should start playing around with it. The tests, found in the sandbox, show you how to get started. The more feedback, the better! Seth |
|
From: Kristofer E. <kri...@gm...> - 2005-08-30 08:18:41
|
Hi, and thanks for the reply.=20 I have been playing around and have no problems creating objects etc.=20 Though, for me it is the dynamic reloading functionality that makes it=20 really interesting to use. If it worked before, we can only hope it will=20 work again soon. Btw, do you know at what point it stopped working? I saw your recent jira= =20 post reg this (thx for pointing me to it in the forum as well), unfortunatl= y=20 no reactions so far from the maestros. I have been trying to look into the= =20 code but as you put it, it requires a deeper undertanding to be able to do= =20 anything there. Meanwhile, I am playing around abit with a own bean factory based on the=20 script engine provided by the Groovy project itself but the solution is by= =20 no means as elegant a the one here (when it works).=20 As said, hopefully this can be solved soon. Any solution appreciated. Cheers Kristofer On 8/29/05, Seth Ladd <set...@gm...> wrote: >=20 > On 8/29/05, Kristofer Eriksson <kri...@gm...> wrote: > > Hi everybody, > > > > I recently posted a question regarding the scripting (groovy) support > > in sandbox in the core support forum, which might not have been the > > right place (http://forum.springframework.org/viewtopic.php?t=3D8244). > > If not, excuse me. >=20 > Scripting in general works quite well, and is a very nice way to get > scripted objects into Spring while using all of the nice Spring > features. >=20 > However, dynamic reloading currently is not working. It used to, so > expect a fix soon (hopefully). >=20 > If you don't need dynamic reloading, then you should start playing > around with it. The tests, found in the sandbox, show you how to get > started. The more feedback, the better! >=20 > Seth >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle=20 > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: Seth L. <set...@gm...> - 2005-08-30 18:20:22
|
On 8/29/05, Kristofer Eriksson <kri...@gm...> wrote: > Hi, and thanks for the reply.=20 > =20 > I have been playing around and have no problems creating objects etc. > Though, for me it is the dynamic reloading functionality that makes it > really interesting to use. If it worked before, we can only hope it will > work again soon. I agree, it's the dynamic reloading that is the killer feature. It might help to put a comment in the JIRA issue indicating your are "voting" for this feature. Seth |