Showing posts with label Integration. Show all posts
Showing posts with label Integration. Show all posts

November 10, 2009

Hardware Integration Analogy

Here are some examples of hardware integration styles. Can you find the similar styles in "system integration"?
1. Swiss army knife, leatherman (thanks to Steve), and other N-in-1 tools
2. Universal remote
3. Constructicons/Devastator
4. Lego
5. Converter/adaptor, for power plugs, A/V cables, etc.
6. Screwdriver with replacable heads
7. USB
8. iPhone

Do you have other good hardware integration examples?

October 9, 2009

Web UI Integration via REST

My previous blog mentioned about web slice, which can be integrated to IE nicely. Now, can such nice web slices be integrated (mashed-up) to web pages? It's easy to do it on the receiving end, through manipulating XHTML DOM dynamically. What's difficult now is the publishing end. I am not aware of any neat way to just get a particular web slice. Maybe webpage scraping does work but not ideal.

Here is my imagination. Can we use REST and do some URL processing to get a particular web slice? For example, assuming there is a web slice with id "bidstatus", the a URL "http://example.com/examplepage/webslice/bidstatus" or "http://example.com/example.aspx@bidstatus" will retrieve that exact web slice. Maybe this is already there but I just don't know.