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.
Just great lib to deal with XML in Java using annotations
February 1st, 2012
One more test before SCJP
February 1st, 2012
(Java Tip)How to get this class name in static block for Logging
January 31st, 2012
static final Logger logger = Logger.getLogger(new Throwable() .getStackTrace()[0].getClassName());




