Popular


Ads on: Special HTML
You are here:
Webservicesph.com
Embedded system PDF Print E-mail

An embedded system is a special-purpose computer system designed to perform one or a few dedicated functions, often with real-time computing constraints. It is usually embedded as part of a complete device including hardware and mechanical parts. In contrast, a general-purpose computer, such as a personal computer, can do many different tasks depending on programming. Embedded systems control many of the common devices in use today.

Since the embedded system is dedicated to specific tasks, design engineers can optimize it, reducing the size and cost of the product, or increasing the reliability and performance. Some embedded systems are mass-produced, benefiting from economies of scale.

Physically, embedded systems range from portable devices such as digital watches and MP3 players, to large stationary installations like traffic lights, factory controllers, or the systems controlling nuclear power plants. Complexity varies from low, with a single microcontroller chip, to very high with multiple units, peripherals and networks mounted inside a large chassis or enclosure.

In general, "embedded system" is not an exactly defined term, as many systems have some element of programmability. For example, Handheld computers share some elements with embedded systems — such as the operating systems and microprocessors which power them — but are not truly embedded systems, because they allow different applications to be loaded and peripherals to be connected.

Last Updated ( Friday, 20 February 2009 14:17 )
 
List of web service frameworks PDF Print E-mail
Friday, 20 February 2009 14:03
 
NamePlatformMessaging Model (Destination)SpecificationsProtocols
ActionWebServiceRuby (on Rails)Client/Server ?SOAP, XML-RPC, WSDL
Apache AxisJava/C++Client/ServerWS-ReliableMessaging, WS-Coordination, WS-Security, WS-AtomicTransaction, WS-AddressingSOAP, WSDL
Apache Axis2Java/CClient/Server/ Asyn SupportWS-ReliableMessaging,WS-Security, WS-AtomicTransaction, WS-Addressing ,MTOM ,WS-Policy, WS-MetadataExchangeSOAP,MTOM, WSDL 2.0, WSDL
Apache CXFJavaClient/Server/ Asyn SupportWS-Addressing, WS-Policy, WS-ReliableMessaging, WS-Security, MTOMSOAP1.1, SOAP1.2,MTOM, WSDL 2.0, WSDL
AlchemySOAPC++Client/ServerWS-AddressingSOAP
csoapCClient/Server ?SOAP
HalcyonRubyClient/ServerN/AJSON
HessianJava, Ruby, Python, Erlang, PHP, othersClient/ServerHessian 1.0.1Hessian
JSON-RPC-JavaJavaServer ???JSON-RPC
JSON-RPC-LuaLuaServer ???JSON-RPC
Java Web Services Development Pack / GlassFishJavaClient/ServerWS-Addressing, WS-Security, ???SOAP, WSDL, ???
NuSOAPPHPClient/ServerObject Oriented, Creates Users Help document, ?SOAP, WSDL
SOAP LitePerlClient/Server ???SOAP, WSDL, ???
Web Services Interoperability TechnologyJavaClient/ServerWS-Addressing, WS-ReliableMessaging, WS-Coordination, WS-AtomicTransaction, WS-Security, WS-Security Policy, WS-Trust, WS-SecureConversation, WS-Policy, WS-MetadataExchangeSOAP, WSDL, MTOM
Web Services Invocation FrameworkJavaClient ???SOAP, WSDL
Windows Communication Foundation.NetClient/Server ?WS-Addressing, WS-ReliableMessaging, WS-SecuritySOAP, WSDL
XFire became Apache CXFJavaClient/ServerWS-Addressing, WS-SecuritySOAP, WSDL
XML Interface for Network ServicesJavaServer ? ??SOAP, XML-RPC
gSOAPC/C++Client/ServerWS-Addressing, WS-Discovery, WS-Enumeration, WS-SecuritySOAP, XML-RPC, WSDL
Zolera SOAP Infrastructure (ZSI)PythonClient/Server ???SOAP, WSDL
WSO2 Web Services Framework for C(WSO2 WSF/C)C (build on Axis2/c)Client/Server, Publish/SubscribeWS-Addressing, WS-Policy, WS-Security, WS-SecurityPolicy, WS-ReliableMessaging, WS-EventingSOAP, WSDL, TLS
WSO2 WSF/PHPPHPClient/ServerWS-Addressing, WS-Policy, WS-Security, WS-SecurityPolicy, WS-ReliableMessaging, WS-SecureConversation, MTOMSOAP, WSDL, WSDL 2.0
WSO2 WSF/RubyRuby on RailsClient/ServerWS-Addressing, WS-Security, WS-SecurityPolicy, WS-ReliableMessaging, MTOMSOAP, WSDL
http://en.wikipedia.org/wiki/Markup_language
Last Updated ( Friday, 20 February 2009 14:17 )
 
