Matt Luongo is a graduating computer science major at Georgia Tech focused on artificial intelligence, networking, and software engineering. He works as an undergraduate assistant for the College of Computing's Technology Services Organization in support of the College's academic resources.
CXF Servlet Issue
Earlier today I ran into a weird error deploying my CXF web service to an embedded Tomcat instance. The error looked a bit like this.
... SEVERE: Servlet /myServlet threw load() exception java.lang.ClassCastException: org.apache.cxf.transport.servlet.CXFServlet cannot be cast to javax.servlet.Servlet
Annoying. I've seen this before, but never actually had to solve it myself. I figured that my web.xml was misconfigured, but on checking it out, everything seemed fine.
Micro-AWK
The working interpreter for a mini-language, Micro-AWK, written in Java for CS 3240, Languages and Computation. This project is a good, relatively simple example of the scanning and parsing process.
CoLab
Real-time collaborative document editing, whiteboarding, and chat, created for CS 3300, Intro to Software Engineering.
Hava Development Environment
A language environment, built on the Eclipse platform, written for my senior design project.




