web analytics

Just Save It on AppEngine!

March 5th, 2012

Sometimes you have a simple (flex/android/flash etc) app, which needs to save small amount of data into external database.

I’ve created a generic data saving service in Java. See : just-save-it.appspot.com

Thechnology stack used: Google App engine for java hosting and persistence, Servlet API, Spring MVC, Spring IoC, GraniteDS Amf service, custom XML endpoint (XML marshalling via SimpeXML framework), Flex 4 client.

The source code is available on GitHub

How to inverse mask in flash

February 12th, 2012

http://franto.com/inverse-masking-disclosed/

Upd: See my recent work where I’ve used this effect. Click to go to external site

Just add Annotations!

February 1st, 2012

Simple and powerful Spring-ish annotations-based library to inject dependencies and make Android code more readable: http://androidannotations.org/

See my pet project Java Collections Wizard for Android at Github.

http://simple.sourceforge.net/

One more test before SCJP

February 1st, 2012

oDesk Certified Java Developer

static final Logger logger = Logger.getLogger(new Throwable() .getStackTrace()[0].getClassName());

User can create and upload a collage from custom or preset images and see style advice movies, thanks to YouTube API(click here for live preview).

3D puzle game

November 19th, 2011

Away3D(faster analogue of Papervision3D) and JigLib physics library(click here to play)

Custom image collage

November 19th, 2011

Project is done for client from Georgia. User is able to create collage from preset or uploaded images and add title using different fonts and colors (click here to view).

Circle gallery

November 19th, 2011

Required heavy usage of trigonometry and Google Maps Api (click here to play).