Hi all --
I'm new to EJB development, and am trying to start with Orion Server, but
I'm having the hardest time figuring out how to even begin. I've written a
bean and all the interfaces, which are all sitting in class files in the
c:\java directory. I created a META-INF directory off of that, and created
an ejb-jar.xml file in there.
However, I can find *no* information about how to inform Orion about the
existence of these files. I was trying to follow
http://www.orionserver.com/tutorials/ejbtutorial.html, but it references a
config/ejb.xml file which simply doesn't exist. I'm guessing it's old.
Is there a simple step-by-step explanation of which files need to be
modified, in what order, and what else I need to do to start doing
development work? Am I better off just using a better (i.e. better
supported and more completely documented) appserver?
-- Chris