How to use embedded glassfish from junit?
09 Mar 2010In my previous post I explaind that with the new EJB you can use an embedded EJB container to test your EJB. But there is also another way and that is to use embedded glassfish that is started from inside an junit. The nice thing here is that it you can start an embedded glassfish with the container you need, with EJB or with WEB or both if you need.
How to test EJB3.1 with embedded container?
08 Mar 2010This is how you can test your EJB3.1 or the one I made apost using an new embedded container provided in the new EJB. You can download the full package to test this.
How to create EJB 3.1
07 Mar 2010This post describes how to create an simple Entity and Session bean with EJB3.1. As some of you know EJB 3.1 is ready to use and makes the world much easier for the developers. No more xml configuration files except “persistence.xml”. Everything can be done using annotations and if you decide to use xml configuration files they overrule the annotations.
Beta-SMS [v1.4]
07 Mar 2010Beta-SMS can be used to send SMS over the Internet using the different Betamax VOIP resellers like voipbuster, webcalldirect and many other.
Beta-SMS [v1.3]
01 Feb 2010Beta-SMS can be used to send SMS over the Internet using the different Betamax VOIP resellers like voipbuster, webcalldirect and many other.
Build Eclair aka Android 2.1 for Hero from source
28 Jan 2010First of all let met thank (loxK, kiall, jnwhiteh and Behnaam) because those guys are doing a very good job buy creating rom's for Hero and posting there information on the net. This post is all about eclair and Hero. What you will see here is how to build eclair for Hero and how to create an update.zip so you can flash your Hero.
How to create otapackage (aka update.zip) from your build
27 Jan 2010When you compile your android source and you want to create an automatic update.zip instead of your own then do this
Deodexing com.htc.framework
27 Jan 2010This is just an small tutorial that shows how deodexing works.
How to create update.zip using your build aka system.img
25 Jan 2010In my previous post I have already said that I will explain how to create an update.zip from your own build so here it is.
How to create a custom rom for Hero from Android sources
21 Jan 2010UPDATE1[27.01.2010] If you search on the Internet you can find a lot of custom roms for android phones but when you start searching for an tutorial on how to create one your self it gets confusing. You need to look very well and learn by trail and error to find all the stuff you need to create an rom of your own. That's why I decided to show you how to create an rom for HTC Hero from scratch.