[OpenAjaxIDE] Topics for today
Jon Ferraiolo
jferrai at us.ibm.com
Tue Sep 9 11:23:03 PDT 2008
-------------------------------------
TOPIC #1: API metadata: multiple returns!
-------------------------------------
* Lori: http://openajax.org/pipermail/ide/2008q3/000698.html
--PROPOSAL--:
<parameter name="classname"...>
<option value="beta.database" paramId="db" />
<option value="beta.localserver" paramId="local" />
</parameter>
...
<returns paramId="db" datatype="Database"/>
<returns paramId="local" datatype="LocalServer"/>
* Bertrand: http://openajax.org/pipermail/ide/2008q3/000699.html
If we have that *and* the generic factory implementation where one can use
a parameter name as the return type, I’m fine with it.
* Jon: http://openajax.org/pipermail/ide/2008q3/000704.html
--ALTERNATE PROPOSAL--.
<parameter name="classname"...>
<option value="beta.database" />
<option value="beta.localserver" />
</parameter>
...
<returns condition="parameter(className)=beta.database"
datatype="Database"/>
<returns condition="parameter(className)=beta.localserver"
datatype="LocalServer"/>
...for Bertrand's request for using parameter name as the return type...
<parameter name="className" required="true" datatype="String"/>
...
<returns datatype="parameter(className)"/>
-------------------------------------
TOPIC #2: Basic widgets versus mashable widgets
-------------------------------------
* Jon: http://www.openajax.org/member/wiki/20080908_MashableWidgets
-------------------------------------
TOPIC #3: Tutorials or primers?
-------------------------------------
* Jon: http://openajax.org/pipermail/ide/2008q3/000711.html
-------------------------------------
TOPIC #4: What is the intent of <properties>
-------------------------------------
* Kin: http://openajax.org/pipermail/ide/2008q3/000712.html
* Jon: http://openajax.org/pipermail/ide/2008q3/000713.html
-------------------------------------
TOPIC #5: getSupportedViews() and requestNavigateTo()
-------------------------------------
* Jon: http://openajax.org/pipermail/ide/2008q3/000714.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://openajax.org/pipermail/ide/attachments/20080909/5055c010/attachment.html
More information about the IDE
mailing list