Granite Data Services 1.1.0 RC3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Granite Data Services 1.1.0 RC3 (Default branch)
# 1  
Old 07-18-2008
Granite Data Services 1.1.0 RC3 (Default branch)

Granite Data Services (GDS) is an alternative to Adobe LiveCycle (Flex 2) Data Services for J2EE application servers. It is not, however, a drop-in replacement: you won't be able to simply deploy a Flex 2 Data Services application into a Granite Data Services server without modifications. The main goal of this project is to provide a framework for Flex 2/EJB3/Spring/Seam/Guice/Pojo application development with full AMF3/RemoteObject benefits. It has a Data Push feature implemented as AMF3 requests sent over HTTP (Comet). License: GNU Lesser General Public License (LGPL) Changes:
Beside several bugfixes, this release comes with a huge Tide (GDS/Seam integration) improvement and an almost complete rewrite of Gas3 (GDS ActionScript3 generator).Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Data::Phrasebook::Loader(3pm)				User Contributed Perl Documentation			     Data::Phrasebook::Loader(3pm)

NAME
Data::Phrasebook::Loader - Plugin Loader module SYNOPSIS
my $loader = Data::Phrasebook::Loader->new( class => 'Text' ); DESCRIPTION
"Data::Phrasebook::Loader" acts as an autoloader for phrasebook plugins. CONSTRUCTOR
new "new" takes one optional named argument: the class. It returns a new instance to the class. Any further arguments to "new" are given to the "new" method of the appropriate class. If no class is specified the default class of 'Text' is used. my $loader = Data::Phrasebook::Loader->new(); OR my $loader = Data::Phrasebook::Loader->new( class => 'Text' ); SEE ALSO
Data::Phrasebook. Known implementations Data::Phrasebook::Loader::Text, Data::Phrasebook::Loader::YAML, Data::Phrasebook::Loader::Ini, Data::Phrasebook::Loader::XML, Data::Phrasebook::Loader::DBI. SUPPORT
Please see the README file. AUTHOR
Original author: Iain Campbell Truskett (16.07.1979 - 29.12.2003) Maintainer: Barbie <barbie@cpan.org> since January 2004. for Miss Barbell Productions <http://www.missbarbell.co.uk>. COPYRIGHT AND LICENSE
Copyright (C) 2003 Iain Truskett. Copyright (C) 2004-2010 Barbie for Miss Barbell Productions. This module is free software; you can redistribute it and/or modify it under the Artistic Licence v2. perl v5.10.1 2010-08-31 Data::Phrasebook::Loader(3pm)