» tagged pages
» logout
User:znerd
Return to User:znerd

User:znerd Tagging Details

znerd’s tags (36)

Tagged Pages (13)

  1. ip (ip network communication internet udp tcp) Jun 10 06
  2. IP or Internet Protocol is the protocol used to communicate data across most modern networks and the internet.
  3. SSL (SSL secure ip) Jun 10 06
  4. Secure Sockets Layer
  5. XINS » Introduction presentation (Framework RPC xins) Apr 12 06
  6. The XINS introduction presentation (PDF) provides an introduction to frameworks in general and to XINS in particular.
  7. POX (POX pox-rpc) Mar 28 06
  8. 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.
  9. POX-RPC (POX-RPC RPC xins REST-RPC) Mar 28 06
  10. 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
  11. REST-RPC (REST-RPC protocol RPC) Mar 28 06
  12. 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.”
  13. programming-language (programming-language Programming) Nov 28 05
  14. 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.
  15. Sun (Sun Java solaris sparc) Nov 28 05
  16. Sun Microsystems is an IT technology company, mostly known for their Solaris operating system, SPARC-based systems and the Java programming language.
  17. solaris (solaris Unix sun system5) Nov 28 05
  18. A System 5 UNIX operating system by Sun Microsystems.
  19. Java (Java platform-independent) Nov 28 05
  20. 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
  21. XINS » XINS Primer (SOAP Tutorial Guide screenshots rest article XML-RPC xins) Nov 28 05
  22. 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.
  23. SOAP (SOAP xml webservices w3c) Nov 28 05
  24. Simple Object Access Protocol or SOAP is a standard protocol for webservices. The SOAP specification can be found at the W3C site.
  25. XINS (XINS opensource SOAP XML-RPC BSD-licensed pox-rpc REST-RPC) Nov 25 05
  26. 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.