Browsed by
Month: September 2015

Java Essential Training (2011)

Java Essential Training (2011)

I have just completed the course Java Essential Training on lynda.com.  The course covered primitive data types,  Exploring Syntax and Flow, Working with Complex Objects, Exception Handling and Debugging, Using Data Collections, Creating Custom Classes,  Working with Inheritance and Polymorphism, Working with Files, Preparing an Application for Deployment. Although I was familiar with a lot of the subjects covered the actual  syntax in Java can be a little upside down looking.  I was also a bit confused about superclasses and…

Read More Read More

Stored Procedures in MySql

Stored Procedures in MySql

In my new portal content delivery system I use content files as a storage medium. I have only one set of database tables on the whole site which are used to display and store data from forms. There are presently three forms on the site: my personal details are wrong have your say report bullying There are several functions in the interface class devoted to handling forms (retrieving form definitions, storing data etc.). I have decided to use Stored Procedures…

Read More Read More