[32291] in Perl-Users-Digest
Perl-Users Digest, Issue: 3558 Volume: 11
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sun Dec 4 09:09:39 2011
Date: Sun, 4 Dec 2011 06:09:04 -0800 (PST)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Sun, 4 Dec 2011 Volume: 11 Number: 3558
Today's topics:
Re: Model Centric Perl Web Framework <ilias@lazaridis.com>
Re: Problem configuring OS/2 for installing CPAN packag <dave.r.yeo@gmail.com>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Sat, 3 Dec 2011 19:22:06 -0800 (PST)
From: Ilias Lazaridis <ilias@lazaridis.com>
Subject: Re: Model Centric Perl Web Framework
Message-Id: <7af9ecb7-f74c-4aba-a35c-b1ebcd3e69fb@i8g2000vbh.googlegroups.com>
Instead of opening a new thread, I post it here, as it's directly
related.
I just refere to php's Doctrine2 ORM because it showcases what I am
looking for
In Doctrine2, you write a usual clall ("Person" in the example). After
this, you declare (via metadata) the mapping. This metadata can be
added in 3 different ways: separate XML file, separate YAML file, or
directly in sources via annotations (my main intrest):
http://symfony.com/doc/2.0/book/doctrine.html
Is there a similar ORM available for perl?
If not, which toolkit (library, product etc.) would come closest to
the functionality mentioned above?
And finally: is there a annotation system/standard available for perl?
On 29 =CF=EA=F4, 16:17, Ilias Lazaridis <il...@lazaridis.com> wrote:
> I am looking for a perl web application framework, and found this
> overview here:
>
> https://www.socialtext.net/perl5/web_frameworks
>
> I have two basic requierements:
>
> a) "Model Centric".
>
> "Model Centric" means, that the Model (and thus the OO Classes) is the
> central point of development, and that the database is *not* a "point
> of development" (or only optional if wanted, e.g. when dealing with a
> given db-schema).
>
> If I specify my model, I can then create the underlying database using
> automations.
>
> The same is true for CRUD functionality, which should be created
> either dynamically at runtime, or via generators - using the classes
> and metadata specified in the model.
>
> An ideal implementation would allow me to continue incrementally,
> creating automaticly updates of db-schemas and CRUD's, whilst
> preserving data and my custom-changes made to the CRUD's.
>
> b) "Authentication Functionality" (Modules / Components)
>
> I would need modules for Open Auth Systems (Opent Auth, Open ID) and
> modules for popular sites like facebook, twitter, google etc.
>
> -
>
> Can anyone tell me which framework fullfills the requirement "a" and
> ideally requirement "b", too) ?
>
> Thank you in advance.
>
> .
--
http://lazaridis.com
------------------------------
Date: Sat, 03 Dec 2011 20:14:22 -0800
From: Dave Yeo <dave.r.yeo@gmail.com>
Subject: Re: Problem configuring OS/2 for installing CPAN packages
Message-Id: <4edaf3a0$0$31133$c3e8da3$b280bf18@news.astraweb.com>
Shmuel (Seymour J.) Metz wrote:
> In<CPKdnQOEztE08kTTnZ2dnUVZ8ladnZ2d@bt.com>, on 12/02/2011
> at 06:39 PM, Ben Morrow<ben@morrow.me.uk> said:
>
>> Net::DNS, AFAICT, uses $Config{cc} and $Config{full_ar}, so these
>> need to be set correctly.
>
> Do I include the .exe extension in the value?
You shouldn't need it.
> Can I use the ar.exe on
> my current system[1], or do I need to use the one that was used for
> the build?
>
> Thanks.
>
> [1] Q:\usr\bin\ar.exe
>
Any OS/2 ar should work unless the build is with CFLAGS=-Zomf in which
case you need to use emxomfar and perhaps set RANLIB=echo. You'll see
errors about an object file being wrong output by ar if this is wrong.
Dave
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
Back issues are available via anonymous ftp from
ftp://cil-www.oce.orst.edu/pub/perl/old-digests.
#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V11 Issue 3558
***************************************