Hi Jeffery, On Tue, Feb 3, 2009 at 3:48 PM, Jeffery A. Triggs <[email protected]> wrote: > Does anyone know if there are any known issues with the findObjects > method in Fedora 3.0? One of our people is having a problem getting a > Javabridge implementation that worked with Fedora 2.* working with > 3.0. He was somewhat unnerved at seeing "NOT CURRENTLY IMPLEMENTED" > in the 3.0 demo code.
As part of the content model architecture, the findObjects method did change from 2.x to 3.x. But the only time I remember having "NOT CURRENTLY IMPLEMENTED" comments in the findObjects code was when we put the 3.0 beta releases out. The current release is 3.1, so it would be best to go against that. Here's some more detail on the 2.x->3.x findObject change: The way the command is invoked and the basic structure of the response didn't change, but queries involving the old bDef, bMech, fType, and cModel fields are no longer valid against the findObjects interface in 3.x. The information these fields used to convey in 2.x is now discoverable via the risearch interface. Note that bDef and bMech have been replaced by the SDef (Service Definition) and SDep (Service Deployment) concepts in 3.x. Also, the fType and cModel fields have been merged into a single "object type" concept in Fedora 3.0 -- the content model. An object's type (or types) is now indicated within the RELS-EXT datastream, via the special "hasModel" relationship. Being represented in RDF, this information is discoverable via queries to the resource index. - Chris Relevant docs for findObjects: 2.x: http://fedora-commons.org/confluence/x/gIBB 3.x: http://fedora-commons.org/confluence/x/cwFI ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
