I still don’t know what new updates there may be, but I’m really glad that there are changes being done.
I’m looking forward to the changes in AMFPHP.
Thanks Wade.
Tags: AMFPHP, Flash Remoting, Php
I still don’t know what new updates there may be, but I’m really glad that there are changes being done.
I’m looking forward to the changes in AMFPHP.
Thanks Wade.
Tags: AMFPHP, Flash Remoting, Php
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 directoryyou 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.
You should be able to see this in your browser
Tags: BlazeDS, Flash Remoting, Flex, Remoting