Friday, June 15th, 2007

REST, XForms, XQuery, and “skimming”

Interesting concept: REST, XForms, XQuery, and “skimming” –
Pattern of holding data on the server in a native XML database, and offloading all translation and processing to the client.
See: REST, XForms, XQuery, and “skimming”

More…

Leave a comment » Filed under Technology, Architecture, Snippets by john joseph roets at 11:03.


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.


Thursday, June 7th, 2007

Useful Resources in WSDL Design for Complex Payloads

Some useful articles and best practices information for WSDL design in systems with complex XML schemas.

More…

Leave a comment » Filed under Articles, Information by john joseph roets at 11:54.

Credits

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