Nadie duda del auge impresionante que esta teniendo la red social Facebook. Una de las cosas interesanes de la red, es que como desarrolladores podemos crear aplicciones para Facebook.
Link del tutorial en Facebook Developers :
http://developers.facebook.com/get_started.php
Mostrando entradas con la etiqueta desarrollo. Mostrar todas las entradas
Mostrando entradas con la etiqueta desarrollo. Mostrar todas las entradas
jueves, 2 de octubre de 2008
Cooperator : ayudando el desarrollo en .net
Cooperator Framework es por un lado, una librerías de clases base, y por otro, una herramienta de generación de código que agilizan el desarrollo de aplicaciones para Microsoft .Net Framework 2.0/3.0
http://www.cooperator.com.ar/
http://www.cooperator.com.ar/
lunes, 29 de septiembre de 2008
Libro: PHP and Ajax
Buen libro ...
AJAX and PHP: Building Responsive Web Applications:
http://ajaxphp.packtpub.com/index.htm
AJAX and PHP: Building Responsive Web Applications:
http://ajaxphp.packtpub.com/index.htm
Catharsis Web application framework
Catharsis provides complete Guidance, which can help you:
1) create solution (all needed libraries)
2) create all needed classes for every Entity object
Catharsis has real multi tier structure
+ Entity: Layer with business objects (person, position, contract, supplier)
+ Common: Interface gathering layer. Every upper tier has its interfaces published here.Also Factories are stored here (DaoFactory, FacadeFactory, ModelFactory, ControllerFactory)Same applies to Providers - Role, Membership, ResourceManager, GlobalizationManager ...
+ Data: Every entity has its Dao (data access object). And data layer with these daos is the only gate, which can access the storage (DB) -> Almost everything is done by NHibernate :)
+ Business: The key middle tier with Business rules, access rights, checking, AOP filters ... all of them are applied here.
+ Model: Containers for data exchange for MVC pattern.
+ Controllers: These powerful objects has only one purpose! correctly fill Models and therefore communicate with Business layer.
+ UI-WEB: Presenters which are responsible for displaying the data stored in Models, and process user requests.Every layer is based on inheritance and encapsulation. Base classes cover must of the needed methods.Implementation is therefore very simple ...
http://www.codeplex.com/Catharsis/
1) create solution (all needed libraries)
2) create all needed classes for every Entity object
Catharsis has real multi tier structure
+ Entity: Layer with business objects (person, position, contract, supplier)
+ Common: Interface gathering layer. Every upper tier has its interfaces published here.Also Factories are stored here (DaoFactory, FacadeFactory, ModelFactory, ControllerFactory)Same applies to Providers - Role, Membership, ResourceManager, GlobalizationManager ...
+ Data: Every entity has its Dao (data access object). And data layer with these daos is the only gate, which can access the storage (DB) -> Almost everything is done by NHibernate :)
+ Business: The key middle tier with Business rules, access rights, checking, AOP filters ... all of them are applied here.
+ Model: Containers for data exchange for MVC pattern.
+ Controllers: These powerful objects has only one purpose! correctly fill Models and therefore communicate with Business layer.
+ UI-WEB: Presenters which are responsible for displaying the data stored in Models, and process user requests.Every layer is based on inheritance and encapsulation. Base classes cover must of the needed methods.Implementation is therefore very simple ...
http://www.codeplex.com/Catharsis/
viernes, 26 de septiembre de 2008
TUTOS
TUTOS es un software para administrar las necesidades de administracion de pequeños grupos, equipos o departamentos.
http://www.tutos.org/
http://www.tutos.org/
Suscribirse a:
Entradas (Atom)