This module adds a server based on the AMF protocol to the Services module for Drupal 7.
It allows for communication between an actionscript 3 client - like flash, flex and air - with drupal core services or custom services via amf, also known as flash remoting.
This module uses Zend AMF classes from the Zend framework to provide support for services defined in the service api.
This module is to D7 as the amfphp module was to D6, but with one big advantage: it doesn't use the outdated and badly maintained php4 amfphp framework but the Zend AMF php5 implementation. you can read about it by the former lead developer of amfphp, who is now lead developer for zendamf:.
features
It makes use of Zend AMF as core AMF engine (not included, but can be downloaded from www.zend.com) and preferrably installed in sites/all/libraries. The Zend framework can be used in other modules of your drupal site.
DrupalGapps is a project that aims at seamlessly integrating Google Apps with Drupal.
Extended DrupalGapps is a project that aims at extending the current feature-set of the existing module.
The project aims at extending the DrupalGapps (Google Apps Framework for Drupal) module by:
* Porting DrupalGapps module to Drupal 7.
* Improving and adding more features to existing DrupalGapps API.
* OAuth integration.
* Registration sub-module development.
* Developing wrapper API and application for Google Documents List API using DrupalGapps API.
Web-scale discovery is a relatively new service in the library world. If you're unfamiliar with the expression, you shouldn't be surprised. Web-scale discovery describes a service for rapid searching of an aggregate index of disparate sources many or most of which is content licensed by a subscription rather than freely available. One web-scale discovery service provider is SerialsSolutions with their product named Summon (see: http://www.serialssolutions.com/summon/). Other companies may have competing products, but at present SerialsSolutions' Summon service is the most popular. Summon offers an API for integration in other applications, and I've built a module that implements searching Summon from within Drupal. I'd like to share this module with other drupal users who may be clients of SerialsSolutions.
So far, no other modules performs this kind of function. There aren't any existing modules on drupal.org that interface with Summon, or any other web-scale discovery service. The University of Michigan Library's website already runs on Drupal, so implementing a Summon client within our library's website was a very attractive prospect. Other libraries have expressed interest in sharing or building on our code, and thus we're investigating creating a new module project on drupal.org.