I write a flex + java application using the blazeds framework. when i write log files in my java classes the default path is the java path on the server.
I am a flex dev that is wanting to learn the Java services side of things.I am wanting to use Spring, BlazeDS, and Hibernate in an application I am writing now.I have written a couple simple Java appl
I am using a 3rd party library that dynamically creates instances of Java classes and populates those instances with the help of Introspector.getBeanInfo.Certain requests may result in 5 or 6 successi
I have web.xml as follows <?xml version=\"1.0\" encoding=\"UTF-8\"?> <!DOCTYPE web-app PUBLIC \"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN\" \"http://java.sun.com/dtd/web-app_2
I\'m trying to convert a simple chat Java/BlazeDS project over to the new Spring BlazeDS setup. I started fresh and copied in the blazeds-spring folder contents in the blazeds 4 turnkey distro which
I\'m doing research into BlazeDS , and i am trying to use the ajax-bridge to perform this trough javascript.
I have this error when run开发者_开发问答ning my application on debug mode : ReferenceError: Error #1056: Cannot create property root on MyClass.
Forgive what is a totally noob question - I was evaluating a problem today, and thought, \"this is probably the kind of thing that Groovy is really really good at\".
I am building a Flex application which communicates with a Java se开发者_开发技巧rver using BlazeDS.
My team are putting together a proof-of-concept Flex application sitting on top of a Spring-based server using BlazeDS.