I agree with Rural that there is a need for a list of some kind.

As a partial solution, the Javadoc package summary pages list of most
of them, with brief descriptions for each:

Core Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/package-summary.html

AJAX Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/ajax/package-summary.html

Assets Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/assets/package-summary.html

Dynamic Component Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/dynamic/package-summary.html

JavaScript Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/javascript/package-summary.html

Link Transformation Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/linktransform/package-summary.html

Message Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/messages/package-summary.html

Component Metadata Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/meta/package-summary.html

Page Loading Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/pageload/package-summary.html

Security Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/security/package-summary.html

Template Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/templates/package-summary.html

Class Transformation Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/transform/package-summary.html

Tapestry-IOC Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/ioc/services/package-summary.html
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/ioc/services/cron/package-summary.html
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/kaptcha/services/package-summary.html

File Upload Services:
  
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/upload/services/package-summary.html



On Thu, Nov 1, 2012 at 12:07 PM, Kalle Korhonen
<kalle.o.korho...@gmail.com> wrote:
> On Thu, Nov 1, 2012 at 8:38 AM, Rural Hunter <ruralhun...@gmail.com> wrote:
>> yes, thanks guys. I know I can get it from service-status or source code. I
>> have already had a rough read of both. But if there is a doc to briefly
>> describe all those services and how to utilize them, it will be very helpful
>> and save a lot of time at least for beginners. Regarding the current IOC
>
> I'm not sure if it would save time. There are way too many services
> and the "most commonly used services" are different for different
> people. I think you are approaching it wrong. It might be useful to
> think about like this: if you need something done, assume there's
> going to be a service for it, you just need to find out what is it
> called and the documentation for that specific service.
>
> Kalle
>
>> 于 2012/11/1 23:13, Lance Java 写道:
>>
>>> If you're not afraid of getting your hands dirty with a bit of source
>>> code,
>>> download the tapestry sources and have a look at:
>>>
>>> tapestry-core\src\main\java\org\apache\tapestry5\services\TapestryModule.java
>>>
>>> tapestry-ioc\src\main\java\org\apache\tapestry5\ioc\services\TapestryIOCModule.java
>>>
>>> The majority of the core services are defined in these two modules.
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://tapestry.1045711.n5.nabble.com/is-there-a-doc-describing-Tapestry-built-in-services-tp5717518p5717535.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to