[OPEN-ILS-DEV] ofbiz update, questions

Mike Rylander mrylander at gmail.com
Fri Aug 17 14:27:17 EDT 2007


On 8/17/07, Bill Erickson <erickson at esilibrary.com> wrote:

[snip]

> Questions:
>
> 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 so.  It seems about as close to "use EG for everything" as
we're realistically going to get, short of faking out ofbiz with some
views on top of the EG user table.

The less duplicated data the better, of course.  I assume the purpose
of propgating the username is to display it at the top of pages or
some such?

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

I'd probably java-fy it to org.OpenILS.WoodChip, but other than that, meh... ;)

> 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.?
>

This may be to ofbiz specific for me to really understand, but I do
think having a single common bundle would be  preferable to multiple
"modules" ...

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

berick++

-- 
Mike Rylander
Equinox Software, Inc
miker at esilibrary.com
http://esilibrary.com/


More information about the Open-ils-dev mailing list