> 1. Does anyone know the current status of this project? Yes, it is there for your use. It is a bit of a hack considering the underlying api. But it still works just the same.
> 2. Or an alternative for centralizing message resources across web > apps in a single repository? I have not heard of anyone else who has developed an open source database-based resource bundle. > 3. The OJBMessageResources project is based on the older jakarta-ojb > v 0.9.4 which is now under DB Commons in Apache. Is this planned for > inclusion into struts and if so is there a more recent version? Commons resources is still in the commons sandbox under Jakarta. You are welcome to check it out and build it with Maven. The code is relatively complete and the full test suite passes. Just last week I finished moving the database implementations (iBatis, straight JDBC) around. I had originally added a Hibernate impl as well, but as I understand it, the license is incompatible with Apache's license, so I moved that code over to sf.net (http://sourceforge.net/projects/struts). You will need to get the source from cvs. I just haven't released it yet (it's on my todo list). You'll need to use both the commons-resources-1.0-dev.jar and commons-resources-tests-1.0-dev.jar that are generated by building commons-resources with Maven. Be conscious of the fact that the commons-resources API could change rather drastically before it becomes an official release, so I wouldn't create too much code that depends on it. I don't like the way the api assumes all impls are file-based. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx ----- Original Message ----- From: "Larry Babb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Larry Babb" <[EMAIL PROTECTED]> Sent: Monday, September 13, 2004 11:56 PM Subject: Struts Database Message Resources via OJBMessageResources I found a reference to a sourceforge project that James Mitchell developed called OJBMessageResources and I am curious to the status. It was last updated in April 2003. I found a reference on a mailing list that it was/is going to be integrated into the Commons Resources and that the Commons Resources was being planned for integration into Struts (1.3 I think). My questions are: 1. Does anyone know the current status of this project? 2. Or an alternative for centralizing message resources across web apps in a single repository? 3. The OJBMessageResources project is based on the older jakarta-ojb v 0.9.4 which is now under DB Commons in Apache. Is this planned for inclusion into struts and if so is there a more recent version? Any help would be appreciated. Thanks Larry Babb --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]