04 May 2007
SOA-Tips
This post talks about choosing the right XML parser for your implementation. You have a choice of using either a DOM-based, SAX-based or a StaX-based XML parser.
03 May 2007
SOA-Tips
This post talks about the Separation of Concerns between the Information Model, the Business-specific information, and more technical information about the protocols, bindings, and transports used to expose and carry the message over the network.
02 May 2007
SOA-Tips
Use policies like Aggregation by Replication and cache wherever possible.
01 May 2007
SOA-Tips
TLS which uses X.509 digital certificates to provide message confidentiality is not suitable for short message exchange while WS-Security is twice as expensive as TLS. Be aware of the trade-offs when designing your service.
30 Apr 2007
SOA-Tips
If you want state management, consider using BPEL for orchestration as WSDL-based web services do not have the concept of state.
29 Apr 2007
SOA-Tips
Do not rely on SOAP action header for message routing purposes.
28 Apr 2007
SOA-Tips
XML and SOAP message overhead can grow significantly depending on the nesting levels of the parameter types
26 Apr 2007
SOA-Tips
Avoid using Base64 Encoded/Raw bytes in the message Body
26 Apr 2007
SOA-Tips
Define a strongly typed XML schema for message exchange
25 Apr 2007
SOA-Tips
Do not mix between different styles and uses in the same service