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

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

RE: Struts Action Scripting

2003-06-12 Thread David Graham
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 Then you get back to a spageti application ... :) José. -Original Message- From: [EMAIL

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
Why reload all application in 3 seconds - my application tomcat reloading much longer and not evry time :-( - if I can reload just that action in 0.3 seconds bullet proof? On Thu, 12 Jun 2003 09:49:31 -0600, David Graham [EMAIL PROTECTED] wrote: One of the stated benefits is that you don't