Download objectivesync Free Java Code

Description

An abstraction of the various synchronization policies used when linking a remote iPhone app to a supporting backend web service. Abstracted from the ObjectiveResource project.

Icons

objectivesync

Source Files

The download file objectivesync-master.zip has the following entries.


.gitignore//from  w  w w. ja va 2  s  .c om
.gitmodules
Info.plist
MainWindow.xib
NotesExampleApp/Note.h
NotesExampleApp/Note.m
NotesExampleApp/NoteEdit.xib
NotesExampleApp/NoteEditController.h
NotesExampleApp/NoteEditController.m
NotesExampleApp/NoteListController.h
NotesExampleApp/NoteListController.m
NotesExampleApp/main.m
NotesExampleApp/objectivesyncAppDelegate.h
NotesExampleApp/objectivesyncAppDelegate.m
README
external_libs/ObjectiveRecord/NSData-SQLitePersistence.h
external_libs/ObjectiveRecord/NSData-SQLitePersistence.m
external_libs/ObjectiveRecord/NSDate-SQLitePersistence.h
external_libs/ObjectiveRecord/NSDate-SQLitePersistence.m
external_libs/ObjectiveRecord/NSMutableData-SQLitePersistence.h
external_libs/ObjectiveRecord/NSMutableData-SQLitePersistence.m
external_libs/ObjectiveRecord/NSNumber-SQLitePersistence.h
external_libs/ObjectiveRecord/NSNumber-SQLitePersistence.m
external_libs/ObjectiveRecord/NSObject-SQLitePersistence.h
external_libs/ObjectiveRecord/NSObject-SQLitePersistence.m
external_libs/ObjectiveRecord/NSString-SQLiteColumnName.h
external_libs/ObjectiveRecord/NSString-SQLiteColumnName.m
external_libs/ObjectiveRecord/NSString-SQLitePersistence.h
external_libs/ObjectiveRecord/NSString-SQLitePersistence.m
external_libs/ObjectiveRecord/NSString-UppercaseFirst.h
external_libs/ObjectiveRecord/NSString-UppercaseFirst.m
external_libs/ObjectiveRecord/ORCDataChangedDelegate.h
external_libs/ObjectiveRecord/SQLiteInstanceManager.h
external_libs/ObjectiveRecord/SQLiteInstanceManager.m
external_libs/ObjectiveRecord/SQLitePersistentObject.h
external_libs/ObjectiveRecord/SQLitePersistentObject.m
external_libs/ObjectiveSupport/Core/CoreSupport.h
external_libs/ObjectiveSupport/Core/Inflections/NSString+InflectionSupport.h
external_libs/ObjectiveSupport/Core/Inflections/NSString+InflectionSupport.m
external_libs/ObjectiveSupport/Core/NSData+Additions.h
external_libs/ObjectiveSupport/Core/NSData+Additions.m
external_libs/ObjectiveSupport/Core/NSObject+PropertySupport.h
external_libs/ObjectiveSupport/Core/NSObject+PropertySupport.m
external_libs/ObjectiveSupport/Core/NSString+GSub.h
external_libs/ObjectiveSupport/Core/NSString+GSub.m
external_libs/ObjectiveSupport/Core/ObjectiveResourceDateFormatter.h
external_libs/ObjectiveSupport/Core/ObjectiveResourceDateFormatter.m
external_libs/ObjectiveSupport/Core/ObjectiveSupport.h
external_libs/ObjectiveSupport/Serialization/JSON/JSONSerializable.h
external_libs/ObjectiveSupport/Serialization/JSON/JSONSerializableSupport.h
external_libs/ObjectiveSupport/Serialization/JSON/NSDictionary+JSONSerializableSupport.h
external_libs/ObjectiveSupport/Serialization/JSON/NSDictionary+JSONSerializableSupport.m
external_libs/ObjectiveSupport/Serialization/JSON/NSObject+JSONSerializableSupport.h
external_libs/ObjectiveSupport/Serialization/JSON/NSObject+JSONSerializableSupport.m
external_libs/ObjectiveSupport/Serialization/NSDate+Serialize.h
external_libs/ObjectiveSupport/Serialization/NSDate+Serialize.m
external_libs/ObjectiveSupport/Serialization/NSDictionary+KeyTranslation.h
external_libs/ObjectiveSupport/Serialization/NSDictionary+KeyTranslation.m
external_libs/ObjectiveSupport/Serialization/NSObject+Serialize.h
external_libs/ObjectiveSupport/Serialization/NSObject+Serialize.m
external_libs/ObjectiveSupport/Serialization/NSString+Serialize.h
external_libs/ObjectiveSupport/Serialization/NSString+Serialize.m
external_libs/ObjectiveSupport/Serialization/Serialize.h
external_libs/ObjectiveSupport/Serialization/XML/FromXMLElementDelegate.h
external_libs/ObjectiveSupport/Serialization/XML/FromXMLElementDelegate.m
external_libs/ObjectiveSupport/Serialization/XML/NSArray+XMLSerializableSupport.h
external_libs/ObjectiveSupport/Serialization/XML/NSArray+XMLSerializableSupport.m
external_libs/ObjectiveSupport/Serialization/XML/NSDate+XMLSerializableSupport.h
external_libs/ObjectiveSupport/Serialization/XML/NSDate+XMLSerializableSupport.m
external_libs/ObjectiveSupport/Serialization/XML/NSDictionary+XMLSerializableSupport.h
external_libs/ObjectiveSupport/Serialization/XML/NSDictionary+XMLSerializableSupport.m
external_libs/ObjectiveSupport/Serialization/XML/NSNull+XMLSerializableSupport.h
external_libs/ObjectiveSupport/Serialization/XML/NSNull+XMLSerializableSupport.m
external_libs/ObjectiveSupport/Serialization/XML/NSObject+XMLSerializableSupport.h
external_libs/ObjectiveSupport/Serialization/XML/NSObject+XMLSerializableSupport.m
external_libs/ObjectiveSupport/Serialization/XML/NSString+XMLSerializableSupport.h
external_libs/ObjectiveSupport/Serialization/XML/NSString+XMLSerializableSupport.m
external_libs/ObjectiveSupport/Serialization/XML/XMLSerializable.h
external_libs/ObjectiveSupport/Serialization/XML/XMLSerializableSupport.h
external_libs/ObjectiveSupport/json-framework/JSONFramework.h
external_libs/ObjectiveSupport/json-framework/NSObject+SBJSON.h
external_libs/ObjectiveSupport/json-framework/NSObject+SBJSON.m
external_libs/ObjectiveSupport/json-framework/NSString+SBJSON.h
external_libs/ObjectiveSupport/json-framework/NSString+SBJSON.m
external_libs/ObjectiveSupport/json-framework/SBJSON.h
external_libs/ObjectiveSupport/json-framework/SBJSON.m
lib/OSYDataChangedDelegate.h
lib/OSYDataChangedDelegate.m
lib/OSYLog.h
lib/OSYLog.m
lib/OSYService.h
lib/OSYService.m
lib/OSYSync.h
lib/OSYSync.m
lib/OSYSyncDelegate.h
objectivesync.xcodeproj/project.pbxproj
objectivesync_Prefix.pch
sample_rails_app/README
sample_rails_app/Rakefile
sample_rails_app/app/controllers/application.rb
sample_rails_app/app/controllers/notes_controller.rb
sample_rails_app/app/helpers/application_helper.rb
sample_rails_app/app/helpers/notes_helper.rb
sample_rails_app/app/models/note.rb
sample_rails_app/app/views/layouts/notes.html.erb
sample_rails_app/app/views/notes/edit.html.erb
sample_rails_app/app/views/notes/index.html.erb
sample_rails_app/app/views/notes/new.html.erb
sample_rails_app/app/views/notes/show.html.erb
sample_rails_app/config/boot.rb
sample_rails_app/config/database.yml
sample_rails_app/config/environment.rb
sample_rails_app/config/environments/development.rb
sample_rails_app/config/environments/production.rb
sample_rails_app/config/environments/test.rb
sample_rails_app/config/initializers/inflections.rb
sample_rails_app/config/initializers/mime_types.rb
sample_rails_app/config/initializers/new_rails_defaults.rb
sample_rails_app/config/locales/en.yml
sample_rails_app/config/routes.rb
sample_rails_app/db/migrate/20090130133217_create_notes.rb
sample_rails_app/db/schema.rb
sample_rails_app/doc/README_FOR_APP
sample_rails_app/public/404.html
sample_rails_app/public/422.html
sample_rails_app/public/500.html
sample_rails_app/public/dispatch.cgi
sample_rails_app/public/dispatch.fcgi
sample_rails_app/public/dispatch.rb
sample_rails_app/public/favicon.ico
sample_rails_app/public/images/rails.png
sample_rails_app/public/index.html
sample_rails_app/public/javascripts/application.js
sample_rails_app/public/javascripts/controls.js
sample_rails_app/public/javascripts/dragdrop.js
sample_rails_app/public/javascripts/effects.js
sample_rails_app/public/javascripts/prototype.js
sample_rails_app/public/robots.txt
sample_rails_app/public/stylesheets/scaffold.css
sample_rails_app/script/about
sample_rails_app/script/console
sample_rails_app/script/dbconsole
sample_rails_app/script/destroy
sample_rails_app/script/generate
sample_rails_app/script/performance/benchmarker
sample_rails_app/script/performance/profiler
sample_rails_app/script/performance/request
sample_rails_app/script/plugin
sample_rails_app/script/process/inspector
sample_rails_app/script/process/reaper
sample_rails_app/script/process/spawner
sample_rails_app/script/runner
sample_rails_app/script/server
sample_rails_app/test/fixtures/notes.yml
sample_rails_app/test/functional/notes_controller_test.rb
sample_rails_app/test/performance/browsing_test.rb
sample_rails_app/test/test_helper.rb
sample_rails_app/test/unit/note_test.rb

Download

Click the following link to download objectivesync-master.zip.

objectivesync-master.zip




















Home »
  Objective C Free Code »
    Web »




CSS
HTML
HTML5
HTTP
Network Library
NodeJs
RESTful
RSS
URL
Web
WebApplication
WebService