Video: Flex and Java
Monday, 21 July 2008
Here is the recording of a presentation I gave at the NLJUG a few weeks ago on Flex and Java. I hope you find this useful. Let me know what you think.
Rich Internet Applications | Flex | Adobe AIR | Java | Open Source | Linux | Enterprise Software
Monday, 21 July 2008
Here is the recording of a presentation I gave at the NLJUG a few weeks ago on Flex and Java. I hope you find this useful. Let me know what you think.
No. 1 — July 21st, 2008 at 10:58 pm
Thanks James, the session was excellent with a lot of in-depth topics. Make sure to watch the recording if you missed the session :-)
No. 2 — July 21st, 2008 at 11:17 pm
[...] Source [...]
No. 3 — July 22nd, 2008 at 12:23 am
Hey… I was there. :) Great talk, by the way.
No. 4 — July 22nd, 2008 at 6:54 am
Hey James. great preso. I was wondering, where can I get those cool adobe max wallpapers?
No. 5 — July 24th, 2008 at 4:05 am
Thanks for publishing the presentation! I attended it and it was really helpful to figure out how to include BlazeDS (and the Spring Framework) in a project I am currently working on. So it was not only fun, but also useful :-)
No. 6 — August 20th, 2008 at 9:48 pm
[...] http://www.jamesward.com/wordpress/2008/07/21/video-flex-and-java/ [...]
No. 7 — August 24th, 2008 at 9:18 am
Very interesting, but the stream stops at 22:23!
No. 8 — August 24th, 2008 at 9:42 am
Hi Chris,
That didn’t happen for me. See if you can download the whole thing here:
http://content.screencast.com/users/jlward4th/folders/Default/media/71c196a4-a60d-4e13-b075-63b516a244f3/flex_and_java.swf?downloadOnly=true
-James
No. 9 — August 24th, 2008 at 10:12 am
Stopped at 39% (44.9MB) in both Firefox and IE. I managed to watch the whole presentation on Effexts and skinning though…
Thanks
No. 10 — August 25th, 2008 at 5:34 am
Ok, it seems that Screencast.com does funky things with packets. So here is the download from my site:
http://www.jamesward.com/downloads/flex_and_java.swf
Let me know if that works.
-James
No. 11 — August 25th, 2008 at 7:29 am
Yep – that seems to have worked.
Thanks for your help – really useful presentation.
No. 12 — September 27th, 2008 at 3:35 pm
This was by far most informative presentation I ever saw on Flex. It was very helpful and has gotten me excited about using flex in my next project. I tried downloading Flex 3 SDK, BlazeDS, Flex eclipse plug in, and LCDS. I want to use tomcat as the server. It would really help if you could post the steps on installation and configuration etc. Particularly, when I try to create a new flex project (J2EE type) it asks me for the flex server location. Where is that? I tried googling and could not find anything.
Any step-by-step would help. A simple tutorial that walks me through where to download, what to download, how to setup and finally how to create a J2EE Flex project.
If anyone knows where I could find such a tutorial, please let me know.
Thanks for all this good stuff.
Farhan.
No. 13 — October 1st, 2008 at 12:07 am
Hi Farhan,
Check out my tutorial about BlazeDS:
http://www.infoq.com/articles/blazeds-intro
-James
No. 14 — November 16th, 2008 at 6:47 pm
Hi James,
It was a great and informative presentation. You were literally acting like a magician :-). Presentations like this will really help beginners like me to get motivated to learn more about new things like Flex which can do wonders.
Thanks for the wonderful presentation.
Prem
No. 15 — January 9th, 2009 at 4:06 am
Hi James,
It was a great presentation.
I am very new to Flex. I have learned so many things.
Thanks,
Raju Mahore
No. 16 — January 22nd, 2009 at 6:49 pm
[...] That’s kind of why I got interested in Flex. One thing that intrigued me was this video demo of the Flex Lifecycle Data Services by James Ward. It is a long video, but if you have the time, it is worth [...]
No. 17 — February 1st, 2009 at 1:49 pm
+1
No. 18 — April 5th, 2009 at 5:25 am
Hi James,
First of all thank you for this informational video.
Actually I have a very similar requirement for Flex + Spring + LCDS/BlazeDS.
I need to build a sample Spring application integrated with Flex.
Following are my questions…
1) Created a sample Spring application like http://localhost:9081/Flex/test.do... This shows me the (/WEB-INF/jsp/)test.jsp as configured in web.xml. In this test.jsp I have a configured FlexTagLib and I have used mxml code in this jsp. Application runs but flash is not displayed cauz the swf file is generated within the WEB-INF/jsp/(In my Spring beans xml view resolver is configured to /WEB-INF/jsp/=suffix and .jsp as prefix.) which the browser will not be able to detect.
Plz give me a solution for this. If am able to solve this then only my basic setup would be ready i.e a web application built on Spring and Flex….
2) Once my basic set up is up and running in my first page I need to have form fields(which would map to say UserVO.java) and when I submit the form I should be able to go the controller add the record in DB and get a list of users and dispaly the result in another jsp using .
Basically I just need how to call a bean(adduser.do) configured in spring-beans xml and return a modelandview and in that jsp display the results.
I know am asking too much but am struggling a lot. Just FYI I am very much comfirtable with Spring application new to Spring+Flex. Also I have the LCDS setup ready within my application.
Sir, I would be waiting for your reply. If required you can also mail me to myextrawork@gmail.com.
Thanks in advance.
No. 19 — April 5th, 2009 at 6:38 am
Hi ag,
I recommend a few resources:
http://ria.dzone.com/articles/introduction-spring-blazeds
http://coenraets.org/blog/2009/03/springblazeds-integration-test-drive-m2-update-available/
Those should help answer your questions and provide examples for how to do this in Flex.
-James
No. 20 — April 5th, 2009 at 9:06 am
Hi James,
Thanks for the reply.
These links I had got from google last week itself :-) but this does not have the solution for my problem.
My new basic dumb question is when we are developing a Flex+Spring MVC web application the url should be http://localhost:9081/Flex/test.do or http://localhost:9081/Flex/test.mxml Am 100% sure your answere would be the first one .do and thats how I have a basic application set up ready up and running.
Now that I have a basic setup ready from my home page(adduser.jsp) I fill in a form data (firstName, lastName,….) and I click submit the request should to AddController (as configured in my spring beans Flex-servlet.xml). In the controller implement some logic create a list of users and return the list the ModelAndView object (As my controller would implement SimpleFormController my onSubmit overridder function would return a ModelAndView object say showAllUsers.jsp as success view) . In my next page in this eg. its showAllUsers.jsp I would like to display the ArrayList in mx:DataGrid format.
I hope I have explained my issue clearly and sorry if its frustrating :-) but I need help of some expertise like you.
Thanks again in advance…
No. 21 — April 6th, 2009 at 5:52 am
Hi ag,
I’m confused about what you are trying to do. Can you email me jaward at adobe dot com? Thanks.
-James
No. 22 — April 13th, 2009 at 7:45 am
Hi James,
I am a Oracle Siebel CRM Analyst & Developer, novice to FLEX Builder. I am trying to do something similar to what you showed in the presentation here – only difference being I want to pull data from a Sybase iAnywhere database sitting on the local machine and present it on a Flex based UI.
I have a similar Java program which connects to the database and is able to pull data. I am stuggling at the point of being successfully integrate Java with Flex and being able to show Java data in Flex. I believe I don’t have the same folder structure as yours in the IDE – Under my Java project, I dont see the ‘flex’ folder and all its child folders/files (including remoting-config.xml). Could you please tell what am I missing?
I did install the plugin Flex plugin for Eclipse.
I would greatly appreciate your time and response.
Thanks!
Regards, Kunal
No. 23 — April 13th, 2009 at 8:12 am
Hi James-
We are trying to access local java class from flex, is it possible to implement without setting this class as a remote object.
We are trying to instatiate a local database which resides locally and pull the data and display in flex
Thanks
Sri
No. 24 — April 14th, 2009 at 9:31 pm
Hi Sri,
Check out Merapi:
http://www.merapiproject.net/
-James
No. 25 — April 14th, 2009 at 9:34 pm
Hi Kunal,
You might want to try and follow this tutorial:
http://www.infoq.com/articles/blazeds-intro
-James
No. 26 — July 2nd, 2009 at 10:39 pm
Hey James, which book would you refer for the beginners in order to learn flex java.
-Shail
No. 27 — July 3rd, 2009 at 5:54 am
Hi Shail,
First Steps in Flex by Bruce Eckel and myself has a chapter on Flex and Java which is a revised version of this article on InfoQ. Let me know if that helps.
-James