atom feed6 messages in org.apache.shale.issues[jira] Commented: (SHALE-225) Example...
FromSent OnAttachments
Craig McClanahan (JIRA)Jul 16, 2006 9:30 pm 
Craig McClanahan (JIRA)Jul 24, 2006 1:37 pm 
Craig McClanahan (JIRA)Jul 24, 2006 1:41 pm 
Wendy Smoak (JIRA)Jul 24, 2006 1:52 pm 
Craig McClanahan (JIRA)Jul 24, 2006 2:05 pm 
Wendy Smoak (JIRA)Jul 24, 2006 2:20 pm 
Subject:[jira] Commented: (SHALE-225) Example application ilustrating Java Persistence Architecture (JPA) integration
From:Craig McClanahan (JIRA) (ji@apache.org)
Date:Jul 24, 2006 2:05:58 pm
List:org.apache.shale.issues

[ http://issues.apache.org/struts/browse/SHALE-225?page=comments#action_37842 ]

Craig McClanahan commented on SHALE-225: ----------------------------------------

The location in "sandbox" was a process of elimination choice based on our
current options:

* It doesn't belong in the "maven" directory because it isn't part of the Maven
infrastructure.

* It doesn't really belong in "framework", because it has zero dependencies on
Shale. (This is also why the name "mailreader-jpa" was chosen for the entity classes
project versus "shale-mailreader-jpa" which I used for the webapp.)

* The sandbox was the only other option.

I'd be fine with an "extras" directory at the same level as framework and
sandbox, and moving the mailreader-jpa project there.

Example application ilustrating Java Persistence Architecture (JPA) integration -------------------------------------------------------------------------------

Key: SHALE-225 URL: http://issues.apache.org/struts/browse/SHALE-225 Project: Shale Issue Type: New Feature Components: Examples Affects Versions: 1.0.2 Reporter: Craig McClanahan Assigned To: Craig McClanahan Fix For: 1.0.3

Provide an example application (most likely based on the Struts MailReader
example) that illustrates the use of Java Persistence Architecture (JPA) classes
in a Shale based application.