I agree with this......I have done similiar project before also as first
timer.its better to start with the view then concentrate on the logic
later...
Mayuresh Kadu <[EMAIL PROTECTED]> wrote:
well ... u could do something that i do.

[ start from the view - JSP ]
we usually write a small bean that does the job of showing some static data
set and use the JSP to work out on the same. Of course, the interfaces have
to be worked out well in advanced. Once the JSP's are at a fairly acceptable
state then we move on to the EJB's. All we do is remove the Beans and
replace the same with the relevant code. That way, since we know that the
view is working well... its only the EJB's that we can concentrate on.

of course -- this is my opinion :)

Mayuresh

----- Original Message -----
From: "Erwin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 23:01
Subject: Implemetation flow


> Hi,
>
> This is my first J2EE project. I need some advice.
>
> We're using the Model 2 (MVC) architecture. We haven't yet reached the
> implementation phase. I was wondering *where* to start coding. Should we
> start coding the JSPs first, or the EJBs, or somewhere in between? We're
> using: JSPs, tags, servlets, beans, EJBs.
> Naturally, we'd like to keep testing the code as we go along. If we start
> from JSPs, then there's no data to display. If we start with EJBs (the
> model) then there's no place to output the results.
>
> There's just 2 of us, so we can't code all the layers in parallel. Also,
> we're both first-timers, so we need to keep testing the code to be
> confident that it works.
>
> Any tips and suggestions will be worshipped.
>
> Thanks in advance!
> -Erwin
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to