Thursday, August 23rd, 2007

A bit about WADL (Revised)

In today’s high-tech world there is a growing need to create a simpler way to describe web-based applications. In the past one would use a WSDL to describe such application. One competing project put forth from Sun is Web Application Description Language [WADL] (http://research.sun.com/techrep/2006/abstract-153.html).

More…

Leave a comment » Filed under Technology, SOA, Reviews, Articles by Larry Liberto at 13:27.


Wednesday, June 13th, 2007

Introduction to HttpUnit

In today’s application development environment it is standard practice to build unit tests for each object being developed. Unit testing is increasingly more and more popular in Java due to the many open-source unit testing frameworks available. However, this type of testing becomes more difficult when the application is Web based or contains EJBs because of the dependency on application servers, servlet containers and EJB containers. We can, though, test the publicly exposed portion of the Web application with frameworks like HttpUnit.

More…

Leave a comment » Filed under Tutorials, Articles by Larry Liberto at 21:28.

Credits

All content copyright (c) 2003-2007 createTank, llc