Hi I want to use open ejb in a standalone java application. I don't want any application server to deploy my application. There is a Main.java class which is the starting point of the application having 'public static void main(String... args). I want to keep this as it is and want to use EJB3 through out the application,if not everything, mostly CDI. Is it possible with standalone openejb. Please provide examples if you have any.
Sent from my iPhone
