Syndication Feed on http://blogsearch.google.com/blogsearch_feeds?hl=en&q=http%3A%2F%2Fxins.sourceforge.net%2F&btnG=Search+Blogs&scoring=d&num=10&output=rss
I recently blogged about Top ten performance problems and their solutions. Here is a class that can help you when caching. This class is time based. Meaning that unless accessed, the entries will be removed after x minutes. ...
REST is becoming the buzz word of this year. After spending 4 years developing an open-source REST web services framework you might think I should be pleased. Well, not that much. Actually you have 2 REST that I would call the Pure REST ...
Currently at work I am investigating which remoting technology to use from GWT application. Initially, it seems like using GWT-RPC should be enough, simple protocol and voila now the problem is that we might want to use some of the ...
Looking for web site (css, xhtml, JavaScript) tips and tricks + some Mac OS X software news, here is the blog of Ernst who is the creator and co-author (with me) of XINS. Ernst's corner.
There's a guy from the US that calls himself Gerald that wrote a blog entry aiming to introduce XML technologies (from a Java point-of-view):. Java XML related concepts and implementations. Quite interesting, especially for beginners or ...
Revolving around XML processing, there are many concepts and corresponding Java libraries/packages. For a beginner, he/she may get confused with bunch of different concepts and libraries. I aim to record what I have learnt about xml ...
How to access blocked websites - Top 10 XINS is an open-source Java Web Servicse framework supporting HTTP protocols such as REST, SOAP, XML-RPC, JSON, JSON-RPC and more. Dupinator - Ein Python-Skript um Duplikate im Filesystem zu ...
After my recent work with Ruby, I've really started looking at creating RESTful web services in Java. I work with a client who has a lot of Struts applications, so my real area of interest is figuring out how to get Struts to provide ...
Let's say you want to manage properties. Unless what was done for the System.getProperties() you would prefer to see a table with key/value pairs. Here is how it's done. The result:. How to do it: ...
XML Interface for Network Services. XINS is an open-source Web Servicse framework supporting HTTP protocols such as REST, SOAP, XML-RPC, JSON, JSON-RPC and more. From the specifications written in simple XML, XINS generates the Client ...
Talking to Anthony Goubard yesterday (of JLearnIt and AntCommander fame), I realized that adding features like SMTP- and SMS-support to a Web Services framework like XINS can hardly be considered good separation of concerns. ...
Talking to Anthony Goubard yesterday (of JLearnIt and AntCommander fame), I realized that adding features like SMTP- and SMS-support to a Web Services framework like XINS can hardly be considered good separation of concerns. ...
XINS is a powerful technology for writing web applications and web services. While the current 2.1 version already sports a lot of functionality and flexibility, here's my wishlist for a 3.0 version:. Support for Java 5 generics. ...
I've decided to run some performance tests on different Web Services frameworks. Here are the results (lower is better):. JAX-WS RI: 152 ms; XFire (CFX): 15 ms; Axis2 (SOAP UI): 11 ms; XINS SOAP: 5 ms; XINS SOAP, 14 parameters, JDK 1.5, ...
XINS 2.1 , an open-source Web services development framework, has been released. XINS accepts the following protocols: REST, SOAP, XML-RPC, XML, Yahoo! JSON and JSON-RPC. From the specification of the API written in simple XML, ...
XINS 2.1, um framework OpenSource de desenvolvimento de Web Services. XINS aceita os respectivos protocolos: REST, SOAP, XML-RPC, XML, Yahoo! JSON e JSON-RPC. Segundo a especificação da API, escrevendo um simples XML, XINS gera: ...
XINS is a technology used to define, create and invoke remote APIs. XINS is specification-oriented. When API specifications are written (in XML ), it will transform them to HTML (link)-based documentation and Java code for both the ...
XINS 2.1 Web Services Framework has been released. XINS is an open source Web Services Framework based on simple specifications of the Web Service in XML and generation of code and documentation from the specification. ...