Re: Struts Action Scripting

2003-06-19 Thread Craig R. McClanahan
On Wed, 18 Jun 2003, Igor Shabalov wrote: Date: Wed, 18 Jun 2003 09:16:58 -0700 From: Igor Shabalov [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Struts Action Scripting Craig, do not tell me

Re: Struts Action Scripting

2003-06-18 Thread Igor Shabalov
] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Struts Action Scripting It's not about compilation time. It's about ability to reload code on- the fly. Here Eclipse do not helps you. Compilation time can be rather small. Time to reload all application will be unacceptable, I just need

Re: Struts Action Scripting

2003-06-17 Thread Craig R. McClanahan
On Thu, 12 Jun 2003, Igor Shabalov wrote: Date: Thu, 12 Jun 2003 11:13:47 -0700 From: Igor Shabalov [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Struts Action Scripting It's not about compilation

Struts Action Scripting

2003-06-12 Thread gfaerman
Just found this at http://www.alphaworks.ibm.com/tech/strutsscripting From their Overview: The ScriptedAction is a Struts Action class that uses BSF (Bean Scripting Framework) to enable Struts developers to create Struts Actions in the language of their choice. Supported languages include:

RE: Struts Action Scripting

2003-06-12 Thread NYIMI Jose (BMB)
Then you get back to a spageti application ... :) José. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 5:49 PM To: Struts Users Mailing List Subject: Struts Action Scripting Just found this at http://www.alphaworks.ibm.com/tech

RE: Struts Action Scripting

2003-06-12 Thread David Graham
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 5:49 PM To: Struts Users Mailing List Subject: Struts Action Scripting Just found this at http://www.alphaworks.ibm.com/tech/strutsscripting From their Overview: The ScriptedAction is a Struts Action class that uses BSF (Bean

RE: Struts Action Scripting

2003-06-12 Thread Ed Yu
12, 2003 11:50 AM To: [EMAIL PROTECTED] Subject: RE: Struts Action Scripting One of the stated benefits is that you don't have to reload your app to see changes in actions. I think the idea is neat but would never use it because Tomcat reloads my app in 3 seconds. David

RE: Struts Action Scripting

2003-06-12 Thread David Graham
Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 11:50 AM To: [EMAIL PROTECTED] Subject: RE: Struts Action Scripting One of the stated benefits is that you don't have to reload your app to see changes in actions. I think the idea is neat but would never

RE: Struts Action Scripting

2003-06-12 Thread Ed Yu
[EMAIL PROTECTED] -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 1:06 PM To: [EMAIL PROTECTED] Subject: RE: Struts Action Scripting True, but I think recompiling is the time consuming part! Recompiling the actions or jsps

RE: Struts Action Scripting

2003-06-12 Thread David Graham
PROTECTED] Subject: RE: Struts Action Scripting True, but I think recompiling is the time consuming part! Recompiling the actions or jsps? If it takes you more than 1 second to compile an action, you're using the wrong tool. Eclipse performs incremental compilation every time you save a .java

Re: Struts Action Scripting

2003-06-12 Thread Igor Shabalov
] -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 11:50 AM To: [EMAIL PROTECTED] Subject: RE: Struts Action Scripting One of the stated benefits is that you don't have to reload your app to see changes in actions. I think the idea is neat

Re: Struts Action Scripting

2003-06-12 Thread Igor Shabalov
[EMAIL PROTECTED] -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 1:06 PM To: [EMAIL PROTECTED] Subject: RE: Struts Action Scripting True, but I think recompiling is the time consuming part! Recompiling the actions or jsps

Re: Struts Action Scripting

2003-06-12 Thread Igor Shabalov
: Thursday, June 12, 2003 5:49 PM To: Struts Users Mailing List Subject: Struts Action Scripting Just found this at http://www.alphaworks.ibm.com/tech/strutsscripting From their Overview: The ScriptedAction is a Struts Action class that uses BSF (Bean Scripting Framework) to enable Struts developers

[ANN] Struts Action Scripting

2003-04-04 Thread David Graham
I just found this on alphaWorks today. It allows you to script Struts actions with a number of different languages using the Bean Scripting Framework. I haven't used it but apparently it allows you to change the action's script without having to reload your app server.