Grokbase
Topics Posts Groups | in
x
[ help ]

David A. (d...@stridetech.com)

Profile | Posts (2)

User Information

Display Name:David A.
Partial Email Address:d...@stridetech.com
Posts:
2 total
1 in Alzabo
1 in Mason

2 Most Recent

1) David A. Re: [Alzabo] methodmaker issue
| +1 vote
I think you can skip unwanted column names using customized namer sub....
Alzabo
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
I think you can skip unwanted column names using customized namer sub.
http://www.alzabo.org/docs/Alzabo/MethodMaker.mhtml#NAMING%20SUB%20EXAMPLE
In your case the following block seems to apply:

...
if ( $p{type} eq 'lookup_columns' )
{
return join '_', map { lc $_->name } $p{foreign_key}->table_to, $p{column};
}
...


if you the column name matches one in your list, simply skip it and go to
the next.


On Thu, 2 Aug 2007, Otto Hirr wrote:

> Greetings,
>
> I have several tables with relationships between them.
> All tables are to have some attributes such as
> created_by, created_on, modified_by, etc.
>
> If I turn on 'all' in MethodMaker, it will attempt to
> create lookup_columns between related tables, including
> items like those listed above. Only certain columns should be
> used as lookup_columns, but not others.
>
> Furthermore MethodMakers complains about (as example):
>
> MethodMaker: Creating lookup_columns method
> MyApp::Data::Row::event->modified_on \
> will override the method of the same name in the parent class
> MethodMaker: skipping lookup_columns method
> MyApp::Data::Row::event->modified_on \
>   subroutine already exists.
>
> Question, I want to use 'all' for MethodMaker as a general rule,
> but then create exceptions...
>
> How can this be done, or am I missing something.
>
> Regards,
>
> ..Otto
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Alzabo-general mailing list
> [email protected: Alzabo-ge...@lists.sourceforge.net]
> https://lists.sourceforge.net/lists/listinfo/alzabo-general
>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Alzabo-general mailing list
[email protected: Alzabo-ge...@lists.sourceforge.net]
https://lists.sourceforge.net/lists/listinfo/alzabo-general
2) David A. [Mason] WebApp action urls to act as a SOAP interface
| +1 vote
Hi, Has anyone tried to extend WebApp to allow soap clients to communicate with an existing...
Mason
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hi,

Has anyone tried to extend WebApp to allow soap clients to communicate
with an existing application server?

In my scenario I have a SOAP enabled client that needs to post,list and
delete records stored  on the server.

Currently this functionality is implemented only on the server with
mason templates, WebApp and Alzabo that are practically ripped off of
Dave's Rappaport application.

Any thoughts or comments will be greatly appreciated!

--David.





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mason-users mailing list
[email protected: Mason-...@lists.sourceforge.net]
https://lists.sourceforge.net/lists/listinfo/mason-users

spacer
Profile | Posts (2)
Home > People > David A.