Results 1 to 3 of 3
Thread: Help with a program
- 01-21-2009, 12:52 AM #1
Member
- Join Date
- Jan 2009
- Posts
- 1
- Rep Power
- 0
Help with a program
Hello, I am new to the forum and fairly new to java, so I am in need for some help.
I am trying to make a program that starts by downloading the source code of an online RSS feed (the url address will be inputted by the user). Any help in how to do this part?
For getting the info from the metadatas I will be using DOM... any other suggestions, tips or helpful links are welcomed of course.
- 01-21-2009, 01:11 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 8
JOptionPane.showInputDialog and httpURLConnection ?
- 01-21-2009, 03:16 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
What you have found so far. httpURLConnection is much better for your implementation. Seems you want to know about UI development as well as downloading. At the time breakdown them into two steps and workout one by one.
Swing is the solution for the UI part, as masijade says in his post JOptionPane can use for the user input handling. Read the Java doc for more details.
Similar Threads
-
Executing a program within a program
By gibsonrocker800 in forum New To JavaReplies: 5Last Post: 05-12-2008, 08:24 AM -
How to execute an External Program through Java program
By Java Tip in forum java.ioReplies: 0Last Post: 04-04-2008, 02:40 PM -
How to execute an External Program through Java program
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:33 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks