Ask a Question related to PERL Modules, Design and Development.
-
Navodit #1
Retrieving information from website
Hi
I have a very basic question regd retrieving information from website using
a scripting language:
Basically I am working on the development of a database where a user enters
an address (street, city, state, zipcode). Based on the user input of the
address, I need to dynamically determine the latitude and longitude of that
address from the internet. One such website was :
[url]http://stevemorse.org/jcal/latlon.php[/url] where we enter the street, city, state
and zipcode etc and the webpage returns the latitude and longitude.
I need to retrieve this information and update the database accordingly. My
question is: Should this retrieval be done using Perl or Php or thru any
other language ? What wd be the best way to incorporate this into my Java
application ? Any help/hints wd be appreciated ! Thanks
Navodit Guest
-
Free Website Templates, Website Tools & Softwares
Hi... You are desgining a website and finding it difficult. Dont worry.,Just login to http://www.monstertemplate.co.in, it is a website which gives... -
Cannot verifiy website information
I enconter this error message when I have chosen the remote path of my web server and click next. What should I do? -
retrieving data from website
hi there all, me again... is it possible if you know the layout of a web site, to retrieve data from it? i mean things like a weather site that... -
[PHP-DEV] retrieving information about state of a function
Hi, I recognized there isn't any built-in function which tells the disabled/enabled state of some function. I think of something like: if... -
retrieving of numbers
hello sir i have a text file which i have linked to access ,by using external data option in file menu and the text file is made as a table. ... -
John Bokma #2
Re: Retrieving information from website
"Navodit" <kaushik2@uiuc.edu> wrote:
How often is this going to happen, and does the owner of the site allow> Hi
>
> I have a very basic question regd retrieving information from website
> using a scripting language:
>
> Basically I am working on the development of a database where a user
> enters an address (street, city, state, zipcode). Based on the user
> input of the address, I need to dynamically determine the latitude and
> longitude of that address from the internet. One such website was :
> [url]http://stevemorse.org/jcal/latlon.php[/url] where we enter the street, city,
> state and zipcode etc and the webpage returns the latitude and
> longitude.
you to do repeated automatic requests?
IMO, if you are using Java, use Java. Otherwise you end up calling a> I need to retrieve this information and update the database
> accordingly. My question is: Should this retrieval be done using Perl
> or Php or thru any other language ? What wd be the best way to
> incorporate this into my Java application ? Any help/hints wd be
> appreciated ! Thanks
Perl/PHP program from Java, and processing the result of such a program.
--
John Bokma Freelance software developer
&
Experienced Perl programmer: [url]http://castleamber.com/[/url]
John Bokma Guest
-
Mumia W. #3
Re: Retrieving information from website
On 07/28/2006 03:47 PM, Navodit wrote:
Either PHP or Perl will do. With Perl you'll find the LWP::*> Hi
>
> I have a very basic question regd retrieving information
> from website using a scripting language:
>
> Basically I am working on the development of a database
> where a user enters an address (street, city, state,
> zipcode). Based on the user input of the address, I need to
> dynamically determine the latitude and longitude of that
> address from the internet. One such website was :
> [url]http://stevemorse.org/jcal/latlon.php[/url] where we enter the
> street, city, state and zipcode etc and the webpage returns
> the latitude and longitude.
>
> I need to retrieve this information and update the database
> accordingly. My question is: Should this retrieval be done
> using Perl or Php or thru any other language ? What wd be
> the best way to incorporate this into my Java application ?
> Any help/hints wd be appreciated ! Thanks
>
>
and WWW::Mechanize modules useful.
Mumia W. Guest
-
harryfmudd [AT] comcast [DOT] net #4
Re: Retrieving information from website
John Bokma wrote:
[url]http://geocoder.us/[/url] is another source. They take SOAP, and are> "Navodit" <kaushik2@uiuc.edu> wrote:
>
>>>>Hi
>>
>>I have a very basic question regd retrieving information from website
>>using a scripting language:
>>
>>Basically I am working on the development of a database where a user
>>enters an address (street, city, state, zipcode). Based on the user
>>input of the address, I need to dynamically determine the latitude and
>>longitude of that address from the internet. One such website was :
>>[url]http://stevemorse.org/jcal/latlon.php[/url] where we enter the street, city,
>>state and zipcode etc and the webpage returns the latitude and
>>longitude.
>
> How often is this going to happen, and does the owner of the site allow
> you to do repeated automatic requests?
>
Perl-friendly (it's a one-liner using SOAP::Lite, once you have
instantiated the SOAP::Lite object). You need to pay them some money if
you are using it for commercail purposes. Personal use is free.
But I agree with John - if you're using Java use Java, which is
advertised as being wonderful for web apps. Of course the fine print in
the book I read said that if you were doing a "POST" you were on your own.
Tom Wyant
harryfmudd [AT] comcast [DOT] net Guest



Reply With Quote

