Re: ApacheCon 2006

2006-07-28 Thread Matt Raible
I'll be doing a Struts 1 to Struts 2 Migration talk at Colorado Software Summit this year. Possibly at Denver's No Fluff show too. http://softwaresummit.com/2006/speakers/raible.htm Matt On 7/27/06, Ted Husted <[EMAIL PROTECTED]> wrote: ApacheCon US has accepted my offer to present a half-day

Re: 1.x docs & Maven

2006-07-28 Thread Wendy Smoak
On 7/25/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: Use underscores instead of spaces in anchor names http://jira.codehaus.org/browse/MSITE-168 They've resolved this one in the Doxia core. With Doxia and the site plugin built from source, the new anchors look like this: ... Logo Cont

Re: [VOTE] Struts 1.3.5 Quality

2006-07-28 Thread Don Brown
+1 for GA quality Don Ted Husted wrote: On 7/27/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: I just have glanced over distro files, so the nitpicks are minor. I have no opinion on the grade yet. As it stands, we have only two other votes as to grade. We need a quorum of at least three po

Re: ApacheCon 2006

2006-07-28 Thread Don Brown
My "Struts 2.0" talk was accepted, and I believe James Mitchell has volunteered to join me on stage. Now, if only we had a stable release to brag about... :) Don Ted Husted wrote: ApacheCon US has accepted my offer to present a half-day tutorial on Migrating to Struts 2. Is anyone else prese

Re: ApacheCon 2006

2006-07-28 Thread tm jee
Good luck Ted. Will the tutorial be available online? Is it the mailreader example in struts university that you are planning to used? regards. - Original Message From: Ted Husted <[EMAIL PROTECTED]> To: Struts Developers List Sent: Friday, 28 July, 2006 9:06:07 AM Subject: ApacheCo

Re: [Standalone Tiles] Applying patches

2006-07-28 Thread Greg Reddin
On Jul 28, 2006, at 1:42 AM, Antonio Petrelli wrote: P.S.[OT]: New mail address, eh? Will that website be your music site? Actually that's always been my address. I just forward my apache acct there. It's kind of a pseudo side business of mine. Mostly a hobby, but once a year or so, so

Re: ApacheCon 2006

2006-07-28 Thread Ian Roughley
I wanted to, but unfortunately had other commits during that period. Good luck and let me know how it goes. /Ian Ted Husted wrote: ApacheCon US has accepted my offer to present a half-day tutorial on Migrating to Struts 2. Is anyone else presenting about Struts this year? -Ted. --

Re: Setting a Timer

2006-07-28 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.opensymphony.com/quartz/ Quartz could help Chris vijay wrote: > I've written an application using Struts Framework, I want to set a timer to > alert an action in the application for a specified interval of time (ex:for > every 1 hour a p

Setting a Timer

2006-07-28 Thread vijay
I've written an application using Struts Framework, I want to set a timer to alert an action in the application for a specified interval of time (ex:for every 1 hour a particular action should take place). So how can I do that ...?