« WebManiacs 2008 - Early Bird Ending Soon | Main | Stating the obvious - "Enterprise 2.0" »

19 March 2008

Comments

François

If you're a maven user, you may eliminate the ramp-up time by using my Spring Hibernate Maven Archetype (and have a sample app running in 3 command lines)
see : http://www.jroller.com/francoisledroff/entry/a_blazeds_xdoclet_spring_hibernate

John

Add hibernate into the mix, and you'll definitely have my attention :)

Gualivchenko

Thanks man, it was really usefull for me. Specially because when I readed it, I understand that you know what you are writing, and it helps me to understand some concepts of BlazeDS and Spring Container (I'm a newbie in java and flex, i'm coming from c#... yes... ioc is pretty new for me).

Anil(aK)

Hi,

I developed a chat application using the following.
- Blaze DS turnkey 3-0-0-544
- the embedded Tomcat server with Blaze DS turnkey.


While sending message I am getting the following error.

Channel.Security.Error error Error #2048:
Security sandbox violation:
http://servername/apache2-default/chat.swf
cannot load data from
http://sez-ws-19:8400/blazeds/messagebroker/amfpolling. url: 'http://sez-ws-19:8400/blazeds/messagebroker/amfpolling'

I am compiling the application using the following xml file.

-services "C:\blazeds_turnkey_3-0-0-544\tomcat\webapps\blazeds\WEB-INF\flex\services-config.xml" -locale en_US

In the services-config.xml, the Channel definition is given as








false




true
4

The Application path is D:\Projects\Glasnost\chat
The Root URL of the application "http://sez-ws-19/".

Can you please provide a suggestion how to compile the application in the local and make it run in the linux server.

Anil

The comments to this entry are closed.