Hi All,

 

Trying to answer several messages about this thread in just one. Hope that works…

 

- About using openEJB’s validator:

 

          IMHO it’s better to write Geronimo’s own validator than use openEJB’s, unless someone thinks otherwise. The main reason is, as far as I can see in the code, that openEJB’s validator is created to be an external tool, and the validator works only on the jar file of the ejb classes.

 

- About all the discussion about the validator:

 

          First, I would like to say hi to Chris, Jonathan, Weston, Hari and others (much replies while I was sleeping…). Sorry about loosing the initial discussion but I think that I’m in disadvantage about time zones…

 

          What I’m thinking about this module is that it should be only an ear verification module, and not a deployer tool / API. It would be used by the deployer tool to validate the archive, by the server to revalidate the archive on startup and by any tool that wants to.

 

          I agree that this module will have to have a very easily extensible/maintainable engine for the rules, as they will change a lot on future… My belief now is that a simple Chain of Responsibility where each J2EE rule that will be verified will have its own class will be sufficient, but I’m thinking about the performance of this approach.

 

          For the errors, I think that an object like the ActionError of Struts will be more likeable to be easily incorporated by any tool that will want to use the validator that an exception or a string message, don’t you think?

 

          I’m working on the class diagram of what I’m thinking, and I’m intending to send it in an image format to the list in a few days to discussion. Is that alright?

 

Thanks

Denes

                                 

 

-----Mensagem original-----
De: James Strachan [mailto:[EMAIL PROTECTED]
Enviada em: segunda-feira, 11 de agosto de 2003 03:42
Para:
[EMAIL PROTECTED]
Assunto: Re: J2EE deployment verifier

 


On
Monday, August 11, 2003, at 06:03 am, Denes wrote:

Hi Folks,

 

I’m intending to begin writing something for the deployment verifier, both to learn more about the specs and (hopefully) help with the project.

 

Some questions:

 

1. Is there anybody working on this issue?


AFAIK no

2. Will this be based on openEJB’s deployment verifier?


No idea. Could be?

3. Something that I never understood… As I don’t have commit permission on cvs, to whom I should send patches/codes that I create?


http://jakarta.apache.org/site/source.html#Patches

Just mail a patch to this list.

James
-------
http://radio.weblogs.com/0112098/

Reply via email to