Monday, August 16, 2010

Universal (De)-Serialization

And one year later without a single, I propose you a challenge: what about an universal object serializer (and de-serializer too, of course)?

I've made one, and would like to share with you. But let's see if I got some ideas.

Just remember:

Serialization: any Java object -> String
Deserialization: specific String generated by further serialization-> previous Java object


Peace

Tuesday, August 18, 2009

Java: Tattoo once, show it everywhere


I was envolved studying to take my first certification exams: SCJP (Sun Java Certified Programmer), version 6 (CX-310-065).

Once I had dreamed a lot about making a tattoo, and something in my mind told me that tattoo would be a geek tattoo, nothing better then make it in congratulations to the certification exam. There's a lot of funny facts about explaining it to the people, other time I can tell you one or another.

Hope soon I'll be posting something really relevant.

See you guys

Tuesday, April 14, 2009

Hello World

Hello World, or Olá Mundo (in Portuguese), the famous sentence that we are always using when we are programming in a new language. For us, computer science geeks, that sentence is used too to say "welcome" when you are starting a new thing. Here, at Java4n00bs, my intention is to show pieces of code to solve things in Java; besides the language is very mature and consolidated, I had a lot of pain when was learning it, and I believe, money, advice and tutorial are never enough! :)

See you guys