What are the suggested methods for using javascript files with MOSS 2007 ? in the 12 Hive somewhere or directly in the site's virtual directory in a scripts directory ? Or possibly as a embedded resource in a webpart ?
|
|
Personally it all depend what purpose the javascript files are going to serve. If they're going to be shared amongst multiple components then I would suggest placing them in the 12-hive. If however, they're going to be isolated to a single component - a web part for instance - then embedding them as a resource will work as well. This article has a discussion about best practices for the deployment of web part resources which you may find useful, in concludes:
|
|||
|
|
|
I suggest you deploy these scripts in the 12-hive.
|
|||
|
|
|
|
Mine where added to Sharepoint Designer in a folder I called "scripts" I think that puts it in the database. |
||
|
|
|
|
We use a seperate scripts directory. We use a similiar approach to images. This allows us to share images and Javascript easily between our webparts, and custom applications which are available though Sharepoint. This should also mean they're only downloaded once, and cached. |
||
|
|
