Re: Batch process fro website
Re: Batch process fro website
- Subject: Re: Batch process fro website
- From: "Dan Rodricks" <email@hidden>
- Date: Sun, 25 Feb 2007 21:13:51 +0530
Thanks sherm,
I will start exploring perl for this.
Thanks once again.
Dan.
On 2/25/07, Sherm Pendley <email@hidden> wrote:
On Feb 24, 2007, at 7:32 AM, Dan Rodricks wrote:
> I have been developing with cocoa for more than a year. All
> application, till now have been desktop application. Now, I have been
> moved to develop a batch application for website.
>
> Well my requirement are like this,
>
> I have a website that has a student information form. What I want to
> developed is a program that reads .xls file and fetch the data into
> the form on website. And all this should run in background.
>
> I would appreciate, if someone provide some links to useful stuff, so
> that I can start in this direction.
Well, for myself, I'd use Perl for something like that. The
Spreadsheet::ParseExcel module can read the .xls, and WWW::Mechanize
module can connect to the target site, fetch the form, fill it out,
submit the form data back to the server, etc.
Perl obviously works fine in the background as a standalone .pl file,
but I'd use CamelBones to package it in a .app bundle and add a
progress dialog, because otherwise my reply would have nothing to do
with Cocoa. :-)
sherm--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden