learn linux and unix commands - unix shell scripting

Article: What Is a Reusable Service?

 
Thread Tools Search this Thread
# 1  
Old 05-27-2009
Article: What Is a Reusable Service?

A reusable service can be defined by the principles to which it adheres. Chief among those are the principles that are the foundation for all SOA architectures. This article by Gabriel Bechara describes those principles and how they can be used as a starting point for your SOA discussions.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Class::DBI::Sweet::Topping(3pm) 			User Contributed Perl Documentation			   Class::DBI::Sweet::Topping(3pm)

NAME
Class::DBI::Sweet::Topping - Topping for Class::DBI::Sweet SYNOPSIS
MyApp::Article->find_title_and_created_on( $title, $created_on ); MyApp::Article->search_title_and_created_on( $title, $created_on ); MyApp::Article->count_title_and_created_on( $title, $created_on ); MyApp::Article->page_title_and_created_on( $title, $created_on ); MyApp::Article->next_by_created_by( { order_by => 'created_on' } ); MyApp::Article->previous_by_created_by( { order_by => 'created_on' } ); DESCRIPTION
Class::DBI::Sweet::Topping provides a convenient AUTOLOAD for search, page, retrieve_next and retrieve_previous. AUTHORS
Christian Hansen <ch@ngmedia.com> Matt S Trout <mstrout@cpan.org> Sebastian Riedel <sri@oook.de> THANKS TO
Danijel Milicevic, Jesse Sheidlower, Marcus Ramberg, Viljo Marrandi SUPPORT
#catalyst on <irc://irc.perl.org> <http://lists.rawmode.org/mailman/listinfo/catalyst> <http://lists.rawmode.org/mailman/listinfo/catalyst-dev> LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Class::DBI::Sweet Catalyst perl v5.10.1 2010-04-22 Class::DBI::Sweet::Topping(3pm)