SEAM In Action – MySql DDL
I have been going through the book “SEAM in Action” by Dan Allen.
I typically use MySQL databases and so I created the example database that is used in the book. Download it here: open18-mysql.tar.gz
While going through the book, I also chose to use JBoss Developer Studio (Version 2.0 CR2 beta). Some of the SEAM Gen, generated code is a bit different than what the Author shows in the book. For example, some of the fancier editing of referentially defined data doesn’t seem to be present. I don’t know if this is because of my DDL or the SEAM generating that’s available in JBoss Developer Studio.

