Thanks for showing interest in BlazeMonster. Please find details at this URL http://sujitreddyg.wordpress.com/blazemonster/
Thank you
Thanks for showing interest in BlazeMonster. Please find details at this URL http://sujitreddyg.wordpress.com/blazemonster/
Thank you
May 7, 2009 at 8:11 pm
Excellent tool !!!
May 7, 2009 at 11:31 pm
WOW!!!
It is really Excellent tool!
Thank you very much Sujit Reddy
May 8, 2009 at 4:08 am
Awesome. I’d love to see this with some Swiz love plugged in
May 8, 2009 at 10:24 am
Wonderfull…. I liked it. Thanks Sujith.
May 8, 2009 at 12:10 pm
Hi, this looks very interesting. However I am not able to do step 7. When the air is invoked it throws up the following msg “This application requires a version of AIR which is no longer supported ..contact author…” any help is very much appreciated. Thank you.
May 8, 2009 at 12:49 pm
Hi I upgrade my AIR installer and everything works as expected, this tool is AWESOME!!! Thanks a lot.
May 10, 2009 at 10:54 am
Hi Sujith,
Can you please write a small article on integrating GWT and BlazeDS.
Regards,
Allahbaksh
May 11, 2009 at 6:51 pm
I’m using BlazeDS with Spring and your app doesn’t show more than destination names…
May 12, 2009 at 9:02 pm
Awesome tool, thx for showing it.
Are you going to publish the source code ?
May 12, 2009 at 9:10 pm
Thank you all
@Chris – will work on that
@Jarek – check if there are any public methods in the classes corresponding to the destinations. please use the “Remote BlazeDS” feature, I will try to reproduce the error
@Alabbe – I will publish the source code soon
May 20, 2009 at 2:46 am
Very useful. Many thanks for sharing this.
I volunteer to add my own feature request:
In addition to the ‘Copy to clipboard’ feature, have a ‘Save to file’ feature.
Add an ‘Automatically save to file’ feature.
Well done!
PS: I tried this against a spring-based system, and it worked.
PPS: I see some small bugs, eg:
public var phoneNumbers:[Ljava.lang.String;;
Which resulted from this java:
public String[] phoneNumbers;
Again, I volunteer to help fix.
May 23, 2009 at 9:31 pm
This is fantastic. This isn’t a complaint, but you should add a 128×128 icon for us folks on the Mac. It is all blurry in the dock
May 26, 2009 at 12:29 pm
This looks promising. However, I tried running it against a server running the latest Spring/Flex integration (1.0.0RC1), and while I can invoke remote operations (on the Remote BlazeDS tab), I cannot see any destinations on the Existing Service tab. Keep up the good work!
May 27, 2009 at 5:03 pm
Hey Sujit,
Thanks for the tool. It’s really really helpful.
Excellent job.
-Ravi
June 3, 2009 at 6:36 am
Man.. only a word!
EXCELLET!!!!!!!!!!!!!!
great job… can I help with something more?
congratulations, you’re my savior.
June 3, 2009 at 6:36 am
Man.. only a word!
EXCELLENT!!!!!!!!!!!!!!
great job… can I help with something more?
congratulations, you’re my savior.
June 3, 2009 at 3:47 pm
Hi Sujit,
BlazeMonster is great addition to an Actionscript developer’s toolbox. However, if I could just resize the user interface in order to better see remote services and methods names, it would be perfect.
Can you please do something about that?
Rui
June 4, 2009 at 8:16 pm
Hi all,
Thanks for the great feedback and using this application. I would love to take all of your help to improve this application. You all know that we have Flash Builder 4 and Flash Catalyst beta released, due to this I am a bit stuck with work. As soon as I am free I will implement all the suggestions and take your help to fix the bugs.
With Spring BlazeDS (developed by springsource.com), this will not work as of now because they are creating MessageBrokerServlet with an id, where as BlazeMonster gets the default MessageBrokerServlet instance and also the source property of the destinations is still not set to what I want. I will work on this and release the working version.
Thank you all again for all the support.
Try Flash Builder 4 and Flash Catalyst if you haven’t tried
You can find tutorials for using Flash Builder 4 at this URL http://sujitreddyg.wordpress.com/flash-builder-4/
June 11, 2009 at 5:13 pm
thanks this post. I made some adjustments
June 17, 2009 at 4:59 pm
Hi,
This tool is very usefull. Yet, some resize control handlers would ake a lot of difference to me. Please?
Rui
June 18, 2009 at 1:28 am
Hi Sujit,
First I want to say this tool is awesome. YOU rock. We wat to use it to access channels that are authenticated, but it is a limitation we have reached with the tool. Do you have any plans to opn the source? If you did, there are a number of UX items that I would be able to contribute, as well as a mechanism for authenticating secure channels.
Thank you,
Joel
June 26, 2009 at 4:08 pm
You are simply awesome gentleman…. Keep rocking
July 11, 2009 at 11:15 pm
HI Sujith,
I used the latest flashbuilder4 beta and was able to connect to the blazeds server configured along with my own application. However, after getting the service, in the “Data/Services” tab, when i right click on my service, the “Configure Return type” option is disabled.
Was wondering if it hadanything to do with my configuration. But the BlazeMonster is able to connect to my service and even generate the code and/or execute them.Any idea what could be wrong in the flash builder side?
And thanks for the nice support you have been providing on this site.
Arvind
July 20, 2009 at 9:27 pm
Hi Arvind,
Configure Return type should be enabled unless you are using LCDS on the server. Are you using BlazeDS on the server side and still the configure return type is disabled ?
July 24, 2009 at 11:52 pm
Hi,
Congratulations for your work!
I see when the vo is generated with java.util.Date he maintains java.util.Date in generated code.
Ex: public var birthDate:java.util.Date;
tanks!
July 28, 2009 at 8:41 pm
AWESOME!!!! JUST AWESOME… Great work
August 7, 2009 at 6:58 pm
one more issue is there when you genrate a VO with Boolean
the out put is :
public var core:boolean;
please change boolean to Boolean
August 19, 2009 at 2:15 pm
Hi Sujith,
I am using cairngorm framework to develop my flex application. I have dispatched 2 events to get the data from the backend java services. The thing I have observed that until the first event’s java method is executed the second event’s java method is not executed.
I want to execute both the methods parallelly. Is it possible?
August 20, 2009 at 8:17 am
Hi Sujith,
I was wondering how you populate the Tree in “Server response in Tree”. I am trying to to do the same thing with a result from a server via a RemoteObject result Object but going nearly insane by trying. Do you have any hints directions or snippets that may help me out?
Thx in advance,
Markus
August 24, 2009 at 3:34 pm
Great stuff! One little bug to report: After reloading a destination on an existing service, I was unable to generate Java source code–the pop-up window did not appear.
Cheers,
Stu
August 27, 2009 at 10:56 am
Hi all,
I have posted BlazeMonster V2 and moved content in this page to http://sujitreddyg.wordpress.com/blazemonster/
Please try the new version and let me know your thoughts.
Thanks again for all the support.
August 28, 2009 at 6:24 pm
Hi Shua,
Thank you
August 28, 2009 at 6:56 pm
Hi Rajendra,
Thanks for reporting this. This is fixed in the version 2. Please find more details on BlazeMonster V2 updates and download from this URL http://sujitreddyg.wordpress.com/2009/08/26/blazemonster-v2-with-support-for-spring-blazeds/
August 28, 2009 at 7:35 pm
Hi Markus,
Please give me your email id. I will send u the code