Skip to content

{"Mat's Random Thoughts"}

Mathew's Random Tech Notes..

  • Home
  • About

Virtual Appliances

Leave a reply

Recently I had to review a product which was being offered as a Virtual Appliance. This was the first time I had come across something like this. Pretty soon I was “googling” around to understand this better. Continue reading →

This entry was posted in Virtualization on January 26, 2010 by Mathew.

JEE – The Road Ahead with JEE 6

Leave a reply

Prior to JEE 5 , the JEE/J2EE platform did not go down that well across the developer community. As software evolves and new ideas flow in, it was only natural that JEE 6 would refine and become a better platform. Continue reading →

This entry was posted in JEE/J2EE on January 3, 2010 by Mathew.

Is Axis2 way too complicated for web apps?

Leave a reply

I recently had the pleasure of using Axis2 on a Web Application. For reasons I cannot go into here, we were unable to use my original choice SpringWS. We were using Spring so it would have been a piece of cake to expose a document style web service using SpringWS. Continue reading →

This entry was posted in Web Services and tagged WebServices on December 10, 2009 by Mathew.

Apache CXF – Simple WebService With Spring

Leave a reply

A reader posted a comment to one of my old blogs on XFire. That rekindled my interest so I checked the XFire web site only to be informed that XFire is now Apache CXF (version 2.2.3 at this moment in time). Continue reading →

This entry was posted in Web Services on October 7, 2009 by Mathew.

Comet , HTML 5 Web Sockets and Server Sent Events (SSE)

Leave a reply

There has always been a need to support UI’s that constantly update themselves as new data becomes available on the server. The implementation for this falls into two general categories: either client side polling or server side push. Continue reading →

This entry was posted in HTML 5 on August 20, 2009 by Mathew.

Adobe Flex – Part 1

Leave a reply

Adobe Flex is a framework/sdk provided by Adobe that allows us to build rich internet applications (RIA) using Flash as the underlying technology. Continue reading →

This entry was posted in Flex on July 22, 2009 by Mathew.

Adobe Flex – Part 2

Leave a reply

Organize Flex code into separate files, create custom components, create custom class and use validators to validate form elements. Continue reading →

This entry was posted in Flex on July 22, 2009 by Mathew.

Facelets

Leave a reply

Facelets is a JSF framework to implement UI templating (like tiles, sitemesh). You can use Tiles to implement the templating portion but Facelets is built for JSF. Continue reading →

This entry was posted in JSF on June 16, 2009 by Mathew.

RESTful Services with Maven, Spring and Jersey

Leave a reply

REST (REpresentational State Transfer) is an architecture style that describes how to use HTTP to access web services. JAX-RS (JSR 311) is a Java API to support implementation/access of REST web services using Java. This style was first documented by Ron Fielding. Continue reading →

This entry was posted in REstful on May 2, 2009 by Mathew.

Spring Batch 2.0 – Part III – From Database to Flat File

Leave a reply

In Part-II of this series on Spring Batch, I went through an example of reading from a flat file and persisting into the database. In this article I will go through the reverse. Read 200,000 rows from the database and export it into a comma separated flat file. Continue reading →

This entry was posted in Spring on February 3, 2009 by Mathew.

Post navigation

← Older posts
Newer posts →
  • Context Engineering – Stop Stuffing the Window
  • Reviving a dead Spring Batch side project from 2013 with AI
  • Building Agents with OpenAI Agent SDK
  • Retrieval-Augmented Generation (RAG) with Spring AI
  • Building Type-Safe AI Agents with Pydantic AI
  • 2026 (2)
  • 2025 (11)
  • 2024 (4)
  • 2023 (4)
  • 2022 (5)
  • 2021 (3)
  • 2020 (7)
  • 2019 (2)
  • 2018 (4)
  • 2017 (3)
  • 2016 (6)
  • 2015 (5)
  • 2014 (7)
  • 2013 (5)
  • 2012 (9)
  • 2011 (6)
  • 2010 (9)
  • 2009 (10)
  • 2008 (14)
  • 2007 (10)
  • 2006 (11)
  • 2005 (4)
Proudly powered by WordPress