Re: [smartweb-devel] Features of the modules
Brought to you by:
rlogiacco
From: Pino C. <gco...@gm...> - 2008-04-27 23:38:41
|
Hi Anna, I try to answer quickly to your questions about registry-module. · What supplies the module? This module is a quick solution as well as exclusive for the management, organization and storage of generic <<Entities>> and their <<Addresses>> in a common web application.The module provides hooks to manage duplicated entries through the use of deduplication alghorithms: a simple but efficient one has been already implemented · Can you list the elements of the module? As i describe above, the first element in the registry module is a generic entity whic can be stored with no duplicates into a database system.However ,the module is composed by a list of concrete elements as: Person concrete Entity ,through its properties you can manage a physical Person in your application Business concrete Entity, through its properties you can manage and register a physical Farm in your system Address and its implementation as Fax,Mail,Email,Web,Messanger,Phone related to specific Entity List concrete class which contains a list of Entry and appropriate methods to filter them. EntityHelper which wraps an Entity and provides usefull methods for each address · Can you describe the main features of the module? just do it..see above for more detail :) Can you add some code lines in order to explain how the module can be used? You'll be able to find it on its documentation section..early amarini wrote: > > Hi all, > could you answer to these few questions to give me the possibility to > develop further documentation on the present modules? > Maybe, everyone of you could expound me the module on which he works more. > Thanks! > > · What supplies the module? > · Can you list the elements of the module? > · Can you describe the main features of the module? > · Can you add some code lines in order to explain how the module can be > used? > > -- View this message in context: http://www.nabble.com/Features-of-the-modules-tp16850226s17546p16929842.html Sent from the SmartWeb Developers mailing list archive at Nabble.com. |