"Paul Kinnucan [EMAIL PROTECTED] [quokka/JDE mailing list]"<[EMAIL PROTECTED]> writes:
> Tony Fang writes: > > Paul: > > I have a question about using Emacs IDE. Can I use Emacs IDE > > for > > EJB development ? That means creats jar file, ear file etc. > > > > Hi Tony, > > I am forwarding this question to the JDEE mailing list. I believe > that there are JDEE users who are using it to do EJB and so > would be in a better position to advise you about its > suitability. I use JDEE to write and test EJBs. There is no particular support that I know of for EJBs (such as automatically making sure create methods match between the home interface and the bean), but it's just Java code, so JDEE is fine. I also regularly use the debugger to track down problems in my beans. I use the instructions in the user's guide for attaching the debugger to an existing process (the J2EE server, which in my case is WebLogic 5.1) via shared memory. > > - Paul > Cheers, Rory
