You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by Craig Russell <Cr...@Sun.COM> on 2005/02/11 20:12:36 UTC

Meeting 11-Feb-2005

Attendees: Craig Russell, Michael Bouschen, Michelle Caisse

Discussed mapping Company. The normalized schema has one column in the 
Insurance table with a foreign key (not unique) to Employee table. The 
object model has a single field in the Insurance class that references 
the Employee class. The Employee class has two fields: one for each of 
the subclasses in Insurance. Question is whether we can map this using 
the standard mapping in chapter 18.

Maven build-site should work for the latest maven repository that can 
be downloaded from the SubversionRepository wiki page.

Updates to chapter 14 assertions for new query: Michelle will send 
latest chapter 14 to Michael who will add assertions for new APIs and 
add them to the spreadsheet. Michelle will then update the Frame 
document with the new assertions.

Need to look for new JDO 2.0 assertions in chapters 9, 11, 12, and 15. 
The spreadsheet will have the sheets renamed to reflect the chapter 
subject not its number, because some chapter numbers changed from JDO 1 
to JDO 2.

Michael created a new wiki page for query testing.

Discussed capitalization conventions for database schema used for the 
TCK. Craig will ask the experts for their opinions. The question is 
whether to use lower_case, UPPER_CASE, or CamelCase for table, column, 
index, and constraint names.

We have not been able to subscribe to individual wiki pages. No  one 
who will talk to us seems to know how the subscriptions are supposed to 
work. Low priority, just a question. Subscribing to 
jdo-commits@db.apache.org seems to work for all pages, as a workaround.

To get more community involvement in the Apache JDO project, we might 
automatically subscribe everyone on the jdo-experts alias to jdo-dev 
alias. We should start to use the jdo-dev alias for all dev business 
here.

Craig

Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:Craig.Russell@sun.com
P.S. A good JDO? O, Gasp!

Re: Meeting 11-Feb-2005

Posted by Michael Bouschen <mb...@spree.de>.
Hi Michelle,

> My notes say that we decided ultimately to leave Person as concrete and 
> to map all the classes in that hierarchy to a Person table.

yes, this is what I recall, too.
- Person is concrete
- Employee is abstract
- FullTimeEmployee and PartTimeEmployee are both concrete
All of them are mapped to a single table.

Regards Michael

> 
> -- Michelle
> 
> Michael Bouschen wrote:
> 
>> Hi Craig,
>>
>> we also discussed that classes Insurance and Employee of the TCK 
>> company model should be abstract. I checked the current  implementation:
>> - Insurance is abstract already.
>> - I will make Employee abstract which requires changing three TCK test 
>> cases. Today they create Employee instances and I will change this to 
>> FullTimeEmployee.
>>
>> Regards Michael
>>
>>> Attendees: Craig Russell, Michael Bouschen, Michelle Caisse
>>>
>>> Discussed mapping Company. The normalized schema has one column in 
>>> the Insurance table with a foreign key (not unique) to Employee 
>>> table. The object model has a single field in the Insurance class 
>>> that references the Employee class. The Employee class has two 
>>> fields: one for each of the subclasses in Insurance. Question is 
>>> whether we can map this using the standard mapping in chapter 18.
>>>
>>> Maven build-site should work for the latest maven repository that can 
>>> be downloaded from the SubversionRepository wiki page.
>>>
>>> Updates to chapter 14 assertions for new query: Michelle will send 
>>> latest chapter 14 to Michael who will add assertions for new APIs and 
>>> add them to the spreadsheet. Michelle will then update the Frame 
>>> document with the new assertions.
>>>
>>> Need to look for new JDO 2.0 assertions in chapters 9, 11, 12, and 
>>> 15. The spreadsheet will have the sheets renamed to reflect the 
>>> chapter subject not its number, because some chapter numbers changed 
>>> from JDO 1 to JDO 2.
>>>
>>> Michael created a new wiki page for query testing.
>>>
>>> Discussed capitalization conventions for database schema used for the 
>>> TCK. Craig will ask the experts for their opinions. The question is 
>>> whether to use lower_case, UPPER_CASE, or CamelCase for table, 
>>> column, index, and constraint names.
>>>
>>> We have not been able to subscribe to individual wiki pages. No  one 
>>> who will talk to us seems to know how the subscriptions are supposed 
>>> to work. Low priority, just a question. Subscribing to 
>>> jdo-commits@db.apache.org seems to work for all pages, as a workaround.
>>>
>>> To get more community involvement in the Apache JDO project, we might 
>>> automatically subscribe everyone on the jdo-experts alias to jdo-dev 
>>> alias. We should start to use the jdo-dev alias for all dev business 
>>> here.
>>>
>>> Craig
>>>
>>> Craig Russell
>>> Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
>>> 408 276-5638 mailto:Craig.Russell@sun.com
>>> P.S. A good JDO? O, Gasp!
>>
>>
>>
>>
>>


-- 
Michael Bouschen		Tech@Spree Engineering GmbH
mailto:mbo.tech@spree.de	http://www.tech.spree.de/
Tel.:++49/30/235 520-33		Buelowstr. 66			
Fax.:++49/30/2175 2012		D-10783 Berlin			

Re: Meeting 11-Feb-2005

