jbeanmapper-developer Mailing List for jbeanmapper
Brought to you by:
pughbri
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
|
Dec
|
---|
From: <jbe...@li...> - 2004-10-15 21:28:21
|
I added the unmodifiable bean mapper. I'll try to do the logging in the next few days. -Brian --------------------------------- Do you Yahoo!? vote.yahoo.com - Register online to vote today! |
From: <jbe...@li...> - 2004-10-15 18:59:38
|
Okay. The only things left from the things below are the logging and the unmodifiable bean mapper. -Ryan -----Original Message----- From: jbe...@li... [mailto:jbe...@li...] Sent: Friday, October 15, 2004 9:14 AM To: jbe...@li... Subject: [Jbeanmapper-developer] Beta-1 released- plan for 1.0 final release Beta 1 has been released. Here's a list of things I'd like to tackle next: - Add "excludes" to the default-mapping element - Create a "BeanMappers" class that provides an "unmodifiable beanmapper" which would allow for a thread safe BeanMapper (similar to java.util.Collections) - Put in trace level logging that will log exactly what is being mapped to what - Make schema validation of the XML document optional - Clean-up the handling of primitives in SImpleJBeanConverter - Clean-up the naming of "introspectors" (they aren't really introspectors) and the relationship of BeanMapper to Introspector Anything else? Anyone want to pick some of these up? -Brian Do you Yahoo!? vote.yahoo.com - Register online to vote today! |
From: <jbe...@li...> - 2004-10-15 15:14:00
|
Beta 1 has been released. Here's a list of things I'd like to tackle next: - Add "excludes" to the default-mapping element - Create a "BeanMappers" class that provides an "unmodifiable beanmapper" which would allow for a thread safe BeanMapper (similar to java.util.Collections) - Put in trace level logging that will log exactly what is being mapped to what - Make schema validation of the XML document optional - Clean-up the handling of primitives in SImpleJBeanConverter - Clean-up the naming of "introspectors" (they aren't really introspectors) and the relationship of BeanMapper to Introspector Anything else? Anyone want to pick some of these up? -Brian --------------------------------- Do you Yahoo!? vote.yahoo.com - Register online to vote today! |
From: <jbe...@li...> - 2004-10-15 03:48:43
|
I think having "excludes" is a great idea. Might be a little cleaner to make it a sub-element of the default mappings element rather than a comma seperated list. --------------------------------- Do you Yahoo!? Express yourself with Y! Messenger! Free. Download now. |
From: <jbe...@li...> - 2004-10-14 19:38:36
|
Okay. I've committed the documentation for <default-property-mappings> and I've committed the schema and validation of the xml files in the XMLIntrospector. I was thinking that the <default-property-mappings/> should have an "exclude" attribute that is a comma-separated list of properties to exclude from the default-property-mappings. There might be a few cases where we'll want to do all the defaults except for x, y, and z. What do you think? -Ryan -----Original Message----- From: jbe...@li... [mailto:jbe...@li...] Sent: Wednesday, October 13, 2004 10:48 AM To: jbe...@li... Subject: RE: [Jbeanmapper-developer] Current Status Ryan, I commited support for Maps and updated the documentation to include arrays, maps and collections. I see you've committed the do-default-mappings stuff. So I think this is what is still needed: - documentation on the do-default-mappings. Can you take this one? - packaging (a zip file with docs and binary as well as a src distribution). I I'll do this. - dtd for the XML document. I believe you already started on this? - Continued testing Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. |
From: <jbe...@li...> - 2004-10-13 16:49:46
|
Ryan, I commited support for Maps and updated the documentation to include arrays, maps and collections. I see you've committed the do-default-mappings stuff. So I think this is what is still needed: - documentation on the do-default-mappings. Can you take this one? - packaging (a zip file with docs and binary as well as a src distribution). I I'll do this. - dtd for the XML document. I believe you already started on this? - Continued testing --------------------------------- Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. |
From: <jbe...@li...> - 2004-10-11 19:50:37
|
Thanks Ryan. I've udpated the documentation some but we probably still need a section on Arrays and Collections which I'll try to do soon. Once you get the "default-mappings" implemented, can you add something to the documentation about that? I've also now implemented support for nested properties. So the remaining tasks now are: - more documentation updates for arrays/collections and do-default-mappins (Brian & Ryan) - implement do-default-mappings tag (Ryan) - packaging (a zip file with docs and binary as well as a src distribution) - dtd for the XML document (Ryan) - handling of Maps (do we need this for an initial release?) - continued testing jbe...@li... wrote: I'll pick up the do-default-mappings tag and the dtd. -Ryan -----Original Message----- From: jbe...@li... [mailto:jbe...@li...] On Behalf Of Brian Pugh Sent: Wednesday, October 06, 2004 3:33 PM To: jbe...@li... Subject: [Jbeanmapper-developer] Current Status I've commited all the basic functionality for jbeanmapper and we have basic documentation now too (thanks for providing a reasonable html template Ryan). Before a alpha release we probably need: - Improved documentation - implement do-default-mappings tag - support for nested properties in targetProperty of property-mapping tag - packaging (a zip file with docs and binary as well as a src distribution) - dtd for the XML document - testing I'm going to work through the nested properties. Anyone else want to pick up on of the other tasks? Do you Yahoo!? vote.yahoo.com - Register online to vote today! ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Jbeanmapper-developer mailing list Jbe...@li... https://lists.sourceforge.net/lists/listinfo/jbeanmapper-developer --------------------------------- Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. |
From: <jbe...@li...> - 2004-10-11 18:36:11
|
I'll pick up the do-default-mappings tag and the dtd. -Ryan -----Original Message----- From: jbe...@li... [mailto:jbe...@li...] On Behalf Of Brian Pugh Sent: Wednesday, October 06, 2004 3:33 PM To: jbe...@li... Subject: [Jbeanmapper-developer] Current Status I've commited all the basic functionality for jbeanmapper and we have basic documentation now too (thanks for providing a reasonable html template Ryan). Before a alpha release we probably need: - Improved documentation - implement do-default-mappings tag - support for nested properties in targetProperty of property-mapping tag - packaging (a zip file with docs and binary as well as a src distribution) - dtd for the XML document - testing I'm going to work through the nested properties. Anyone else want to pick up on of the other tasks? Do you Yahoo!? vote.yahoo.com - Register online to vote today! |
From: Brian P. <tra...@ya...> - 2004-10-06 21:32:41
|
I've commited all the basic functionality for jbeanmapper and we have basic documentation now too (thanks for providing a reasonable html template Ryan). Before a alpha release we probably need: - Improved documentation - implement do-default-mappings tag - support for nested properties in targetProperty of property-mapping tag - packaging (a zip file with docs and binary as well as a src distribution) - dtd for the XML document - testing I'm going to work through the nested properties. Anyone else want to pick up on of the other tasks? --------------------------------- Do you Yahoo!? vote.yahoo.com - Register online to vote today! |