Results 1 to 2 of 2
Thread: Help with reading RSS feeds
- 07-09-2007, 06:59 PM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 114
- Rep Power
- 0
Help with reading RSS feeds
I'm working on a project that uses JSP. Our project involves pulling in XML from an internal server, then parsing it. I'm not too worried about the parsing of the XML, but I can't seem to find any online resources on how to actually grab an XML file from a server via an HTTP request.
I think Java uses file streams, network sockets, etc.
I've searched on Google for things like "JSP read remote files", and the like. The closest that I've come is something reading RSS feeds, but they usually have some proprietary or custom bean / tag library that I can't get installed.
- 07-13-2007, 03:35 PM #2
Member
- Join Date
- Jul 2007
- Posts
- 44
- Rep Power
- 0
Someone might have a better bean example, but the basics look like this.
Getting Text from a URL (Java Developers Almanac Example)
If you wish to explore more options, here is a good tutorial from Java World
Using XML and JSP together - Java World
Similar Threads
-
Reading cookies in JSP
By Java Tip in forum Java TipReplies: 0Last Post: 01-15-2008, 03:12 PM -
Reading cookies from JSP
By Java Tip in forum Java TipReplies: 0Last Post: 12-10-2007, 05:37 PM -
Reading web contents
By javaplus in forum NetworkingReplies: 2Last Post: 11-29-2007, 10:28 AM -
Reading a file for use
By peachyco in forum New To JavaReplies: 2Last Post: 11-27-2007, 03:49 AM -
Reading from a file
By leebee in forum New To JavaReplies: 1Last Post: 07-23-2007, 12:02 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks