Some of my recent work and some not so recent.
SWE 642 - Software Engineering for the World Wide Web · 2008
The final project was to create a Flight Schedule and Ticket Management System. It allows the Airlines to manage their flight schedules and destinations. And it allows Users to make flight reservations and manage their itineraries.
Initially created using RMI with a command line interface. Then ported it over to EJB using ORM and JSP. Features include a role based authentication and authorization system. Also developed a SOAP Web Service Interface for the flight search component. The interface garnered praise from the professor and the TA. The project earned an A.