Am Freitag, 9. Januar 2004 17:44 schrieb Ricardo de Souza Moura:

> I wish a advice.
> I have been using struts and I use DAO and JDBC to access my
> Database. I am not using EJB, but I am wanting use it. The Struts
> framework doesn't have anything about EJB. Will I need to do my own
> framework to treat with EJB or there are a best option ?
> thanks

If you can get hold of it, there's an excellent chapter (13) about
interfacing Struts to EJB in 'Programming Jakarta Struts' (O'Reilly,
the one with the horse on the cover). Generally, think of the
entire web tier (including Struts) as being just another client.
The details, in particular the EJB part, require a thorough
understanding of its underlying concepts and architecture
and can't be summed up in one or two paragraphs. If
you're serious about EJBs, you definitely have to read 
some good books on this matter first, and you won't get
away without an advanced background knowledge of UML and
Patterns. Be prepared for something challenging ahead
and lots of dry and sometimes boring lecture in-between.

HTH,
-- Chris.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to