< Go Back to Homepage

Showing posts with label: REST

Lucy Monahan is a Principal Performance QA Engineer at Novell, and helps to manage their distributed Agile process.
Intermittent problems can be difficult to solve:

the value may be corrupted potentially at any time before the value is used
the transaction may involve multiple enterprise servers using remote calls and the root cause could be on any server
to [...]

Read full post >>
,

Distribution and communication between applications and services is a central concept in modern application architectures. In order to profit from distribution you have to keep some basic principles in mind – otherwise you can easily run into performance and scalability problems. During development these problems often do not surface.  Then suddenly in load testing or [...]

Read full post >>
, ,

On a recent project I had to call Java REST services from a .NET Client. Several problems came up – ranging from authentication to hidden performance issues. I want to share my lessons learned and encourage you to share your own opinions and experiences on this topic.
The Context: REST to automate analysis processes in Continuous [...]

Read full post >>
, , ,