I can't find my changes to the mailreader app that makes it compatible with mailreader-dao, so I'd have to start over, which I really don't mind doing, but what do you think about a Mailreader 2.0?

What I mean is a rewrite of the same functionality into new code that can demo some of the real power of Shale. If we don't want to do that or if we think this idea will die on the vine (like some ideas have done in the past), I understand. I guess the big difference (for me) now is that I actually have a paying gig doing JSF/Shale, so there's more incentive for me.

Ted has talked about Mailreader "Use Cases -- A best practices approach" (or something like that) and there is even a wiki setup for this (I can't seem to find the link at the moment).

Would that interest anyone?


--
James Mitchell
Software Engineer / Open Source Evangelist
Consulting / Mentoring / Freelance
EdgeTech, Inc.
http://www.edgetechservices.net/
678.910.8017
AIM:   jmitchtx
Yahoo: jmitchtx
MSN:   [EMAIL PROTECTED]
Skype: callto://jmitchtx





On Oct 31, 2005, at 12:02 PM, Craig McClanahan wrote:

On 10/31/05, James Mitchell <[EMAIL PROTECTED]> wrote:


Craig, are you working on the mailreader app too? I'll hold off on
my changes if you're fixing it.



I was going to start working on a Shale version on my next trip (to Tokyo next week, for JavaOne Japan 2005). If you're doing that, I'll be happy to stand back and let you go for it ... otherwise, this was just setup to make
the DAO available.

Craig

--

James Mitchell
Software Engineer / Open Source Evangelist
Consulting / Mentoring / Freelance
EdgeTech, Inc.
http://www.edgetechservices.net/
678.910.8017
AIM: jmitchtx
Yahoo: jmitchtx
MSN: [EMAIL PROTECTED]
Skype: callto://jmitchtx





On Oct 30, 2005, at 9:23 PM, [EMAIL PROTECTED] wrote:


Author: craigmcc
Date: Sun Oct 30 18:22:58 2005
New Revision: 329708

URL: http://svn.apache.org/viewcvs?rev=329708&view=rev
Log:
Add a new dependency -- a snapshot of the "MailReader DAO" module (in the "apps" subdirectory). This is in preparation for building a Shale
version of MailReader.

Modified:
struts/shale/trunk/build.xml
struts/shale/trunk/default.properties

Modified: struts/shale/trunk/build.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build.xml?
rev=329708&r1=329707&r2=329708&view=diff
==================================================================== ==
========
--- struts/shale/trunk/build.xml (original)
+++ struts/shale/trunk/build.xml Sun Oct 30 18:22:58 2005
@@ -245,6 +245,14 @@
<fileset refid="spring-web.libs"/>
</path>

+ <fileset id="struts-mailreader-dao.libs"
+ dir="${lib.dir}/struts-mailreader-dao">
+ <include name="*.jar"/>
+ </fileset>
+ <path id="struts-mailreader-dao.path">
+ <fileset refid="struts-mailreader-dao.libs"/>
+ </path>
+
<fileset id="taglibrarydoc.libs"
dir="${lib.dir}/taglibrarydoc">
<include name="*.jar"/>
@@ -551,6 +559,11 @@
ignoreerrors="true"
src="${maven.repo}/springframework/jars/spring-
webmvc-1.2.2.jar"
usetimestamp="true"/>
+
+ <mkdir dir="${lib.dir}/struts-mailreader-dao"/>
+ <get dest="${lib.dir}/struts-mailreader-dao/struts-
mailreader-dao.jar"
+ ignoreerrors="true"
+ src="http://cvs.apache.org/repository/struts/
jars/struts-mailreader-dao-SNAPSHOT.jar"/>

<mkdir dir="${lib.dir}/taglibrarydoc"/>
<get dest="${lib.dir}/taglibrarydoc/taglibrarydoc.jar"

Modified: struts/shale/trunk/default.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/
default.properties?rev=329708&r1=329707&r2=329708&view=diff
==================================================================== ==
========
--- struts/shale/trunk/default.properties (original)
+++ struts/shale/trunk/default.properties Sun Oct 30 18:22:58 2005
@@ -100,5 +100,6 @@
spring-support.jar=${lib.dir}/springframework/spring-support.jar
spring-web.jar=${lib.dir}/springframework/spring-web.jar
spring-webmvc.jar=${lib.dir}/springframework/spring-webmvc.jar
+struts-mailreader-dao.jar=${lib.dir}/struts-mailreader-dao/struts-
mailreader-dao.jar
taglibrarydoc.jar=${lib.dir}/taglibrarydoc/taglibrarydoc.jar
tiles.jar=${lib.dir}/tiles/tiles-core.jar



-------------------------------------------------------------------- -
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]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to