Promote 14 Demote | Provide unconference space and let us run itA few folks have suggested space for unconference sessions. Let them organize the unconference on the fly. IBM would just provide the space....and coffee. |
Promote 20 Demote | Document life-cycle events for design notesQueryOpen, PostOpen, QuerySave, QueryClose etc. for all design elements. The would make all kinds of tools much easier to develop. |
Promote 23 Demote | Implement Javascript 1.8 and E4X in the forthcoming Javascript/JVM engineIt's clear from Lotsusphere abstract AD208 that the Javscript on JVM engine that we knew from Workplace Designer will be in a future version of Notes. This will include the Notes back end classes and Eclipse/Expeditor UI classes. I don't know what version of Javascript/ECMAScript is supported so here ... |
Promote 28 Demote | dxl, html, rss/atom and json methds on notes objects |
Promote 14 Demote | Lotusscript console/shellA console/shell for Lotusscript. That's all. In Designer and optionally embeddable in applications. We're gonna use Groovy, JRuby, Jython and Rhino too. I use python now...but only because the Lotusscript shell isn't available yet.
This and the dynamic/functional ideas posted here would give us a very powerful real-time tool. |
Promote 19 Demote | Iterable data folder |
Promote 28 Demote | Iterators/Generators for all collection objects and an interator interface |
Promote 10 Demote | Pull-parsing XML API for Lotusscript |
Promote 32 Demote | Add a simple List in LotusscriptThe Lotusscript List type is great but in any other langauge we'd call it a generic map. A simple generic list type would be very useful too. Most languages have both. Give it a literal construction syntax :
monthlist = ["Jan", "Feb","Mar]
monthlist.append(["Apr",'May",Jun"])
mydoc.months = monthlist
mydoc.months += ["Jul","Aug","Sep"] |
Promote 1 Demote | Embedded scriptingWhen you get to Java 6.x, please include a scripting language and give us the ability to embed it in our applications. Chhose one language and make it easy to plug in any other JVM language. Rhino might make sense as javascript is so widely know. I'll vote for Jython, ... |
Promote 21 Demote | Objectified XML in LotusscriptAccess XML in notes items via native lotusscript: custname = doc.body.customers[2].@name zip = doc.body.customers[2].address.zipcode forall state in doc.body.customer..state myList.append(state) end forall or similar. This is doable now with dxl and e4x(Firefox, Rhino) or groovy. It would blur ... |