> the same process. I would think turn-around time for ejb development is on
> the order of a couple of minutes for every change you make. That results
in
> a lot slower development cycle than I am currently using.

Today, I have been making changes to my ejbs, compling them, "touch"ing (ie.
resaving so it's modification date is newer) the application.xml file, and
instantly Orion redeploys and I can retest. The process takes a matter of
seconds.

> on the side of persistence, transactions and security..so maybe the extra
> time is worth it? ;)

There is some ramp up, but once you get used to it, it's not really that
much slower, if it is at all.

>   <ejb>/path/www/WEB-INF/classes/</ejb>

> Error compiling class c:/path/www/WEB-INF/classes/  Login.java
> LoginBean.java LoginHome.java  can't find method create()in LoginBean.java

Double check your ejb-jar.xml--are you setting LoginHome as your Home
interface in there? Is there a LoginHome.create() method declared? Is there
a LoginBean.ejbCreate() method defined?

-joel shellman
http://www.ants.com/


Reply via email to