My Java Project

Just for the hell of it (and because I feel a little proud of my creation), I decided to publish my Java project source code. I’m sure no one will really care or even understand, but, oh well. The main program utilizes a bunch of other classes I wrote that will go to a NOAA weather website, extract weather data from a certain web page and parse it, then save it to a text file. Further, the form will load a combo box based on that text file and populate a SQL database by reading the text file, extracting the airport names, going to an XML feed, reading the XML data, parsing the XML data, then displaying it on the form according to different altitudes (selectable by radio buttons). Maybe once I figure out how to program Java servlets I’ll publish a working version. Enjoy!

Main program: A19015
The database class: DBUpdt15
The database template: DBUpdt
The class to connect to the weather website and get the data: Inet
The class to parse the data into human readable form: NSWFB06
The form itself: WeatherForm15
The class to read XML feeds: XMLRead

1 Responses to “My Java Project”


  • thankyou for given so much information about your project with source code.

    if have any website with similar information can you send it my email id.

    thankyou again

    manjunath

Leave a Reply