I completely redid the result structure, now its possible to receive result as POJOs or XML (as before)
added additional flag “–object” which, if set trigers class to return java objects from service calls instead of xml.
here is the link : http://ledtechdesign.com/examples/afcs_explorer/0.1/afcs_explorer-0.9.1-0.2-all.jar
Jar file includes all dependencies: (commons: Digester, beanutils, and Logger)
and can be used to directly run program without extracting (jar file includes source, just unzip it with zip extractor program).
P.S: I am almost finished with flex&bazeDS demo to CRUD on AFCS services,using this lib.
Over the weekend, I have put together a modified(modularized) version of AFCS.java which ships with CocomoSDK_0.91.zip distribution,
I mainly started this experiment, to see if I could use it with BlazeDS Remote Object invocation, so that:
flex calls BlazeDS, BlazeDScalls AFCS explorer, which calls adobe API; result comes back, Service generates Java Object and BlazeDS does the rest to feed Flex with AS version of it, then its up to Dev whatever he wants to do with those Objects :
Continue Reading »
Tags: AFCS, Cocomo
soo, I will be spending my time in Cocomo for next few weeks, … no, no, not Fiji Cocomo (I wish)
Adobe “CoComo” AFCS –> check it out, http://labs.adobe.com/technologies/afcs/
I will have flexshell-(Cocomo ** cough** **cough**) -AFCS demo up and running this weekend.
Tags: Adobe, AFCS, Cocomo
This entry is part of a series, Flex Firebug Logger» so, whats up with flex Logging API I still don’t understand, There is ILogger Interface, but you can not implement it…
– well, you could implement it. but you cant use it
— no way to add it to Log as a new ILogger, and because of that, category concept is completely useless,why does anyone need to have 10 different instances of same LogLogger class under 10 different category names?
Continue Reading »
Tags: firebug, Flex, FLEX API
This entry is part of a series, blazeds Simple Remoting» In this part we are going to Create small Flex application which will retrieve Sport Events from our Java application we built in Part I
lets get started…
Continue Reading »
This entry is part of a series, blazeds Simple Remoting» I’m starting a new series of articles on blazeDS technology; From my experience, I have to say that blazeDS is fantastic, extremly FLEXible, and fun to “work with” Technology.
In This tutorial, I will show you how simple it is to get up and running with BlazeDS. We will write a simple application to retrieve NBA basketball Events using BlazeDS Object Remoting Service.
So lets get started…
Continue Reading »
Tags: BlazeDS, firebug, Flex
This entry is part of a series, Flex Firebug Logger» This simple Loggin Target lets you send any message to firebug console from your flex application,in addition to the trace.
How do you use it?
Continue Reading »
Tags: firebug, Flex, logging
Just Started looking into this amazing project http://osflash.org/red5
goal is to create my personal flv steraming , itsstill in infrastructural setup process, server will run @ stream.amostudio.com
will update my progress …
oh, btw great Job red5 Team
Tags: flv, streaming
I finally got time to get back to flex-shell project,
Ultimate goal #1 is to finish all tasks for at least alpha release within 2 month.
TODO task list is huge …
first and foremost is the build system.
Flex-shell API (library Project)
Continue Reading »
Tags: ant, compc, Flex, flexbuilder
some frameworks, and CMS systems use milliseconds to store date in Database instead of using Date object, not sure why they do it,anyways if you want to take a string and turn it into date and further format it here is one way to do it :
Continue Reading »