« Apache Axis Installation | Main | Reproduction of main problem with RPC »
March 02, 2006
Searching for red thread...
I'm going to use those two concepts to use document-oriented communication between web service "the easy way":
- Being able to check XPath expressions at compile time (use XPath to access specific SOAP nodes)
- Being able to be more flexible which methods and attributes to expose/to use using Java 5 annotations
Now I'm trying to combine those two concepts to have a "red thread" for my thesis. This is what I thought of (just brainstorming, I'm not sure if it will work like this):
- Use Java 5 annotations to map method attributes to XPath expressions.
- Then proove if these XPath expressions are correct using the first concept.
I know this is a very early stage of my thesis, but having a "red thread" would be very helpful.
Posted by Dominik Marks at March 2, 2006 01:06 PM