----- Original Message ----- From: James Strachan <[EMAIL PROTECTED]> Date: Thu, 14 Aug 2003 14:43:03 +0100 To: [EMAIL PROTECTED] Subject: Re: J2EE DeploymentManager ( was J2EE deployment verifier)
> > On Thursday, August 14, 2003, at 02:22 pm, klas axell wrote: > > > This is not, by any means, a complete list. Just something to start > > off with. And maybe we should divide this list into sublists e.g. EJB > > 2.x, EJB 1.1 etc. Maybe we shold put these on the wiki instead? > > Yes please do - just add pages. > > > > - Check the validty of xml-descriptors > > - Does the jar include all the, in the xml-descriptors, specified > > class files (ejb, remote, local etc) > > - Is the ejb class files implementing the SessionBean or EntityBean > > interfaces > > - Is the home interface a sub interface of the EJBHome interface > > - Is the remote interface a sub interface of the EJBObject interface > > - Is the local interface a sub interface of the EJBLocalObject > > interface > > - Are methods in the remote interface implemented in the ejb class > > - Are methods in the local interface implemented in the ejb class > > - Are there create methods in the home interface > > - Are the create methods in the home interface implemented in the ejb > > class > > - Are there post-create methods corresponding to the post methods > > - Are there creates in the ejb class but not in the home interface > > - Relations between entitys (more on this) > > > > - A question, where do one verify finders/EJB-QL? > > > > Another thing. Is anyone looking at or working with the Timer Service > > that is introduced with J2EE 1.4, > > Not yet AFAIK - fancy jumping in? > Yes I do. Should we start a new thread? I've looked at quartz and some other tools. I will dig deeper to see if they are suitable. > > or is there already an implementation? > > There is Quartz > > http://www.part.net/quartz.html > > which is an open source enterprise scheduler. Dunno how much work it'd > be to implement the J2EE spec. > > James > ------- > http://radio.weblogs.com/0112098/ > -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
