Commit Graph

19 Commits

Author SHA1 Message Date
Ted Nathan Husted 76af0a88bd WW-1429 Reposition resources to please Maven build.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@439157 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 03:28:21 +00:00
Ted Nathan Husted 44742b7242 WW-1349 Update MailReader tour.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@439052 13f79535-47bb-0310-9956-ffa450edef68
2006-08-31 21:31:01 +00:00
Ted Nathan Husted c58e9e1467 WW-1349 MailReader: Minor refactorings to optimize use of wildcard DMI.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@438524 13f79535-47bb-0310-9956-ffa450edef68
2006-08-30 15:46:32 +00:00
Ted Nathan Husted d9da66b1c8 WW-1349 MailReader: Move the current mailreader example to the sandbox, as an alternative example, 'mailreader-wildone' (one execute method per class with wildcards), and replace it with the wilcard-version of 'mailreader-bang', which uses multiple methods per Action class (per the usual practice).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@438500 13f79535-47bb-0310-9956-ffa450edef68
2006-08-30 14:37:17 +00:00
Ted Nathan Husted b795568985 WW-1349 MailReader: Move the current mailreader example to the sandbox, as an alternative example, 'mailreader-wildone' (one execute method per class with wildcards), and replace it with the wilcard-version of 'mailreader-bang', which uses multiple methods per Action class (per the usual practice).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@438499 13f79535-47bb-0310-9956-ffa450edef68
2006-08-30 14:36:31 +00:00
Ted Nathan Husted 15fd576795 WW-1349 MailReader: Conform class names
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@438498 13f79535-47bb-0310-9956-ffa450edef68
2006-08-30 14:34:37 +00:00
Ted Nathan Husted fee867b663 WW-1349 Conform class names.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@438333 13f79535-47bb-0310-9956-ffa450edef68
2006-08-30 03:07:02 +00:00
Ted Nathan Husted dcfb60c55d WW-1349 Refactor MailReader localization
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@438202 13f79535-47bb-0310-9956-ffa450edef68
2006-08-29 20:41:39 +00:00
Ted Nathan Husted 060c19cb9e WW-1353 Move the MailReader iBATIS code to the sandbox, until it is ready.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@433103 13f79535-47bb-0310-9956-ffa450edef68
2006-08-21 00:29:52 +00:00
Ted Nathan Husted 5b67f4ac48 WW-1340 Update Javadocs, constants, and such. No functional changes.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@432886 13f79535-47bb-0310-9956-ffa450edef68
2006-08-19 22:03:04 +00:00
Ted Nathan Husted 304581a382 WW-1353 Second pass on wildcard refactoring. Drop authentification for now, to make it easier to see the forest for trees.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@428524 13f79535-47bb-0310-9956-ffa450edef68
2006-08-03 20:51:09 +00:00
Ted Nathan Husted a7308af86b WW-1353 First pass on wildcard refactoring.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@428424 13f79535-47bb-0310-9956-ffa450edef68
2006-08-03 15:29:33 +00:00
Ted Nathan Husted b073963550 WW-1353 Refactor MailReader to use namespaces and conventional, finely-grained actions with no aliases. (Refactoring for wildcards is next.)
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@428196 13f79535-47bb-0310-9956-ffa450edef68
2006-08-02 23:43:27 +00:00
Ted Nathan Husted b9c804db1b WW-1353 MailReader - Update mappings and links to correct operation using wildcards instead of ! aliases. Note that there might be an issue with wildcard matching. Ideally Registration_save and Subscription_save should be Registration!save and Subscription!save, so that the links are consistent.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@427775 13f79535-47bb-0310-9956-ffa450edef68
2006-08-01 22:38:18 +00:00
Ted Nathan Husted 4c3782f851 WW-1399 Complete first set of tests for iBATIS statements.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@426991 13f79535-47bb-0310-9956-ffa450edef68
2006-07-31 00:56:03 +00:00
Ted Nathan Husted f71499efd8 WW-1399 Extend unit tests for iBATIS statements; move the "sample" script back (seems to work now).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@426954 13f79535-47bb-0310-9956-ffa450edef68
2006-07-30 22:01:59 +00:00
Ted Nathan Husted 21f7726627 WW-1399 Add initial support for HSQLDB and iBATIS
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@426917 13f79535-47bb-0310-9956-ffa450edef68
2006-07-30 19:02:23 +00:00
Donald J. Brown 32f94c1b9e Adding a Maven 2 build for mailreader, integrating it into the regular
maven build, restructuring app source for Maven
WW-1349


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423349 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 02:56:36 +00:00
Ted Nathan Husted 363eb1def3 WW-1349 Move Mailreader out of the sandbox.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423340 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 02:08:03 +00:00