2 SharePoint projects on Codeplex
Basically, I’ve released a few projects to Codeplex that I’d like to see take on a life of their own. There are some interesting coding conditions when developing against the SharePoint v3/MOSS platform and the more input and feedback I get the better I can hone those tools as well as my own skills.
The first project provisions the Scriptaculous/Prototype libraries to the SharePoint Farm and, upon feature activation, registers the javascript with the Page class’ ClientScriptManager. It’s a great headstart if you’re looking to do some DHTML without a lot of patching to the web.config and you also get the added benefit of using Scriptaculous and Prototype, which are 2 of my favorite client scripting libraries. In the next version, I’d like to add more configuration to the library to allow for deeper control over the registration of the js files with the Page as well as a system to check if the js files are the latest versions. If not, go get them and add them back to the library.
http://www.codeplex.com/ScriptProtoWssv3
The other project seeks to cure the pain of deploying a Custom WebService to your SPFarms. There are many steps that have to take place to ensure that your webservice can be discovered through SharePoint and it’s difficult to manage this process, especially in a load balanced environment. This library provides a 0 touch deployment for Custom WebServices. In the future, I’d like to expand this by adding a “WebService” value pack that provides new WebServices for some of the areas that are missing in SharePoint’s WebServices.
http://www.codeplex.com/SPWebServiceDeploy
So, that’s my pitch. If you’re a SharePoint dev and want to get in on the action, join the projects at CodePlex and help me out. Thanks!
articleStats
Here are some silly little facts about this 2 SharePoint projects on Codeplex...
article Links
These are the links that appear in this article. They probably don't make sense out of context... but just in case. :)
Ruby on RailsRails
Codeplex
http://www.codeplex.com/ScriptProtoWssv3
http://www.codeplex.com/SPWebServiceDeploy
Hi rouge............This is with referenc to your reply to my post(https://forums.microsoft.com/msdn/ShowPost.aspx?PostID=3342502&SiteID=1) of deploying webservie to virtual bin directory in sharepoint..........i felt i just found what i was lookin for.....i just walked through the source code and i feel that the helper assembly is really great...........but can u provide some steps to use that assembly........i passed the HelloWorldWebService you created inSPWebServiceDeployment as the feature name to SPWebserviceDeployer class..........but it gave me a exception Array Index Out Of Range in installServicesToLayout() method...........if you can provide detailed steps regardin how to use it it would be a great help............