Reflecting changes in xml files included in jsp page dynamically...
Hi..I am new to jsp.I am using eclipse and tomcat..
I am using xml files to store Static data which is displayed on my jsp pages (view). I am including those xml file in my jsp page as:-
<%@ include file="Home.xml"%>
But when I change my data (xml files) dynamically through "service.java" file it does not reflect in jsp page, though the xml file has already changed in system...even in eclipse I need to open that file and chose yes in dialog box saying "Do you want to replace the editor content with these changes." and restart tomcat. Is there any way that I can change my xml file and that will be reflected in jsp(next time when I request page)..
you can also suggest some better way do this project...
Thank you in advance...
View Answers
Ads
Related Tutorials/Questions & Answers:
Advertisements
Reading multiple xml files
Reading multiple
xml files How can we read many
xml files from a folder? The same procedure as that of "listfiles
creating index for xml files - XML
for
xml files which exist in some directory.
Say, my
xml file is like below:
smith
23
USA
john
25
USA
...
...
All
xml files in the directory have the same structure. It would be like 100 to 200
xml files and each
xml file has
XML to JSP
an
xml file and display the data into
jsp file...
XML to JSP How to access the following
XML tag
Title tag
in
JSP
Please visit the following link:
http://www.roseindia.net/
jsp
Display image on JSP page using XML
Display image on
JSP page using
XML
 ... can
display a image on
JSP page by using
XML.
This example will examine how to parse and expose
XML
information using the JAXP with a
JSP page
dynamically how to change attiribute values in xml
dynamically how to change attiribute values in
xml Hi,
I am facing the problem to update the Attribute values in
XML file.dynamically how to change attribute values in
XML . for example below is my
XML structure.
text
jsp and xml - XML
jsp and xml An example of retrive data from
xml using
JSP. HiThis retrive data from
xml using jsp.airLineShedule.jsp<%@
page contentType="text/html"%><%@
page import="
Using JSP in pure XML generating conforming XHTML
in
JSP files in their
XML format is given as
below:
<
jsp:root>
<...
.......................
..................
</
jsp:root>
JSP page in pure
XML...;
It defines attributes to be applied for whole
JSP page and to only static
included
Upload and Download Large files in jsp
Upload and Download Large
files in jsp I am not able to download large
files (>200mb) from any server. I need a code to download and upload large
files (atleast 4 gb) to a server using
jsp page
Uploading Multiple Files Using Jsp
Uploading Multiple
Files Using
Jsp
 ... to understand how you can upload multiple
files by using the
Jsp.
We should avoid...
logic, but at least we should know how we can use a java code
inside the
jsp page
traansfer of files between jsp pages.
traansfer of
files between
jsp pages. i am trying to create a dynamic web project which performs XOR operation on a file uploaded by a user...
jsp page.
and moreover am i supposed to do anything more in order to make
JSP View Files
This section contains
JSP view
files of the Spring and Hibernate JPA integration application example
jsp page authentication panel using jsp/servlet?
jsp page authentication panel using
jsp/servlet? I have 10
jsp jsp forms and 7 users and i want to grant variour permission like edit,delete
and save for users
dynamically on forms.So please refer me code
regarding java files genarated by jsp
regarding java
files genarated by jsp Hi,...
I'm running a project in tomcat server,
It is showing the following error
"An error occurred at line: 233 in the generated java file
Syntax error, insert "}" to complete Block
JSP and XML .data store nd retrieve
JSP and
XML .data store nd retrieve I have made a form in
jsp having... in
xml file.How can i store data entered by user in
XML file and later retrieve data in another
jsp page using retrieve submit button.Please tell step by step