related to java

M

manisha chawla

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
 
S

Step towards Learning

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
 
S

Step towards Learning

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...
 
U

usenetuser

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top