Author Archives: Mathew

Getting started with ElasticSearch

You must have surely heard the tag lines “Data is gold” or “Data is oil”! If not, then you heard it now. The notion is that with the right type and volume of data, you can pull out very valuable insights to help support your business/IT goals. This data might be coming from your own applications, log files, social media data, blogs, online news media, etc. Data is everywhere. And when you have that data, you want to search through it for intelligent information. That is where search engines come to the rescue. I will cover one such search engine – ElasticSearch.

Continue reading

Updated Spring Batch blog…

Updated the Spring Batch series of blogs with Spring Framework 3.1.0.RELEASE and Spring Batch 2.1.8.RELEASE. Also switched to using HSQLDB to simplify the requirements to run this example (vs. the previous dependency on MySQL).

GitHub

Started moving my blog code to GitHub. It feels so much better having all that up there in GitHub land. Will move as much code as possible to GitHub in the days ahead and add links to the Git repository in the the blogs.

Link to my GitHub – https://github.com/thomasma

Secure RESTful Services with Maven, Spring, Apache CXF and Spring Security

Nov 1st 2012: Minor updates including instructions on how to deploy this to the open source PaaS Cloudfoundry.

Modified the previous blog entry to work with Apache CXF instead of Jersey. Made modifications to the spring configuration XML to configure CXF as the restful service engine. The Maven pom.xml file was modified to include CXF libraries. Download the code from GitHub – https://github.com/thomasma/jaxrs-cxf-springsec.

Continue reading