Whoa, Bill, you have been busy! >1. Is the approach above more or less what everyone was expecting as far as >user integration goes? Thus far, the only data I've duplicated across >systems is the username of the logged in user, which we can force to stay >in sync in the UserManager code at login time, and the user ID, which >should never change.
I think this is a good approach, the user ID is a good unifying element. >2. What Java package namespace do we want to use for the custom Java files? >I've been using org.open_ils.woodchip out of laziness. Fine with me. >3. I'm building an application in framework/woodchip. This is where I plan >on putting all of my custom java handling code and utility code. It's also >a good place to put test webapps, or maybe even a portal page of some sort. >Regardless, do we want to continue with building a core woodchip >application (in framework/woodchip) that houses all of the common woodchip >code, templates, properties, etc.? OFBiz developers seemed to be a little inconsistent on this kind of thing, but this seems to be the cleanest way of keeping track of everything. >For the curious, I have a tarball of my test code at >/home/erickson/woodchip-app.tar on acq.open-ils.org. It's not pretty. In the eye of the beholder and all that, I think you have made great progress. art
