简体   繁体   中英

Help in EJB Creating Stateless Session Bean

I am beginner to EJB concept. I just read creating stateless session bean !! Here we create 2 interface and a bean.

In that Home Interface we use a method create for creating instances.

But is that create() method a keyword. It is not showing anything in eclipse.

It will good if some can post how to create simple hello world stateless session bean.

Thanks in advance.

This tutorial has examples on both stateless and stateful beans. Take a look. It is from OpenEJB but this shouldn't bother you - all EJB implementations conform to the EJB specification.

Not sure what you're looking for. Your question is tagged EJB 3 but you are mentioning EJB 2 concepts. So, unless you explicitly want to learn EJB 2 to understand how things were done in old times, I suggest to look at EJB 3 resources, eg the Chapter 22, Session Bean Examples of the Java EE 5 tutorial.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM