About MVC 2 architecture and jsp

About MVC 2 architecture and jsp

View Answers

September 23, 2009 at 2:27 PM

Hi Friend,

JSP and Servlets both are the server side components which can respond to the client request.But JSP is a scripting language flexible for web designers to use the tags with java language. It is basically used for presentation.

In Servlet, the request and response object is passed onto different servlets with little task completed by each servlet. This controlling part is easier to write in java.As Servlet contains the pure java code and coding is needed to generate the proper user response. So Servlet is needed.

Thanks









Related Tutorials/Questions & Answers:
About MVC 2 architecture and jsp - JSP-Servlet
About MVC 2 architecture and jsp  Sir, I want to know about MVC 2 architecture and can we bring all functionalities of servlets in jsp.What is the need of servlets when jsp can perform all functionalities .  Hi
JSP Architecture, JSP Model 1 architecture, JSP Model 2 architecture
of JSP Model 2 architecture: The MVC architecture is very popular... and Model 2 architectures. So, in JSP there are two types of architecture of the JSP: Model 1 Architecture Model 2 Architecture JSP Model 1
Advertisements
Architecture of Struts 2 Framework
Architecture of Struts 2 Framework In this chapter we will discuss about the Architecture and Lifecycle of Struts 2. This Struts 2 Architecture is based on WebWork and XWork framework. Struts 2 promotes the MVC framework
using jsp and servlets andin Mvc architecture
using jsp and servlets andin Mvc architecture  how to insert a form data in different tables, that means education details in education table, address details in address table,like that and finally if we fetch all must come
MVC Architecture
MVC Architecture       The main aim of the MVC architecture  is to separate the business..._TO_REPLACE_2 Difference between Model 1 and Model 2 architecture: Features
MVC Architecture In Java
MVC Architecture In Java In this section we will discuss about the MVC architecture. This section will describe you all the aspects of MVC architecture... using design pattern. Model 2 (MVC) Architecture : Applications
mvc architecture - Java Beginners
mvc architecture  i am asking you give me an example for the object oriented programming using MVC architecture then my problem is railway tickect... to that arraylist. for this one i have to do code in MVC architecture
Detailed introduction to Struts 2 Architecture
Detailed introduction to Struts 2 Architecture       Struts 2 Framework Architecture In the previous section we learned about MVC framework and in this section we will learn about the different
mvc architecture - Java Beginners
mvc architecture  can u please provide a example program with code using mvc architecture mine problem is adding routes for the railwaystation... on the MVC architecture please send me the link for knowing the implementation code
MVC architecture example - Java Beginners
MVC architecture example  hi.. I would like to ask the example on Login authentication using MVC model. I really don't understand how it work. Can u give me some example of login authentication using JSP+Servlet+Javabeans
Jsp using mvc - JSP-Servlet
Jsp using mvc  hi I have written using mvc2 architecture, i have..., control logic and the application state. 2. In MVC2 architecture there is only... closely together. Read MVC 2 Pattern in Struts2 in details and visit
about MVC in java - Java Interview Questions
about MVC in java  hi, In MVC Architecute can the Model and View can communicate directly or not?  Hi friend, For read in details MVC Architecture visit to : http://www.roseindia.net/struts/mvc
JSF Architecture
also uses the MVC pattern. ?JSF Architecture? article in roseindia.net explains the architecture of a JSF application. Read about the topic at JSF...MVC is one of the most widely used design pattern for developing applications
About jsp
About jsp  Read Excel data using JSP and update MySQL databse
role of JSP in MVC
role of JSP in MVC  What is the role of JSP in MVC Model?   JSP is mostly used to develop the user interface, It plays are role of View in the MVC Model
online book store by using MVC architecture
online book store by using MVC architecture  Tarzan book store... and servlets The application needs to be built in J2EE and complaint with MVC architecture. (adsbygoogle = window.adsbygoogle || []).push
About Jsp
About Jsp  Hello sir, I am developing online Quiz project in jsp using MySql Database. I want to know that How I will show Questions from database One by One on Same page and also want to calculate Result for the User
How about 2+5+"8"?
How about 2+5+"8"?  How about 2+5+"8
Understanding MVC design pattern
for specific project. The MVC architecture contains the three parts they are Model...Understanding MVC Design Pattern The MVC (Model View Controller) design pattern is used by the struts for building an applications. It makes the application
Query for generating Stock Report Using MVC architecture in j2ee
Query for generating Stock Report Using MVC architecture in j2ee  help Me for query , to generate the stock report of shopping project. Considering some data (current stock=(summation of)watch Quantity in WATCHMASTER
3 tier architecture in java - JSP-Servlet
3 tier architecture in java  H!, My shopping cart project is created with html, jsp, servlets and oracle using weblogic server. Html used for login page, jsp used for validating the username,password and connecting
Problem in populating tableview with database data using javafx MVC architecture.
Problem in populating tableview with database data using javafx MVC architecture.  This code is working in simple javafx appliction without MVC architecture. Here i want to populate tableview as it is with database table data
Problem in populating tableview with database data using javafx MVC architecture.
Problem in populating tableview with database data using javafx MVC architecture.  This code is working in simple javafx appliction without MVC architecture. Here i want to populate tableview as it is with database table data
Model View Architecture - JSP-Interview Questions
Model View Architecture  Describe the architectural overview of Model view architecture?  Hi friend, Model-view-controller (MVC... of the application or the underlying business rules without affecting the other. In MVC
About jsp and Servlet - JSP-Servlet
About jsp and Servlet  Servlets are directly using java technologies. It is used in HTTP,FTP..etc, But Jsp only used in HTTP. Servlets are running fastly... Then why we moved from Servlet to JSP.. Pl Tell me the reasons
Features of Jsp 2
Features of Jsp 2.0 JSP 2.0 is released with new promises. JSP 2.0 is a upgrade version of JSP 1.2 with several new and interesting features. This version... of the JSP 2.0 is to make JSP easier than ever, it has been made in such a way
Question about JSP - JSP-Servlet
Question about JSP  Please tell me how to retrieve an image from SQL Server 2000 using JSP code.I know how to store the image as it stores in binary format. But i don't know hoe to retrieve
Struts 2 Architecture - Detail information on Struts 2 Architecture
learnt about the Architecture of Struts 2 Framework. ADS_TO_REPLACE_5  ... Struts 2 Architecture       Struts... Struts 2 Architecture Struts 2 is a very elegant and flexible front
about hashmap - JSP-Servlet
about hashmap  hi.. i want suggestion in hashmap handling. in my program i have to pass parameters from different jsp pages and ve to store it. i ve used vector but its not recommended . thanks in advance
about jsb - JSP-Servlet
about jsb  after doing project using jsb iwant public to see it from my device (as server) what i do? need help   Hi friend...://www.roseindia.net/jsp/ Thanks
MVC in Java
_TO_REPLACE_1 Moreover, we can also say that MVC is a software architecture...MVC in Java Before understanding the use of MVC in Java, let's understand what is MVC? Abbreviated as MVC, Model-View-Controller is a term used
How Struts 2 Framework works?
of the Struts 2.3.15.1 framework. Struts 2 framework implements MVC architecture, which... and simplified Struts Execution Flow Diagram. Struts 2 - Open source MVC.... Struts 2 is based on Model View Framework (MVC) architect, which has been
JSP Page Architecture and its life cycle
In this article, we are discussing the fundamentals of JSP architecture and it's life cycle. In short, Java Server Pages(JSP) is a high level extension.... Diagram of JSP Architecture: ADS_TO_REPLACE_2
about player - JSP-Servlet
about player  hi i have a website in which, i want to play some video& audio files using jsp.so ,how to call the realplayer on to my website and play some video. if the user doesnot have a player , it should automatically
About JSP Expression Language - JSP-Servlet
About JSP Expression Language   Hi i am new to JSP i am now going through the basics of JSP..on the process i tried a simple JSp program... pls help me... Addition of Two Numbers JSP   Addition of Two Numbers JSPHi
Locales in Spring MVC
In this section, you will learn about Locales in Spring MVC
MVC Java Config or the MVC XML Namespace
In this section, you will learn about two different way for configuring Spring MVC : MVC Java Config or the MVC XML Namespace
Autocomplete textbox with database in jsp and follow the MVC model
Autocomplete textbox with database in jsp and follow the MVC model  i... with database mysql follow MVC Model but it not perform. So please Help me sir... Thanks in advance  Here is a jsp code that shows autocomplete box
Hibernate Architecture
Hibernate Architecture In this tutorial you will learn about the Hibernate architecture. Here we will understand about the architecture of Hibernate using... architecture.  ADS_TO_REPLACE_1 The above image demonstrates that a Hibernate
jsp to struts 2 action conversion problem - Struts
jsp to struts 2 action conversion problem  i have one jsp page that includes 3 other jsp pages(using RequestDispactcher).how to convert that jsp page to a struts2 action?among that one jsp page is wrritten using jpivot,wct tags
Hibernate Architecture
Hibernate Architecture - Understand the architecture of the Hibernate ORM framework. Here we will discuss about the architecture of very extensible used... for the application. It has a layered architecture which allows the developers to use
About tld files - JSP-Interview Questions
)Tags can manipulate JSP content while beans cannot. 2)Tags usually define...About tld files  What are tag library descriptor files & what... files are the XML document that contains information about the whole library
Introduction to Struts 2
. This section we are discussing the new features, struts 2 basics and architecture... is designed to boost the productivity Architecture of Struts 2 ApplicationADS_TO_REPLACE_2 Here we are explaining the architecture of Struts 2 Framework. Struts 2
Struts MVC
_TO_REPLACE_1 MVC Architecture The MVC design patterns provides a clean separation... action. Read more about Struts MVC at http://www.roseindia.net/struts... Struts MVC Struts is open source MVC framework in Java. The Struts framework
MVC in flex
MVC in flex  Hi..... Please tell me What is MVC and how do you relate it to flex apps? Just tell me about that so i can work on flex application according to MVC. Thanks  Ans: Model?View?Controller (MVC
mvc
mvc  I want MVC example using jsp,servlets,pojoclass,jdbc(with mysql)..operation of insert,search,delete,update. I want above web application only... get only jsp servlets web application from your website & some other links. so
Spring Architecture
Spring Architecture Spring is a light-weight framework that is used for the development of Enterprise-ready applications. The architecture of Spring forms a layered architecture having seven modules. All modules are built over core
JSP Tutorials - Page2
JSP Tutorials page 2 JSP Examples Hello World JSP Page... Directive in JSP Page This section illustrates you about the page... of page Directive In JSP This section just introduces about the buffer
Required help about the concept of JSP page reloading
Required help about the concept of JSP page reloading  Hi, We have one application with Websphere portlet Factory generated JSP as front end... insight about the problem. Thank you for your time
Required help about the concept of JSP page reloading
Required help about the concept of JSP page reloading  Hi, We have one application with Websphere portlet Factory generated JSP as front end... about the problem. Thank you for your time

Ads