Difference between revisions of "Web Services Working Group"

From Joomla! Documentation

m (Added link to JWC meeting page.)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{tip|title=Working Group Archive|text=This page is an archive record for the activities of the [https://volunteers.joomla.org/teams/web-services-working-group Web Services Working Group]. This team developed a draft Joomla web service implementation that eventually was discarded in favour of the version that shipped in Joomla 4.}}
 +
 
The Web Services Working Group is a [[Production Working Groups|Production Working Group]].
 
The Web Services Working Group is a [[Production Working Groups|Production Working Group]].
  
Line 6: Line 8:
  
 
==Announcements==
 
==Announcements==
 +
* [https://docs.google.com/document/d/1ZwmQeFWISPPv9o_a2GNeZUINmu95ja4R5KBxEr0zmCU/edit?usp=sharing Web Services in Joomla: A Roadmap]
 
* [https://groups.google.com/group/joomla-dev-cms/browse_frm/thread/76d499c6ec12840a?hl=en Web Services Working Group update 4 June 2012]
 
* [https://groups.google.com/group/joomla-dev-cms/browse_frm/thread/76d499c6ec12840a?hl=en Web Services Working Group update 4 June 2012]
 
* [https://groups.google.com/group/joomla-dev-cms/browse_frm/thread/4547aeb290723d87/7608dd58300bbe57?hl=en%E1%B6%B8dd58300bbe57 Request for comments on first draft of web API specification]
 
* [https://groups.google.com/group/joomla-dev-cms/browse_frm/thread/4547aeb290723d87/7608dd58300bbe57?hl=en%E1%B6%B8dd58300bbe57 Request for comments on first draft of web API specification]
Line 25: Line 28:
 
* [https://github.com/chrisdavenport/j3-rest-api Proof-of-concept implementation of draft API specification] for Joomla 3.x.
 
* [https://github.com/chrisdavenport/j3-rest-api Proof-of-concept implementation of draft API specification] for Joomla 3.x.
 
* [http://www.youtube.com/watch?v=TMNiQQEL4PE Taking a REST and being HAPI - Chris Davenport's presentation at J and Beyond 2013] - Slides also [http://www.slideshare.net/chrisdavenport/taking-a-rest-and-being-hapi-22825642 available from Slideshare]
 
* [http://www.youtube.com/watch?v=TMNiQQEL4PE Taking a REST and being HAPI - Chris Davenport's presentation at J and Beyond 2013] - Slides also [http://www.slideshare.net/chrisdavenport/taking-a-rest-and-being-hapi-22825642 available from Slideshare]
 +
* [https://github.com/mikekelly/hal-rfc hal+json specification]
 +
* [http://jandbeyond.org/program/sessions/dont-worry-be-api-best-practices-and-implementatio.html Don't worry be “API” - best practices and implementation - Pierre André Vullioud's Slides of his presentation at J and Beyond 2013]
 +
* [https://github.com/pvullioud/japi#japi Test API for Joomla using SlimFramework] by pvullioud. For this example only basic tags are supported
 +
 
==Deliverables==
 
==Deliverables==
 
Create a POC using com_users by using the extending it to add webservices to Adding, Editing users, Listing users. Added by Parth Lawate as per webservices group discussion at #JWC12
 
Create a POC using com_users by using the extending it to add webservices to Adding, Editing users, Listing users. Added by Parth Lawate as per webservices group discussion at #JWC12
Line 41: Line 48:
 
Primary communications channel is the [https://groups.google.com/group/joomla-dev-cms?hl=en Joomla CMS Development mailing list].  If the volume of traffic becomes such that it might be deemed to be a nuisance by those not interested in web services, then we will most likely start a separate mailing list.
 
Primary communications channel is the [https://groups.google.com/group/joomla-dev-cms?hl=en Joomla CMS Development mailing list].  If the volume of traffic becomes such that it might be deemed to be a nuisance by those not interested in web services, then we will most likely start a separate mailing list.
  
There is also a Skype chat for informal communications.  Please request to be added by contacting Ashwin Date or Chris Davenport.
+
There is also a Glip chat [https://glip.com/] for informal communications.  Please request to be added by contacting Ashwin Date or Chris Davenport.  There was Slack chat and a Skype chat but these are no longer used.
  
 
==Roadmap==
 
==Roadmap==
* Initial implementation of a limited set of functions in Joomla 3.2 (September 2013).
+
* [https://docs.google.com/document/d/1ZwmQeFWISPPv9o_a2GNeZUINmu95ja4R5KBxEr0zmCU/edit?usp=sharing Web Services in Joomla: A Roadmap]
* Feature complete implementation in Joomla 3.5 (March 2014).
 
  
 
==Meetings==
 
==Meetings==
 
* 19 May 2012: Meeting at J and Beyond 2012, Bad Nauheim, Germany.
 
* 19 May 2012: Meeting at J and Beyond 2012, Bad Nauheim, Germany.
* 17 November 2012: [http://conference.joomla.org/speakers/working-groups.html Meeting at Joomla World Conference], San Jose, California.
+
* 17 November 2012: Meeting at Joomla World Conference, San Jose, California.
* 31 May - 2 June 2013: Meeting during [http://jandbeyond.org/ J and Beyond 2013], Noordwijkerhout, The Netherlands.
+
* 31 May - 2 June 2013: Meeting during J and Beyond 2013, Noordwijkerhout, The Netherlands.
* 10 November 2013: [http://conference.joomla.org/index.php?option=com_conference&view=session&id=101 Meeting during Joomla World Conference], Boston, USA.
+
* 10 November 2013: Meeting during Joomla World Conference, Boston, USA.
  
[[Category:Web Services Working Group]]
+
[[Category:Joomla! 4.x Web Services]]
 
[[Category:Working Groups]]
 
[[Category:Working Groups]]

Latest revision as of 12:43, 19 September 2021

Working Group Archive

This page is an archive record for the activities of the Web Services Working Group. This team developed a draft Joomla web service implementation that eventually was discarded in favour of the version that shipped in Joomla 4.

The Web Services Working Group is a Production Working Group.

Coordinators & PLT Contact[edit]

Announcements[edit]

External resources[edit]

Deliverables[edit]

Create a POC using com_users by using the extending it to add webservices to Adding, Editing users, Listing users. Added by Parth Lawate as per webservices group discussion at #JWC12

Technical work produced by this group[edit]

Communications[edit]

Primary communications channel is the Joomla CMS Development mailing list. If the volume of traffic becomes such that it might be deemed to be a nuisance by those not interested in web services, then we will most likely start a separate mailing list.

There is also a Glip chat [1] for informal communications. Please request to be added by contacting Ashwin Date or Chris Davenport. There was Slack chat and a Skype chat but these are no longer used.

Roadmap[edit]

Meetings[edit]

  • 19 May 2012: Meeting at J and Beyond 2012, Bad Nauheim, Germany.
  • 17 November 2012: Meeting at Joomla World Conference, San Jose, California.
  • 31 May - 2 June 2013: Meeting during J and Beyond 2013, Noordwijkerhout, The Netherlands.
  • 10 November 2013: Meeting during Joomla World Conference, Boston, USA.