on Feb 27th, 2009AFCS-Explorer-v2 (with POJO support)

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.

  • Digg
  • del.icio.us
  • Mixx
  • LinkedIn
  • YahooMyWeb

on Feb 23rd, 2009AFCS(Cocomo) Explorer v 0.1

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 »

  • Digg
  • del.icio.us
  • Mixx
  • LinkedIn
  • YahooMyWeb

on Feb 20th, 2009I’m in 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.

  • Digg
  • del.icio.us
  • Mixx
  • LinkedIn
  • YahooMyWeb

on Feb 6th, 2009Flex FirebugLogger (part II) implementing “console.dirxml”.

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 »

  • Digg
  • del.icio.us
  • Mixx
  • LinkedIn
  • YahooMyWeb
Entries in this series:
  1. Flex Logging API - Simple Firebug Log Target
  2. Flex FirebugLogger (part II) implementing “console.dirxml”.

on Feb 3rd, 2009[Tutorial] BlazeDS Simple Remoting (Part II - “Flex”)

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 »

  • Digg
  • del.icio.us
  • Mixx
  • LinkedIn
  • YahooMyWeb
Entries in this series:
  1. [Tutorial] BlazeDS Simple Remoting (Part I - “Java”)
  2. [Tutorial] BlazeDS Simple Remoting (Part II - “Flex”)

on Feb 1st, 2009[Tutorial] BlazeDS Simple Remoting (Part I - “Java”)

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 »

  • Digg
  • del.icio.us
  • Mixx
  • LinkedIn
  • YahooMyWeb
Entries in this series:
  1. [Tutorial] BlazeDS Simple Remoting (Part I - “Java”)
  2. [Tutorial] BlazeDS Simple Remoting (Part II - “Flex”)

on Jan 28th, 2009Flex Logging API - Simple Firebug Log Target

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 »

  • Digg
  • del.icio.us
  • Mixx
  • LinkedIn
  • YahooMyWeb
Entries in this series:
  1. Flex Logging API - Simple Firebug Log Target
  2. Flex FirebugLogger (part II) implementing “console.dirxml”.

on Jan 25th, 2009red5 Video Streaming

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 :)

  • Digg
  • del.icio.us
  • Mixx
  • LinkedIn
  • YahooMyWeb

on Jan 24th, 2009flex-shell ant tasks Part I (compc)

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 »

  • Digg
  • del.icio.us
  • Mixx
  • LinkedIn
  • YahooMyWeb

on Jan 23rd, 2009How to Parse millisecond String in SQL

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 »

  • Digg
  • del.icio.us
  • Mixx
  • LinkedIn
  • YahooMyWeb