Posted by Michelle Caisse <Mi...@Sun.COM>.
My notes say that we decided ultimately to leave Person as concrete and 
to map all the classes in that hierarchy to a Person table.

-- Michelle

Michael Bouschen wrote:

> Hi Craig,
>
> we also discussed that classes Insurance and Employee of the TCK 
> company model should be abstract. I checked the current  implementation:
> - Insurance is abstract already.
> - I will make Employee abstract which requires changing three TCK test 
> cases. Today they create Employee instances and I will change this to 
> FullTimeEmployee.
>
> Regards Michael
>
>> Attendees: Craig Russell, Michael Bouschen, Michelle Caisse
>>
>> Discussed mapping Company. The normalized schema has one column in 
>> the Insurance table with a foreign key (not unique) to Employee 
>> table. The object model has a single field in the Insurance class 
>> that references the Employee class. The Employee class has two 
>> fields: one for each of the subclasses in Insurance. Question is 
>> whether we can map this using the standard mapping in chapter 18.
>>
>> Maven build-site should work for the latest maven repository that can 
>> be downloaded from the SubversionRepository wiki page.
>>
>> Updates to chapter 14 assertions for new query: Michelle will send 
>> latest chapter 14 to Michael who will add assertions for new APIs and 
>> add them to the spreadsheet. Michelle will then update the Frame 
>> document with the new assertions.
>>
>> Need to look for new JDO 2.0 assertions in chapters 9, 11, 12, and 
>> 15. The spreadsheet will have the sheets renamed to reflect the 
>> chapter subject not its number, because some chapter numbers changed 
>> from JDO 1 to JDO 2.
>>
>> Michael created a new wiki page for query testing.
>>
>> Discussed capitalization conventions for database schema used for the 
>> TCK. Craig will ask the experts for their opinions. The question is 
>> whether to use lower_case, UPPER_CASE, or CamelCase for table, 
>> column, index, and constraint names.
>>
>> We have not been able to subscribe to individual wiki pages. No  one 
>> who will talk to us seems to know how the subscriptions are supposed 
>> to work. Low priority, just a question. Subscribing to 
>> jdo-commits@db.apache.org seems to work for all pages, as a workaround.
>>
>> To get more community involvement in the Apache JDO project, we might 
>> automatically subscribe everyone on the jdo-experts alias to jdo-dev 
>> alias. We should start to use the jdo-dev alias for all dev business 
>> here.
>>
>> Craig
>>
>> Craig Russell
>> Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
>> 408 276-5638 mailto:Craig.Russell@sun.com
>> P.S. A good JDO? O, Gasp!
>
>
>
>


Re: Meeting 11-Feb-2005

Posted by Michael Bouschen <mb...@spree.de>.
Hi Craig,

we also discussed that classes Insurance and Employee of the TCK company 
model should be abstract. I checked the current  implementation:
- Insurance is abstract already.
- I will make Employee abstract which requires changing three TCK test 
cases. Today they create Employee instances and I will change this to 
FullTimeEmployee.

Regards Michael

> Attendees: Craig Russell, Michael Bouschen, Michelle Caisse
>
> Discussed mapping Company. The normalized schema has one column in the 
> Insurance table with a foreign key (not unique) to Employee table. The 
> object model has a single field in the Insurance class that references 
> the Employee class. The Employee class has two fields: one for each of 
> the subclasses in Insurance. Question is whether we can map this using 
> the standard mapping in chapter 18.
>
> Maven build-site should work for the latest maven repository that can 
> be downloaded from the SubversionRepository wiki page.
>
> Updates to chapter 14 assertions for new query: Michelle will send 
> latest chapter 14 to Michael who will add assertions for new APIs and 
> add them to the spreadsheet. Michelle will then update the Frame 
> document with the new assertions.
>
> Need to look for new JDO 2.0 assertions in chapters 9, 11, 12, and 15. 
> The spreadsheet will have the sheets renamed to reflect the chapter 
> subject not its number, because some chapter numbers changed from JDO 
> 1 to JDO 2.
>
> Michael created a new wiki page for query testing.
>
> Discussed capitalization conventions for database schema used for the 
> TCK. Craig will ask the experts for their opinions. The question is 
> whether to use lower_case, UPPER_CASE, or CamelCase for table, column, 
> index, and constraint names.
>
> We have not been able to subscribe to individual wiki pages. No  one 
> who will talk to us seems to know how the subscriptions are supposed 
> to work. Low priority, just a question. Subscribing to 
> jdo-commits@db.apache.org seems to work for all pages, as a workaround.
>
> To get more community involvement in the Apache JDO project, we might 
> automatically subscribe everyone on the jdo-experts alias to jdo-dev 
> alias. We should start to use the jdo-dev alias for all dev business 
> here.
>
> Craig
>
> Craig Russell
> Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
> 408 276-5638 mailto:Craig.Russell@sun.com
> P.S. A good JDO? O, Gasp!



-- 
Michael Bouschen		Tech@Spree Engineering GmbH
mailto:mbo.tech@spree.de	http://www.tech.spree.de/
Tel.:++49/30/235 520-33		Buelowstr. 66			
Fax.:++49/30/2175 2012		D-10783 Berlin