Nebulae Spiral

Spiralling Golden… and maybe blogging about code.

Archive for the ‘development’ tag

SPList Factory – singleton access to your lists.

with one comment

A few months ago I was doing a refresher in GOF design patterns.  I have a couple favorites: memento, observer, state, and the factory of course :-)

So I was trying to implement these patterns in a conceptual SPAL ( sp access layer ), and what I’ve found is that having a SPListWrapper object, and a factory to create them and allow static access is *the bees knees*, especially if you want to implement an ajax interface.  Since you only load the list once, its pretty speedy too.

I absolutely love ajax and making the sharepoint interface more robust and seamless.  Any interface for that matter.  there is a library i use exclusively that covers all browsers and addresses the issues found in each of them, even the pesky ie memory leak.

What Im getting at is that I have a bunch of cool stuff to share that probably would become convoluted in a mass array of blog entries, so I think it would be worthwhile to vlog it.  stay tuned, could take a  few days while.

Written by Nebulae

August 6th, 2008 at 1:17 pm

Chris O’Brien’s blog

without comments

Chris O’Brien’s blog. – Great SharePoint resource.

Written by Nebulae

July 27th, 2008 at 11:38 am

Posted in Uncategorized

Tagged with , , ,