by Rafał Borowiec
September 17, 2009
GOYELLOblog
In this article I will show how to build basic RESTful Web Services in JAVA for Web Application using JAX-RS: The Java API for RESTful Web Services and its open source implementation: Jersey together with XStream. I will also show how easy is to extend Jersey to work with your favorite XStream library and that [...]
Read the full article →
by Rafał Borowiec
September 15, 2009
Best practices
Do you want test if all links works on your website correct? Moreover, do you want check how your websites behave when some user will be click on various URLs and he will open pages in a different order? This is possible with Apache JMeter, but it isn’t easy to do. I had a lot problems to create appropriate test plan, but finally I made it. I want to share the results of the work with you in this post.
Read the full article →