In my role as a Java Technical Architect, I am forced to wear different thinking hats. Some times I am a Solution Architect, Subject Matter Expert on some technology and the last few days I have been wearing the hat of performance tuning expert. Today I am going to pen down some thoughts around what a person should focus on once he or she is by design or default selected to tune an application.
Entries from October 2009
Web Application Performance Tuning Tips
October 24, 2009 · Leave a Comment
Categories: performance · performance tuning · tuning
Tagged: performance, performance tuning, tuning
Developing RESTful Web Services using JBoss RESTEasy
October 13, 2009 · Leave a Comment
Enterprise integration was and remains a key challenge in ensuring availability of enterprise data as a single source of truth in real time manner. Over the decades number of techniques/technologies have come and gone. We have seen EAI,JMS, Web Services, SOA etc that have contended providing true enterprise integration solutions. The latest to join this bandwagon is REST and its implementation avatar is described as RESTful Web Services. In case you are interested in understanding what REST is and how does it compare vis-a-vis SOAP, WebServices et all refer the link for details. This post is going to provide a ready-to-use tutorial around how to implement RESTful WebServices using JBoss RESTEasy project.
Categories: JBoss RESTEasy · RESTEasy · RESTful WebServices
Tagged: JBoss RESTEasy, RESTEasy, RESTful WebServices