> If I'm developing the project with frontend java and database in
> access with JSP scripting, could you tell me that which is the
> middleware layer from these
Hi Manish, i think understand what you want to say.. Next time specify
problem in some detail and clear form.
You can developed a web application in which mainly three layer are
present namely View (Jsp files),
Controller(Servlets files), Model(Plain Java file for managing
business logic and database mapping).
For example :
You can create a jsp page let home.jsp Now, forward request from this
jsp file to servlet ,servlet handle the request by approriate
method(doGet(),doPost()), inside these method call business logic
and
data from data base and send to a new jsp page let say result.jsp.
Now comes to your main question here jsp is front end which intract
with user.
servlet is controller or middle layer, model(business logic or data
access classes) are third layer or say business logic or dataaccess
layer
usenetuser@hotmail.co.uk - 16 Apr 2007 13:51 GMT
On Apr 16, 11:13 am, "Step towards Learning" <mails2sh...@gmail.com>
wrote:
> > If I'm developing the project with frontend java and database in
> > access with JSP scripting, could you tell me that which is the
> > middleware layer from these
>
> Hi Manish, i think understand what you want to say.. Next time specify
> problem in some detail and clear form.
Perhaps you would do well to follow your own advice.
> You can developed a web application in which mainly three layer are
> present namely View (Jsp files),
[quoted text clipped - 12 lines]
> access classes) are third layer or say business logic or dataaccess
> layer
> If I'm developing the project with frontend java and database in
> access with JSP scripting, could you tell me that which is the
> middleware layer from these
i'm v. sorry for manish intead of Manisha chawla...