ejb runs in server's container (a perticular directory of server) in which all 
the functionalities are prespecified & configured, it takes the information 
from about what is required by the class or interface to run just like a 
servlet or jsp. this all depends upon the server to control the execution.

thanks


On Mon, 03 Mar 2008 Adolph Drukker wrote :
>The Java language is one of the best-suited languages for building
>distributed components, I agree with that. One of the main Java EE
>pillars is the interface/implementation separation (separation between
>the interface and implementation mainly keep component upgrades and
>maintenance at a syntactic level through th interface and class
>keywords), so the EJB 3.1 specification stands that Java interfaces
>are now not mandatory. How can I understand that? Annotations/Metadata
>made a great job, there is no doubt about it. Can somebody clears me
>this out?
>
>Thanks in advance...
>
>===========================================================================
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff EJB-INTEREST".  For general help, send email to
>[EMAIL PROTECTED] and include in the body of the message "help".


===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to