Archive for June, 2010
JWS Task 7: AsyncHandler and Brackets Checker
Jun 26th

Write WS client that handles response asynchronously. Create web method that checks validity of a string of brackets (such as: parentheses, curly brackets and square brackets, etc).
More >
JWS Task 6: JAX-B and Calendromes
Jun 23rd

Write WS client that uses artifacts generated with custom bindings file (JAX-B). Create web method for generating date palindromes.
More >
JWS Task 5: wsimport and Quine
Jun 23rd
JWS Task 4: Multithreading and Conway’s Life
Jun 22nd

R-pentomino
Write Endpoint Publisher that uses threads executer to support multithreading and simple graphical end-user client.
Use basic implementation of Conway’s Game of Life as web method.
More >
JWS Task 3: SAAJ and Palindromes
Jun 18th

Write WS client that creates request message and analyses response message using SAAJ (The SOAP with Attachments API for Java).
Create web method for finding all palindromes in a given string.
More >
JWS Task 2: Raw XML and Levenshtein distance
Jun 17th

Vladimir Levenshtein
Write WS client that sends raw XML requests instead of using wrapper objects created from Service. Use Levenshtein distance as web method.
More >
JWS Task 1: RPC-style and Kadane’s algorithm
Jun 12th

Write simple SOAP-based WS with RPC style bindings. Use Kadane’s algorithm as a web method.
More >
