The Spring of Flex Remoting - slides & demo
Log-in
|
en
Geek
:
Le Wiki de François
>
Espace public geek
>
The Spring of Flex Remoting - slides & demo
Top Menu
Documentation
Show
:
Comments
Attachments
History
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
The Spring of Flex Remoting - slides & demo
Hide Line numbers
1: 2: I had the chance to present at the Riveria JUG on Friday, I had one hour to cover a lot of materials. 3: We discussed the Adobe Flash/Flex/AIR/RIA Enterprise Solutions, I also quickly demonstrated Flash Catalyst. 4: 5: image:http://farm4.static.flickr.com/3569/3652893705_a23d9d1894.jpg?v=0 6: 7: 8: I also took a few minutes to demonstrate the latest [spring-flex|http://www.springsource.org/spring-flex] release through a simple CRUD application named spring-flex-todo. (Beware, the client side is not production ready) 9: 10: I published this demo source code within the [fna V2 project|http://code.google.com/p/fna-v2/], under a LGPL V3 license : 11: 12: You'll see how elegant and easy is the Spring-Flex remoting integration; here is for example how I set up a TodoItem CRUD Flex Remoting service 13: {code} 14: package com.adobe.ac.samples.service.impl; 15: 16: import org.springframework.beans.factory.annotation.Autowired; 17: import org.springframework.flex.remoting.RemotingDestination; 18: import org.springframework.stereotype.Service; 19: import org.springframework.transaction.annotation.Transactional; 20: 21: import com.adobe.ac.samples.dao.TodoItemDaoJpa; 22: import com.adobe.ac.samples.model.TodoItem; 23: import com.adobe.ac.samples.service.TodoService; 24: 25: @Service("todoService") 26: @RemotingDestination(channels = { "channel-amf" }) 27: @Transactional 28: public class TodoServiceImpl extends GenericManagerImpl
29: implements TodoService { 30: 31: @Autowired 32: public TodoServiceImpl(TodoItemDaoJpa todoItemDao) { 33: super(todoItemDao); 34: } 35: 36: } 37: {code} 38: 39: Here are the slides associated with this demo: *The Spring of Flex Remoting* : 40: 41: 42: * The source code is under svn at : http://fna-v2.googlecode.com/svn/trunk/samples/riveria_jug/spring_flex_todo/ 43: * You may import the project in your eclipse, the only prerequisites are 44: ** have m2eclipse installed (or declare a M2_REPO linked resource within your Eclipse workspace) 45: ** create a linked resource named spring_flex_todo_root pointing to your local copy of spring-flex-todo 46: 47: For those of you who don't like maven and would like to give this a try, I will provide a ANT version of the build as soon as one of sends it to me. 48: What I except from any build is to : 49: * be managing Dependencies 50: * run the XUnit-Test 51: * generate documentation and quality reports 52: 53: So if you have a such Java/Flex ANT build, please contribute to [fna V2|http://code.google.com/p/fna-v2/]. 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71:
Be smart!
Tout mais pas IE!
License
C'est un wiki
Le wiki de François!
Son blog est sur
jroller
Menu
Espace perso
Espace public
Espace collaboratif
Blog Entries
Search
Networking
Recently Created
Cairngorm 3.0.2 release
|
radeon/ati video driver issue on kubuntu karmic
|
Tontons Flexeurs : Présentations des nouveautés de Flash Builder, LCDS et Spring-Flex
|
Cairngorm 3 is out for MAX
|
FlexPMD