Ian P. Christian's Personal Blog Random witterings from pookey

26Sep/0820

Hibernate Tutorial part 4 – annotations and maven

In the last part of my hibernate tutorials I showed how to get a simple application inserting data into a database. This part doesn't expand on that in terms of features, in fact, this tutorial actually does less! However, the last tutorial required you to download a whole load of JAR files, and manage all dependencies. I did make this easy for you, by providing a single download and telling you exactly what you needed - but this time, I'm going to make it even easier! The purpose of this is to get you started with Hibernate annotations, and Maven. All you need is a text editor, a working Java 5 or higher install, and Maven.

Continue reading
Filed under: geek, java Continue reading
13Sep/082

SymfonyCamp – Admin Generator Presentation

Symfony Camp 2008 ( symfonycamp2008 ) was good fun, even if I did have a hang over for my presentation. As promised, here is my slides and the demo setup containing sfExtJsThemePlugin - I also have an online demo that's currently working, found here:

http://www5.pookey.co.uk/farm , the dev controller is in place at http://www5.pookey.co.uk/backend_dev.php/farm

my slides are here:



The whole app can be downloaded here: htdocs.tgz. I know that it seems there's a database password in, but I've changed it since, so don't bother trying ;)

Filed under: geek, php, symfony 2 Comments
5Sep/0824

Getting started with Maven and Spring

This guide is a quick introduction to getting started with Maven and Spring, and shows the making of a "Hello World" application

The only requirements for this project is a text editor, a Java install, and Maven.

Continue reading
Filed under: geek, java Continue reading