jsp and struts

jsp and struts

What is the difference between jsp and struts? Does struts use jsp?

View Answers

January 25, 2012 at 11:10 AM

Java Server Pages (JSP) is a server-side technology. Basically, it is an extension to the Java Servlet technology in which the web-developer can do the coding for application with minimal knowledge of Java. It consists of dynamic scripting capability which runs along with the standard HTML code for a web-page (although this JSP code runs on the server) to produce dynamic responses for a request.

Struts is not a technology, but is a framework (by Apache) based on MVC concepts and developed using Servlet/JSP technology. The developer has to spend less time on configuration and deployment part of the application and rather concentrate on the business logic.

For more information, visit the following links:

JSP Tutorials

Struts Tutorials









Related Tutorials/Questions & Answers:
struts,jsp - JSP-Servlet
Struts, JSP get records from database  how can i get single record from database in tabular form in struts as well as in jsp
jsp and struts
jsp and struts  What is the difference between jsp and struts? Does struts use jsp?   Java Server Pages (JSP) is a server-side technology... the following links: JSP Tutorials Struts Tutorials
Advertisements
Struts,JSP - Struts
Struts,JSP  I'm facing problem while using logic:iterate to render the data in the jsp from the Array list. javax.servlet.ServletException: Cannot find...("uname",employees); In the jsp
JSP - Struts
JSP  am using struts frame work for my project, my requirement is 1.in jsp page Class(drop down list) will take all classes in school from database at time of loading. 2 after selecting class, page will reload and it will took
JSP - Struts
JSP  am using struts frame work for my project, my requirement is 1.in jsp page Class(drop down list) will take all classes in school from database at time of loading. 2 after selecting class, page will reload and it will took
JSP - Struts
JSP  am using struts frame work for my project, my requirement is 1.in jsp page Class(drop down list) will take all classes in school from database at time of loading. 2 after selecting class, page will reload and it will took
jsp - Struts
jsp   wat is Struts  Hi Friend, Struts is an open source Java framework used for building web applications based on the Model-View... link: http://www.roseindia.net/struts/ Thanks
JSP - Struts
JSP  Hi, Can you please tell me how to load the values in selectbox which are stored in arraylist using struts-taglibs Note:I am neither using... for ur response...but I want it in struts 1.X
Struts 2.0 - JSP-Servlet
Struts 2.0  How to call two actions from single JSp page in Struts 2.0
hashmap with struts and jsp - Struts
hashmap with struts and jsp  i am trying to use hash map in struts.I am inserting on class object as value and string as key.This object is of class type like UserMaster{username,userId.....}.My problem is that its working fine
datasource in jsp using struts
datasource in jsp using struts  how to get the datasource object in jsp.datasource is configured in struts-config.xml
Struts ForwardAction vs Forward tag in jsp - Struts
Struts ForwardAction vs Forward tag in jsp  difference between struts ForwardAction class and Forward tag in jsp
JSP pages are provided in Struts framework?
JSP pages are provided in Struts framework?  What helpers in the form of JSP pages are provided in Struts framework
JSP pages are provided in Struts framework
JSP pages are provided in Struts framework  What helpers in the form of JSP pages are provided in Struts framework
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
Struts - JSP-Interview Questions
Struts Tag bean:define   What is Tag bean:define in struts?   Hello,The Tag <bean:define> is from Struts 1. So, I think you must be working on the Struts 1 project.Well here is the description of <bean
Struts with Servlet Jsp - Development process
Struts with Servlet Jsp   Hi Friends, Can u give me steps for developing simple web application with struts, Servlets, Jsp , javabeans and oracle. Like 1)First create jsp page with username and password
jsp usebean problem - Struts
jsp usebean problem   --Select... jsp...) { popupWindow=window.open('jsp/client_popup.jsp','mywindow',"height=400,width=500,titlebar
struts - JSP-Servlet
struts  Hello My question is How can I pass the values into jsp... Servlet to JSP : "MyServlet.java" import java.io.*; import javax.servlet...." For Bean in JSP visit to : http
reading data using struts and jsp java
reading data using struts and jsp java  how can i read data entered by user into a textbox (jsp page) into struts action class ex emp id,so that after reading emp_id it can be read into struts action class for retrieving other
linking tree heading in javasript into a Jsp file and then jsp to struts action form
linking tree heading in javasript into a Jsp file and then jsp to struts action... to the corresponding jsp say 1) aaa_jsp.jsp 2) bbb_jsp.jsp 3) ccc_jsp.jsp how... javascript tree link to struts action class
How to validate a form in action class and forward errors to the jsp in struts?
How to validate a form in action class and forward errors to the jsp in struts?  How to validate a form in action class and forward errors to the jsp in struts
Displaying java.util.Calendar using JSP struts tags
Displaying java.util.Calendar using JSP struts tags  My question is in regard to displaying a date whose source is java.util.Calendar...; where s refers to: <%@ taglib prefix="s" uri="/struts-tags" %>
struts
struts   Hi how struts flows from jsp page to databae and also using validation ? Thanks Kalins Naik
Struts
Struts   What is called properties file in struts? How you call the properties message to the View (Front End) JSP Pages
struts
struts  Hi what is struts flow of 1.2 version struts? i have struts applicatin then from jsp page how struts application flows Thanks Kalins Naik   Please visit the following link: Struts Tutorial
struts <logic:iterate problem - JSP-Servlet
struts   how can i limit no.of rows to be displayed using an tag  Hi friend,  ... visit http://www.roseindia.net/struts/ Thanks
create,edit and delete in JSP using struts and SQL server2005 as database in jdeveloper?
create,edit and delete in JSP using struts and SQL server2005 as database... to create,edit and delete tasks: taskid, taskname, date, project in JSP and struts and SQL server2005 in JDEVELOPER. I have not worked on struts yet.How should i
retrive data from database using jsp in struts?
retrive data from database using jsp in struts?   *search.jsp* <%@taglib uri="http://struts.apache.org/tags-html" prefix="html"%> <%@taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
struts
struts  please send me a program that clearly shows the use of struts with jsp
struts - Struts
struts get records in Tabular format  How do i get result in tabular format using JSP in struts
create,edit and delete in JSP using struts and SQL server2005 as database in jdeveloper?
create,edit and delete in JSP using struts and SQL server2005 as database... to create,edit and delete tasks: taskid, taskname, date, project in JSP and struts and SQL server2005 in JDEVELOPER. I have not worked on struts yet.How should i
struts <logic:iterate problem - JSP-Servlet
struts   hi. i have 10 records in my hash table and i have to display only 4 rows at a time and i need to provide pagination logic here like previous and next so how can i restrict the no.of rows to be displayed is equal
struts
struts  we have the concept of jsp's and servlets right we can develop the web-pages each and everything then why what for struts inturdouced
need a sample project using java technologies like jsp, servlets, struts
need a sample project using java technologies like jsp, servlets, struts  Hi everybody! I have learnt core java,jdbc,jsp,servlets & struts. Please guide me where can i find sample project like library management, CMS or any
How to upload multiple images in java(struts) using jsp?
How to upload multiple images in java(struts) using jsp?  I have jsp... to upload the multiple images in struts Total images storing folder in project using this jsp,but i want to CollegeAction class and CollegeForm class how to do
How to upload multiple images in java(struts) using jsp?
How to upload multiple images in java(struts) using jsp?  I have jsp... to upload the multiple images in struts Total images storing folder in project using this jsp,but i want to CollegeAction class and CollegeForm class how to do
How to upload multiple images in java(struts) using jsp?
How to upload multiple images in java(struts) using jsp?  I have jsp... to upload the multiple images in struts Total images storing folder in project using this jsp,but i want to CollegeAction class and CollegeForm class how to do
How to upload multiple images in java(struts) using jsp?
How to upload multiple images in java(struts) using jsp?  I have jsp... to upload the multiple images in struts Total images storing folder in project using this jsp,but i want to CollegeAction class and CollegeForm class how to do
How to upload multiple images in java(struts) using jsp?
How to upload multiple images in java(struts) using jsp?  I have jsp... to upload the multiple images in struts Total images storing folder in project using this jsp,but i want to CollegeAction class and CollegeForm class how to do
How to upload multiple images in java(struts) using jsp?
How to upload multiple images in java(struts) using jsp?  I have jsp... to upload the multiple images in struts Total images storing folder in project using this jsp,but i want to CollegeAction class and CollegeForm class how to do
How to upload multiple images in java(struts) using jsp?
How to upload multiple images in java(struts) using jsp?  I have jsp... to upload the multiple images in struts Total images storing folder in project using this jsp,but i want to CollegeAction class and CollegeForm class how to do
How to upload multiple images in java(struts) using jsp?
How to upload multiple images in java(struts) using jsp?  I have jsp... to upload the multiple images in struts Total images storing folder in project using this jsp,but i want to CollegeAction class and CollegeForm class how to do
How to upload multiple images in java(struts) using jsp?
How to upload multiple images in java(struts) using jsp?  I have jsp... to upload the multiple images in struts Total images storing folder in project using this jsp,but i want to CollegeAction class and CollegeForm class how to do
how to forward select query result to jsp page using struts action class
how to forward select query result to jsp page using struts action class  how to forward select query result to jsp page using struts action class
Struts - Struts
Struts   Hello Experts, How can i comapare in jsp scriptlet in if conditions like
using ajax and jsp (struts) to login and remain on same page.
using ajax and jsp (struts) to login and remain on same page.  I am a fresher... I can forward my login page to success page using struts, but I... know how to use struts to remain on same page. What about config file:- <
struts
technologies like servlets, jsp,and struts. i am doing one struts application where i... the following links: http://www.roseindia.net/struts/StrutsCustomValidator.shtml http://www.roseindia.net/struts/addressstrutsvalidator.shtml http
Struts
Struts  I want to get the data from database into text box in a jsp page by using struts and javascript If I click on go button it will display all the values and from that i need to select the required value and i should store
Struts
Struts   How to retrive data from database by using Struts

Ads