|

Search

 

February 2012
S M T W T F S
« Nov    
 1234
567891011
12131415161718
19202122232425
26272829  

Tags

Archives

Hibernate

HJGraduation.com – a Flex 2 application

Thursday, November 1st, 2007

TweetHJGraduation.com has been a project that I have been working on for the past 6-8 months. It is an e-commerce/brochure application for the Fine Papers and Cap & Gown divisions at Herff Jones. It is a Flex 2 application powered by LiveCycle Data Services 2.5 with Java/Hibernate on the back end. The SQL database work [...]

Artemis/Hibernate Apollo Application

Wednesday, May 30th, 2007

TweetWell it has been a while that I have been promising to document this sample app. Here is the basis. ArtemisEmployee is an application that uses a Hibernate back end with an embedded hsqldb database to store the employee data. The UI is built with Apollo and the data streams between the Java back end [...]

Cairngorm 2 AS3VOGenerator

Friday, July 7th, 2006

TweetThe Cairngorm AS3VOGenerator has been updated to use the new Cairngorm class paths. (i.e. com.adobe.cairngorm…..) Here is the original updated post: http://everythingflex.wordpress.com/2006/02/14/installing-as3vogenerator/

AS3VOGenerator Update

Thursday, April 27th, 2006

TweetI have updated the Cairngorm and non Cairngorm AS3VOGenerators to implement IUID as well as the neccessary getters and setters for a new private var _uid.  This var is neccessary for components extending from listClasses to function properly when the data is bound to dataGrids, etc. In addition to the import statement and implementation of [...]

Installing AS3VOGenerator

Tuesday, February 14th, 2006

TweetThis template should be used with Eclipse 3.1 or higher and Hibernate Synchronizer 3.1.1. Open eclipse and go window -> preferences -> Hibernate Synchronizer -> Templates Hit New and enter template name AS3VOGeneratorCairngorm or AS3VOGenerator depending on which you choose below.  You can install both as long as they are named differently. Click OK and [...]