Part of the problem is that the CodeBehind plugin is under-documented, and I'm not even sure of what it is capable of doing right now. Perhaps Ian's book will help, or perhaps someone who is using the CodeBehind will beef up the documentation, or maybe even do a MailReader implementation.
There's a simple implementation of a SmartURLs MailReader here, that just uses one method per Action, and no ActionName annotations * http://sq1-struts2.googlecode.com/svn/trunk/articles/smart-urls/ My question would be what changes would we need to make for this to be a CodeBehind MailReader, as it currently exists. (I'd try it myself, but I've already burned through the R&D budget for November!) -Ted. On Nov 6, 2007 4:27 PM, Don Brown <[EMAIL PROTECTED]> wrote: > Ah, another good reason not to kill the codebehind plugin as it > currently exists. I'm still not convinced we need drastic changes > here, more like just filling out functionality. > > Don > > > On 11/7/07, Ian Roughley <[EMAIL PROTECTED]> wrote: > > > > > > > > If it were me, I'd finish the book using struts.xml, and go to work on > > > a second edition as soon as SmartURLs goes to 1.0 (even if the first > > > edition isn't done yet). Getting a couple of solid Struts 2.0 books > > > out there is the best way to drum up marketshare for a Struts 2.1 > > > edition. > > Bummer... mine already went to press (available Nov 26th), and I used > > XML and the basic annotations/code-behind. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- HTH, Ted <http://www.husted.com/ted/blog/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
