473,378 Members | 1,527 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

What Is Struts

Hi all,

I'm a JSP Developer. Can anybody please describe me that what is
'Struts' and what is it's use? In which scenario we should use it?
An early response is requested.

Thanks in advance
(Dhananjay Singh)
Jul 17 '05 #1
5 5330
Dhananjay Singh wrote:
Hi all,

I'm a JSP Developer. Can anybody please describe me that what is
'Struts' and what is it's use? In which scenario we should use it?
An early response is requested.

Thanks in advance
(Dhananjay Singh)

************************************************** ******************
Hi,
Struts is an open-source project sponsored by the Apache Software foundation
that is a server-side Java implementation of the MVC
(Model-View-Controller) design pattern. It is a framework for creation of
web applications that allows for "easy" separation of the presentation
layer from the application logic and data layers.
For more info go to http://jakarta.apache.org/struts/
If your web application is a very simple one, you shouldn't bother.
Rgds,
Herman
--
Suse Linux Professional 8.1 on Athlon 1.1 Ghz 512 Mb
Anti Spam = remove the "dot" and the "at"
Registered Linux User #264690
Visit us : http://users.skynet.be/herman.timmermans
Jul 17 '05 #2
Read it "straight from the horses mouth".

http://jakarta.apache.org/struts/


"Dhananjay Singh" <ja******@yahoo.com> wrote in message
news:df**************************@posting.google.c om...
Hi all,

I'm a JSP Developer. Can anybody please describe me that what is
'Struts' and what is it's use? In which scenario we should use it?
An early response is requested.

Thanks in advance
(Dhananjay Singh)

Jul 17 '05 #3
Herman Timmermans wrote:
Dhananjay Singh wrote:
Hi all,

I'm a JSP Developer. Can anybody please describe me that what is
'Struts' and what is it's use? In which scenario we should use it?
An early response is requested.

Thanks in advance
(Dhananjay Singh)

************************************************** ******************
Hi,
Struts is an open-source project sponsored by the Apache Software
foundation that is a server-side Java implementation of the MVC
(Model-View-Controller) design pattern. It is a framework for creation of
web applications that allows for "easy" separation of the presentation
layer from the application logic and data layers.
For more info go to http://jakarta.apache.org/struts/
If your web application is a very simple one, you shouldn't bother.
Rgds,
Herman


He should, because knowing struts could help him get his next job. :)

--
Chris Gray ch***@kiffer.eunet.be
/k/ Embedded Java Solutions

Jul 17 '05 #4
Dhananjay Singh wrote:
Hi all,

I'm a JSP Developer. Can anybody please describe me that what is
'Struts' and what is it's use? In which scenario we should use it?
An early response is requested.

Thanks in advance
(Dhananjay Singh)

It is an implementation of the Model-View_Controller pattern for web
applications. Allows you to separate content, logic and presentation. It
is a declarative framework, which allows workflow to be determined at
run-time using XML configuration parameters. Especially useful for
complex form processing and user-specific page presentaion.
Jul 17 '05 #5
Hi All,

Thanks for all replies. I've seen the documents about struts on
jakarta site. It was usefull.

Thanx again to all of you, specially for a well-wisher who is wishing
for a new job of mine. Thanx of lot.

(Dhananjay Singh) ja******@yahoo.com
Jul 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Cedric | last post by:
Hello, I'm developping my first Struts application. I've got this error: Cannot find message resources under key org.apache.struts.action.MESSAGE web.xml <servlet>...
4
by: nc | last post by:
My iterator can find my collection when my Action class calls my jsp directly, however when my Action class calls an html file that is set up with IFrames (one of which is loading that same jsp), I...
1
by: nithiya sri | last post by:
i am new to struts.I try running struts application in Eclipse with the tomcat plug in .. it shows the following error:; please help me in this... SEVERE: Error loading WebappClassLoader ...
3
by: shanmukhi | last post by:
hi all, i got a problem with struts. iam unable to find it. i have written an action class, form bean class and a jsp page on submitting form, request is going to action class but it is not...
1
by: shrik | last post by:
hi everybody. I have following problem. There are two pages. index.jsp and main.jsp in my application Index.jsp contains logging interface in . It submits password and userid to loginform bean. ...
8
by: ajos | last post by:
hi frnds, the situation is im developing a web application in struts-- my specifications-eclipse3.2.2,struts1.1,tomcat5.5.23 mysql5.0 db. the scenario-i have a jsp page which adds the...
2
raveendrabikkina
by: raveendrabikkina | last post by:
03/17 15:45:40 error Error creating form bean of class epost.form.BpUploadForm java.lang.InstantiationException: epost.form.BpUploadForm at java.lang.Class.newInstance0(Class.java:291) ...
1
by: NamelessNumberheadMan | last post by:
I can't seem to get Struts 2 validations to work. I have been converting from Strust 1 to Struts 2. So far I've refactored all the code (for this particular module) on the back end, rewrote the jsp...
12
lifeisgreat20009
by: lifeisgreat20009 | last post by:
I am a newbie to Struts and JSP...I have been working on the code below for 5 hours now..I googled a lot but couldn't get much help so finally I am here.. Hoping of getting my problem solved. Please...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.