Hi not sure what you are looking for, EJBContainer starts a container in JSE. You can use deltaspike too http://deltaspike.apache.org/documentation.html#start-a-cdi-container-using-java-se
*Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/10/13 Jean-Louis MONTEIRO <[email protected]> > Hi, > > Indeed, that's is not the primary objective of TomEE ;-) > Go to openwebbeans project. It our CDI implementation and it can be used in > a servlet container as well as in standalone mode. > > JLouis > > > 2013/10/13 Radhakrishna Kalyan <[email protected]> > > > Hi, > > > > Because there are various examples but, sorry to say that I didn’t find > any > > IOC examples related to Java SE. > > > > Please provide any links or IOC examples with in plain Java SE > application. > > > > PS: I am not looking for a examples to deploy in a servlet container (i.e > > tomcat etc). > > > > > > -- > > Thanks and Regards > > N Radhakrishna Kalyan > > <http://about.me/nrkkalyan> > > > > > > -- > Jean-Louis >
