Announcing an update to one of my applications released prior to this blog’s existence. One of my major projects is a Beer database application built on Struts. It started out fairly simply as an application that allows you find out a little bit about a given beer (Alcohol content, calories and carbs, if available). You can select a single beer, a range of beers based on alcohol content, or a random beer.
Now, you can now compare the alcohol content of two beers. I call this “Drunkability!” In short, it allows you to see how many beers it might take to match a six pack of your “usual” beer. It’s just a fun way to use the database.
Technologies used;
Eclipse: IDE
MySQL: Database of beer data
SQL: For persistence (a.k.a. accessing the database)
Struts/JSP/Servlets: Base layer of the whole app
Struts Validator: JavaScript and java validation of the beers selected, to prevent the user from selecting the same beer for the comparison.
XML, JSTL, CSS, HTML: Used throughout
http://rorycullen.com/BeerDatabaseWebStruts
Enjoy, and leave me some feedback if you want.












