Of course, you may have enourmous different approaches to the subject... I
just tried to point some of the benefits of MVC design pattern,
but without selling it myself (I don't work for mktg dpt. ;)
Rifle
-----Original Message-----
From: parikshit [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 21, 2000 4:16 AM
To: [EMAIL PROTECTED]
Subject: Re: EJB - mvc
What we are using here is MVC,but from a different view.
Here we are doing page wise development. Different pages are assigned to
different developers.
Each developer then develops code for generating HTML pages(what we call
PageHandler classes), Servlets and EJBs required for his EJBs. We ve
processes which resolve the common functional EJBs.
But we are folowing the strict rule of one Servlet per page and vice versa.
So we are architecturally using MVC, but not for distribution of work.
Parikshit
----- Original Message -----
From: Juan Pablo Lorandi <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 21, 2000 1:41 AM
Subject: Re: EJB - mvc
It's so good because it keeps apart concepts that are rarely implemented by
the same people.
Model is usually non-heavily reused (except maybe in applications), and is
implemented by a development team.
View is how you actually show the data (the MODEL) and usually is
implemented by some script programmers (JSP, servlet) that don't need to
know how the application works "behind the scene"; also web designers come
into play; controller is usually the work of web designers (for HTML and
perhaps some javascript programming)
it may also be done by a programmer who constructs an applet or application
to front-end the development.
This model clearly separates some kind of work(and expertise) from another;
it speeds up development and enforces 'black-box' code reuse (you don't have
to know how some things work 'inside'). And of course, it enables you to
manufacture an specific component/component-set that will interoperate with
other components, in any part of a development. This overall points to the
objective of developing rapidly complex systems that scale
mathematically(i.e. their performance is directly associated with the number
of server machines that run your application).
HTH
Rifle
-----Original Message-----
From: suresh gopal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 20, 2000 3:15 PM
To: [EMAIL PROTECTED]
Subject: EJB - mvc
Hi all,
Can somebody tell me why MVC arch. is good for
developing EJB, because i did not see much about MVC
in ejb other than the PET STORE Example.
g
__________________________________________________
Do You Yahoo!?
Send instant messages with Yahoo! Messenger.
http://im.yahoo.com/
===========================================================================
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".
===========================================================================
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".