Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
RSS in JSP Page
Name: regie21121 Date: November 16, 2007 at 07:21:11 Pacific OS: Windows XP CPU/Ram: 256 Product: NEO
Comment:
Hi to all. Im an IT student and i just want to make site that uses the rss technology. I just want to practice just to prepare my self when i graduate in college. Is there anyone here who knows how to make a jsp page a rss aggregator. Display the feeds of other sites in your jsp page. I have already created the classes that is needed, I have already installed the api(s) in the bin folder of tomcat, .tld file is also installed and i have already modified the web.xml in web-inf folder but still the errors occured when i run/test the page
Summary: I've got a dynamically driven website written in JSP. To get to a content I have query strings so that my JSP knows which document to display like mysite.com/index.jsp?category=movies&type=action&movi...
Summary: Hi, I need help on exporting data to excel file in JSP. Code contains: <%@ page content-type=application/vnd.ms-excel" language="java"> PrintWriter pw = new PrintWriter(); My question is, I get mul...
Summary: Hello, I need to find a way to do some client side programming and have the .js files colled into jsp pages, something of this sort: [head] [script src="/js/episnew.js"][/script] [/head] [body onload...