- ip
(ip network communication internet udp tcp) Jun 10 06
IP or Internet Protocol is the protocol used to communicate data across most modern networks and the internet.
- SSL
(SSL secure ip) Jun 10 06
Secure Sockets Layer
- XINS » Introduction presentation
(Framework RPC xins) Apr 12 06
The XINS introduction presentation (PDF) provides an introduction to frameworks in general and to XINS in particular.
- POX
(POX pox-rpc) Mar 28 06
POX or Plain Old XML is a term used to describe basic XML, in contrast to more complicated XML specifications like RDF, much in the same way POJO contrasts to EJBs.
- POX-RPC
(POX-RPC RPC xins REST-RPC) Mar 28 06
Name of the RPC protocol integrated within XINS, previously called “REST-RPC”. Since the name “REST-RPC” is considered confusing, it has been changed. The XINS-internal name for this protocol used to be “the XINS standard calling convention.” POX-RPC intends to offer the simplicity of XML-RPC, combined with improved features, including browser-compatibility.
“POX” stands for “Plain Old XML” while “RPC” stands for “Remote Pr
- REST-RPC
(REST-RPC protocol RPC) Mar 28 06
Working name for the RPC protocol integrated within XINS.
Since this name is considered confusing, it has been changed to POX-RPC.
XINS-internal name for this protocol used to be “the XINS standard calling convention.”
- programming-language
(programming-language Programming) Nov 28 05
Any set of symbols and the rules for combining them which are used to specify to a computer the actions that it is to take; also referred to as a computer language.
- Sun
(Sun Java solaris sparc) Nov 28 05
Sun Microsystems is an IT technology company, mostly known for their Solaris operating system, SPARC-based systems and the Java programming language.
- solaris
(solaris Unix sun system5) Nov 28 05
A System 5 UNIX operating system by Sun Microsystems.
- Java
(Java platform-independent) Nov 28 05
Java is a object-oriented programming language created by Sun Microsystems. It is compiled to an intermediate language called ‘byte code’ that is then interpreted. The interpreted nature allows compiled Java programs to run on different platforms, including FreeBSD, Solaris, Linux, Windows, MacOS and a lot of other operating systems.
An older version of the language can also be compiled to native code by the gcj compiler.
Java compilers are produced by Sun, IBM and the open source
- XINS » XINS Primer
(SOAP Tutorial Guide screenshots rest article XML-RPC xins) Nov 28 05
The XINS Primer is a tutorial for XINS. It takes the reader by the hand and lets him create his first XINS API implementation, learning the basics regarding authoring a XINS specification, generating a web application from that spec and then doing a little bit of Java coding.
- SOAP
(SOAP xml webservices w3c) Nov 28 05
Simple Object Access Protocol or SOAP is a standard protocol for webservices. The SOAP specification can be found at the W3C site.
- XINS
(XINS opensource SOAP XML-RPC BSD-licensed pox-rpc REST-RPC) Nov 25 05
XINS is an open-source Webservices framework, supporting XSLT, SOAP, XML-RPC and POX-RPC. It consists mainly of an XML-based specification format and a Java-based implementation framework.
From its POX-style specifications, XINS can generate HTML, WSDL, client-side and server-side Java code and test forms. Users do not require knowledge of any complex formats, such as XML Schema.