> -----Original Message-----
> From: Anthony Eden [mailto:[EMAIL PROTECTED] 
> > 
> If the Action interface is removed then will execute() be the default 
> command method?  What is the reason for removing the Action 
> interface? 
> I believe I understand that it is no longer needed, but does 
> it provide 
> any benefit to Java developers who are comfortable with 
> implementing an 
> interface in order to establish a contract.

Execute() will remain the default, just like it is now. Java developers
who want some comfort can extend ActionSupport, which handles most
everything for you.

> 
> On a side note, does anyone else notice that the use of 
> dynamic proxies 
> is leading to code which acts more like dynamic typed 
> languages such as 
> Python?
> 
> Sincerely,
> Anthony Eden
> 

No... Because they're strongly typed. But we're not using dynamic
proxies here...

Jason


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to