A Model-based Approach to Service-Oriented Computing


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News A Model-based Approach to Service-Oriented Computing
# 1  
Old 10-30-2008
A Model-based Approach to Service-Oriented Computing

HPL-2008-174 A Model-based Approach to Service-Oriented Computing - Pruyne, Jim; Singhal, Sharad
Keyword(s): Web Services, Middleware, Service Oriented Computing, Model-Driven Architecture
Abstract: Web Services are the current best practice for developing distributed software and integrating disparate components across the Internet or within an enterprise. In this approach, services are characterized by their interface-what they can do, and their location-how they are accessed. We augment thes ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Computing difference based on line contents

I have the following awk script set up to copy the contents of a line that contains 0008 in each line that contains values of 1895 through 2012. awk -v OFS=" " '{val=0+substr($1,length($1)-3,4);if(val==0008){print;$1=x;y=$0}else{if(val>=1895&&val<=2012){print $1 y}else{print}}}' Output... (7 Replies)
Discussion started by: ncwxpanther
7 Replies

2. News, Links, Events and Announcements

ARM Based Community oriented to Job

Hi everybody, I write this small news in order to inform you an ARM network has been created around job opportunities and Vocational TRaining for student. This open group is coming together design, hardware software domains on ARM RISC Architecture. With more than 1,500 users from great... (0 Replies)
Discussion started by: ARMBasedGroup
0 Replies
Login or Register to Ask a Question
Jifty::Script::Model(3pm)				User Contributed Perl Documentation				 Jifty::Script::Model(3pm)

NAME
Jifty::Script::Model - Add a model class to your Jifty application SYNOPSIS
jifty model --name MyFirstModel jifty model --name MyFirstModel --force Options: --name <name> name of the model --force overwrite files --help brief help message --man full documentation DESCRIPTION
Creates a skeleton model file. options --name NAME (required) Name of the model class. --force By default, this will stop and warn you if any of the files it is going to write already exist. Passing the --force flag will make it overwrite the files. --help Print a brief help message and exits. --man Prints the manual page and exits. DESCRIPTION
This creates a skeleton of a new model class for your jifty application, complete with a skeleton of a test suite for it, as well. METHODS
run Creates a skeleton file under "lib/ApplicationClass/Model/Model", as well as a skeleton tests file. DESCRIPTION
A basic test harness for the $model model. perl v5.14.2 2010-09-25 Jifty::Script::Model(3pm)