Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Building a Reusable FormAPI Framework
jbonifaci
For those that were at GearUp and want to see the code from JonathonG's and mine presentation, here are the 4 tech articles:
CallServer Queuing:
http://devnet.interwoven.com/site.fcgi/techlib/55346
Advanced Event Registry:
http://devnet.interwoven.com/site.fcgi/techlib/55338
Callout Dialogues:
http://devnet.interwoven.com/site.fcgi/techlib/55343
VF Command Handler Registry:
http://devnet.interwoven.com/site.fcgi/techlib/55349
I'm not sure when Heather will be publishing the presentations themselves, but I'll add a link to it when it is available.
~Jeff
Find more posts tagged with
Comments
IwovHeather
Here is the link to Jeff and Jonathon's Reusable FormAPI Framework presentation from GearUp 06:
http://devnet.interwoven.com/site.fcgi/techlib/docs/GearUp06/presentations/BuildingAReusableFormAPIFramework.pdf
hth,
Heather
chuckles
With regard to callServer queueing, I had implemented somthing similar, but ended up throwing it out. AJAX allows you to do multiple concurrent calls and is a cleaner implementation that allows to transmit data as structured documents (usually XML) rather than rely on you server code to run the proper callback. There are plenty of tutorials out there, but this one is good:
http://developer.apple.com/internet/webcontent/xmlhttpreq.html