[Jifty-commit] r1524 - in jifty/trunk: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jul 10 18:41:40 EDT 2006


Author: alexmv
Date: Mon Jul 10 18:41:39 2006
New Revision: 1524

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Manual/Actions.pod

Log:
 r15168 at zoq-fot-pik:  chmrr | 2006-07-10 18:41:35 -0400
  * Mention webservices in Actions doc


Modified: jifty/trunk/lib/Jifty/Manual/Actions.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Actions.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Actions.pod	Mon Jul 10 18:41:39 2006
@@ -40,7 +40,9 @@
 
 (Instead of copying-and-pasting that, or typing it in, though, you
 could just run:
+
     jifty action --name DoNothing
+
 in your application's directory, and Jifty would create a skeleton for
 you. )
 
@@ -294,6 +296,16 @@
 
 (XXX TODO Note about C<constructor> arguments)
 
+=head1 ACTIONS AS WEB SERVICES
+
+Your actions are also automatically published as web services.
+Clients can POST requsets, usually using the YAML or JSON request
+format.  See C<bin/service> for a trivial generic webservice client.
+
+(XXX TODO More about webservices)
+
 =head1 SEE ALSO
 
 L<Jifty::Action>, L<Jifty::Manual::Tutorial>
+
+=cut


More information about the Jifty-commit mailing list