Here’s how I managed to setup BlazeDS on my windows local machine.
Steps:
1. Download the latest BlazeDS.
2. Extract it.
3. Download the latest Java Development Kit (JDK), Install it.
4. Set JAVA_HOME environment variable.
Setting up Environment Variable in Windows
1. Open Control Panel
2. Click the System icon then a window will pop up
3. Go to the Advanced tab
4. Click the “Environment Variables”
5. Select “New” in System Variables.
6. In the Variable Name textbox type JAVA_HOME
7. In the Variable Location textbox type the JDK directory
you should be able seeing this:
8. Click Ok.
9. Click Ok.
4. You’re done installing BlazeDS.
Running Installed Sample Applications.
1. Start Tomcat by double clicking [blazeds directory]tomcat\bin\startup.bat
2. Now, check if it works by running http://localhost:8400/ in your browser.
While testing, I encountered a problem, when you change the query parameters directly into the browser’s address bar, then click a button inside the movie, it is still functional but the link in the browser is not changing anymore… I still don’t know how to fix it. Anyway….
I’ve been getting my hands dirty studying PureMVC. I created a helloworld basic application that uses PureMVC framework and uses AMFPHP using Flash CS3. I still want to develop more applications that uses PureMVC so I can get really familiar using it.
While getting familiar with the framework, I also recommend you to look into some of these links:
January 18th, 2008 Ashier de Leon | Posted in Flex |
While reading at Ted Patrick’s blog, I found out that they are already working on flex to run on mobile platforms. This again is a good news for us. Just like what Ted said, Flex is really revolutionizing development, either its in the web, desktop, and mobile.
* Advanced DataGrid, OLAP DataGrid, advanced charting, and automation agents are now part of the Advanced Data Visualization Developer Guide. Advanced Data Visualization is available when you purchase Flex Builder 3 Professional, although a watermarked version is available in Flex Builder 3 Standard.
* For the core Flex documentation, we reorganized the online table of contents to display information in a topic-oriented (as opposed to book-oriented) manner. Go to http://livedocs.adobe.com/labs/flex3/html/index.html to see what I mean.
* Of course, the big news is the release of BlazeDS. You can get more information at http://labs.adobe.com/technologies/blazeds/ and Mike Peterson will be blogging about the docs later today.