I hereby claim:
- I am jacobheric on github.
- I am jacobheric (https://keybase.io/jacobheric) on keybase.
- I have a public key ASCa4t8ExR0norKBhFzBKO_0e7JrJXy8OgjnZVH1ODBwAwo
To claim this, I am signing this object:
| <flex:message-broker> | |
| <flex:message-service | |
| default-channels="my-amf" /> | |
| <flex:secured /> | |
| </flex:message-broker> |
| <!-- | |
| Enable annotation-based configuration. | |
| --> | |
| <context:annotation-config /> | |
| <context:component-scan base-package="com.jacobheric" /> |
| //PersistenceExceptions will be auto-translated due to @Repository | |
| @Repository("recipeService") | |
| @RemotingDestination(channels = { "my-amf" }) | |
| @Transactional | |
| public class RecipeDAO extends BaseDao<Recipe> implements RecipeService { | |
| /** | |
| * Constructor, see super class implementation. | |
| */ |
| [Bindable] | |
| [RemoteClass(alias="com.jacobheric.youbrew.domain.Recipe")] | |
| public class Recipe | |
| { | |
| public var id:int; | |
| public var name:String; | |
| public var start:Date; | |
| public var end:Date; | |
| public var brewNotes:String; |
| <?xml version="1.0" encoding="utf-8"?> | |
| <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" | |
| creationComplete="creationCompleteHandler();"> | |
| <mx:Script> | |
| <![CDATA[ | |
| import com.jacobheric.youbrew.model.Recipe; | |
| import mx.collections.ArrayCollection; | |
| import mx.rpc.events.ResultEvent; |
I hereby claim:
To claim this, I am signing this object: