opencoweb / coweb

Open Cooperative Web Framework
Other
232 stars 29 forks source link

Expose and Simplify OT Engine access #145

Closed vinomaster closed 12 years ago

vinomaster commented 12 years ago

The goal here is to enable web developers to consume our OT Engine as a separate library w/o using our Collaboration API.

The solution to this issue would be comprised of the following:

Notes:

  1. Tactically this can be done via JS includes; Strategically, we can address AMD and/or CommonJS loaders
  2. As per existing docs we hide OT complexity: http://opencoweb.org/ocwdocs/intro/openg.html#a-final-word
vinomaster commented 12 years ago

As per Issue #147 we need to be able to deliver Java and JS packages of the OT Engine libraries.

ccotter commented 12 years ago

Current status (working on issue145 branch)

All OCW JS OT code has been moved into a new git repo opencoweb/coweb-jsoe.git. OCW now includes the OT code as a submodule.

Changes required

Several changes are in order:

ccotter commented 12 years ago

Branch issue145 has been merged into master. I'm going to close this issue as all items have been completed. Any new issues relating to this can be created as new issues.