Java (software platform)

Search engine optimization (SEO) is the process of improving the volume and quality of traffic to a web site from search engines via "natural" ("organic" or "algorithmic") search results. Usually, the earlier a site is presented in the search results, or the higher it "ranks," the more searchers will visit that site. SEO can also target different kinds of search, including image search, local search, and industry-specific vertical search engines.As an Internet marketing strategy, SEO considers how search engines work and what people search for. Optimizing a website primarily involves editing its content and HTML coding to both increase its relevance to specific keywords and to remove barriers to the indexing activities of search engines.The acronym "SEO" can also refer to "search engine optimizers," a term adopted by an industry of consultants who carry out optimization projects on behalf of clients, and by employees who perform SEO services in-house. Search engine optimizers may offer SEO as a stand-alone service or as a part of a broader marketing campaign. Because effective SEO may require changes to the HTML source code of a site, SEO tactics may be incorporated into web site development and design. The term "search engine friendly" may be used to describe web site designs, menus, content management systems and shopping carts that are easy to optimize.Another class of techniques, known as black hat SEO or Spamdexing, use methods such as link farms and keyword stuffing that degrade both the relevance of search results and the user-experience of search engines. Search engines look for sites that employ these techniques in order to remove them from their indices. 

 
The Extensible Markup Language (XML) PDF Print E-mail
Written by Administrator   
Friday, 20 February 2009 13:58
is a general-purpose specification for creating custom markup languages.[1] It is classified as an extensible language, because it allows the user to define the mark-up elements. XML's purpose is to aid information systems in sharing structured data, especially via the Internet, [2] to encode documents, and to serialize data; in the last context, it compares with text-based serialization languages such as JSON and YAML. [3]XML's set of tools helps developers in creating web pages but its usefulness goes well beyond that. XML, in combination with other standards, makes it possible to define the content of a document separately from its formatting, making it easy to reuse that content in other applications or for other presentation environments. Most importantly, XML provides a basic syntax that can be used to share information between different kinds of computers, different applications, and different organizations without needing to pass through many layers of conversion.[4]XML began as a simplified subset of the Standard Generalized Markup Language (SGML), meant to be readable by people via semantic constraints; application languages can be implemented in XML. These include XHTML,[5] RSS, MathML, GraphML, Scalable Vector Graphics, MusicXML, and others. Moreover, XML is sometimes used as the specification language for such application languages.XML is recommended by the World Wide Web Consortium (W3C). It is a fee-free open standard. The recommendation specifies lexical grammar and parsing requirements.http://en.wikipedia.org/wiki/Markup_language
 
Search engine optimization

Search engine optimization (SEO) is the process of improving the volume and quality of traffic to a web site from search engines via "natural" ("organic" or "algorithmic") search results. Usually, the earlier a site is presented in the search results, or the higher it "ranks," the more searchers will visit that site. SEO can also target different kinds of search, including image search, local search, and industry-specific vertical search engines.As an Internet marketing strategy, SEO considers how search engines work and what people search for. Optimizing a website primarily involves editing its content and HTML coding to both increase its relevance to specific keywords and to remove barriers to the indexing activities of search engines.The acronym "SEO" can also refer to "search engine optimizers," a term adopted by an industry of consultants who carry out optimization projects on behalf of clients, and by employees who perform SEO services in-house. Search engine optimizers may offer SEO as a stand-alone service or as a part of a broader marketing campaign. Because effective SEO may require changes to the HTML source code of a site, SEO tactics may be incorporated into web site development and design. The term "search engine friendly" may be used to describe web site designs, menus, content management systems and shopping carts that are easy to optimize.Another class of techniques, known as black hat SEO or Spamdexing, use methods such as link farms and keyword stuffing that degrade both the relevance of search results and the user-experience of search engines. Search engines look for sites that employ these techniques in order to remove them from their indices. 

 
More Articles...
<< Start < Prev 1 2 Next > End >>

Page 1 of 2
Powered by: computerph.com