Skip to content

Tag Archives: jsp

to create an employee tracking system using jsp servelts n shud b saved in xml file.?

to develope a Effort Tracker System that is of importance to an organization. The Effort Tracker System is used to track the employee activities and summarize all related activities with the total hours spent and percentage efficiency utilized and generate a report for the same. All activity data should be saved in xml. Design the [...]

how to read the subchilds from a XML file using JSP?

this is my XML file: <prog> <name>M</name> <child> <name>CM</name> <subchild> <name>SM</name> </subchild> </child> </prog> All i need now, is to fetch the value "SM" alone from the XML either using java or JSP. JSP wud be a better choice. Please someone help me on this !! Thanks and Regards. i want the procedure to be [...]

How to embed YouTube video in swf file, without using XML, or other extended files?

Well, Everything is told in title… I need only .swf file as final product, without php, jsp, xml, or other files. If anyone knows how, or link to .fla file with that possibilities. Thank you very much.

how can i run my jsp from tomcat without writing any xml files?

i want to run jsp from tomcat. but i don’t how to do it without writing any additional xml files. can u tell me how to do it or where can i find it. it will be appreciate if u tell me how to do this for servlets also. than q

Hi Friends, I need an help and suggestion, did u heard abt AJAX concepts with XML if u any idea means, post me

AJAX is New Framework Concepts AJAX – Asynchronous JavaScrpit with XML handling by using this concpets we need to refresh that single page many time as that we do in ASP or ASP.NET or JSP any other technologies kindly help to known adbout AJAX and if there any study MAterial for that means u just [...]

how should convert the log file in txt format to the xml format using JSP?

im doing a project WEB SERVER LOG ANALYZER in jsp.i download the log file from the server.it is in text format tell how should convert the log file in txt format to the xml format using JSP