Hi, we have some nice samples here http://tomee.apache.org/examples-trunk/
but read some doc on jee is important too. To dev if you are familiar with maven tomee-maven-plugin starts to be really cool otherwise any IDE tomcat plugin should work fine. About portability JEE makes all to ensure it. In practise some few detail are making it difficult but really easy any migration from one server to another one. - Romain 2012/7/23 zeeman <[email protected]> > As long as the example or war you have is portable, it should work in any > javaEE app server (jboss, Tomee, glassfish). > > You can easily setup Eclipse with WTP m2e (maven plugin) and Tomcat eclipse > pluging. Tomee is based on Tomcat so you can use regular Tomcat plugin in > Eclipse. That's what I use and it works well. I had a complex project that > used to run in jBoss, it works better in Tomee. Startup speed, validation, > memory usage, and eclipse integration. > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/New-to-JaveEE-tp4656506p4656509.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
