Be the first to post a text review of RETS Open Source Projects. Rate and review a project by clicking thumbs up or thumbs down in the right column.
New Features and bug fixes: - Added improvements to concurrency support in the search transaction - Fix bug in the CompactDataIndexer where some RETS servers do not add a CRLF to the end of data, the data was not being completely parsed - Added ability to retrieve the last executed transaction url and post data to Search, GetMetadata and Update transactions - Added ability to upload binary data in the PostObject transaction - Fixed bug with ordering of column data in search transaction, ordering of columns in now preserved in the RetsResultRow - Added getImage() and getObjectUrl() to RetsResultRow to be used when the data is to be retrieved after executing GetObject
New Features and bug fixes: - ServerSearch.executeSearch(String) is no longer a blocking function, results will be parsed as they are read from the source RETS system and can be read in real-time with ServerSearch.hasMoreSets() and ServerSearch.getNextSet() - ServerGetObject and ServerPostObject have been added in this release and also incorporate MRIS extensions to the transactions. - JRETSC no longer requires that a RETS system returns a Digest challenge. Both Digest and Basic authentication types are supported. If both are used by a system, Digest will be returned by default. If no challenge is used, JRETSC will not return a challenge response. - JRETSC will now automatically encode values for Search, GetMetadata, Update and GetObject which use the http post method with application/x-www-form-urlencoded as the content type. Login and Logout use the get method and any url parameters will still need to be encoded for these transactions. - When GetObject was used in previous releases, all subsequent transactions had an image/jpeg accept header, this has been fixed and the appropriate accept header is now used for all transaction types. - ServerSearch now has the ability to retry a request on failure with the setRetryCount(int) method. - ServerResultSet - getColumns() and getJoinColumns() have been added so that the column definitions can be read from the result set, rather than the result row. - ServerConnection - support for User-Agent Authorization header been included with use of the user agent password in the overloaded logIn function.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?