ColdFusion and SharePoint Experience

2005-04-12 Thread Dawson, Michael
Has anyone had any experience in linking SharePoint with ColdFusion?

Our Asst VP thinks SharePoint is the future of web development and wants
to use it as a portal home page rather than ColdFusion.

I will say that some SP stuff is OK, but it's not the be-all, end-all of
web development.  I would say it is the server version of FrontPage
(ugh).

I want to research building a CF site, using domain cookies, that will
also log me into the SharePoint portal or vice-versa.  This would, as
Ben says, "Use CF as the glue."  I have a working sample of cross-domain
cookies, but how would that work with SP?

How do I take a CF site that does not use web server authentication
(IIS) and have it bypass, for lack of a better word, the browser
authentication for SharePoint?  I certainly hope I don't have to create
a custom .Net web part.

Any information would be very helpful.

Thanks
M!ke

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202420
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Sharepoint shared folder icw ColdFusion

2004-09-08 Thread Micha Schopman
I am looking for people familiar working with Microsoft Sharepoint
ActiveX components in combination with ColdFusion. What I want to do is
give customers the ability to click a "edit in Microsoft Word" command
in a web application, which creates a shared web folder connection used
by Microsoft Word to edit remote Word documents locally, and on save,
upload them back to the server which runs ColdFusion :-)

Did anybody tried something like that, if so how did you create a
listening daemon or some kind of that?  

The responsible ActiveX controls are:
SharePoint.OpenDocuments2 for Microsoft Office 2003
SharePoint.OpenDocuments1 for pre 2003 versions

http://msdn.microsoft.com/library/default.asp?url="">
/html/tscliOpenDocuments.asp

In short this enables you to create, modify, and automatically upload
the documents on your webserver using Microsoft Word using http://. 

Micha Schopman
Software Engineer

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: ColdFusion and SharePoint Experience

2005-04-12 Thread James Holmes
I'd say Bluedragon.NET might be useful in this case - Vince is sure to chime
in if so.

-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 12 April 2005 10:27 
To: CF-Talk
Subject: ColdFusion and SharePoint Experience

Has anyone had any experience in linking SharePoint with ColdFusion?

Our Asst VP thinks SharePoint is the future of web development and wants to
use it as a portal home page rather than ColdFusion.

I will say that some SP stuff is OK, but it's not the be-all, end-all of web
development.  I would say it is the server version of FrontPage (ugh).

I want to research building a CF site, using domain cookies, that will also
log me into the SharePoint portal or vice-versa.  This would, as Ben says,
"Use CF as the glue."  I have a working sample of cross-domain cookies, but
how would that work with SP?

How do I take a CF site that does not use web server authentication
(IIS) and have it bypass, for lack of a better word, the browser
authentication for SharePoint?  I certainly hope I don't have to create a
custom .Net web part.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202423
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ColdFusion and SharePoint Experience

2005-04-12 Thread Dawson, Michael
It's not really an option of "not" using SharePoint.  SharePoint is the
cat's ass, and will stay whether it's crap or not.  It's Microsoft.  ;^)

M!ke 

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 12, 2005 9:57 AM
To: CF-Talk
Subject: RE: ColdFusion and SharePoint Experience

I'd say Bluedragon.NET might be useful in this case - Vince is sure to
chime in if so.

-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 12 April 2005 10:27
To: CF-Talk
Subject: ColdFusion and SharePoint Experience

Has anyone had any experience in linking SharePoint with ColdFusion?

Our Asst VP thinks SharePoint is the future of web development and wants
to use it as a portal home page rather than ColdFusion.

I will say that some SP stuff is OK, but it's not the be-all, end-all of
web development.  I would say it is the server version of FrontPage
(ugh).

I want to research building a CF site, using domain cookies, that will
also log me into the SharePoint portal or vice-versa.  This would, as
Ben says, "Use CF as the glue."  I have a working sample of cross-domain
cookies, but how would that work with SP?

How do I take a CF site that does not use web server authentication
(IIS) and have it bypass, for lack of a better word, the browser
authentication for SharePoint?  I certainly hope I don't have to create
a custom .Net web part.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202424
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ColdFusion and SharePoint Experience

2005-04-12 Thread Ken Ferguson
I think James meant that BD may be helpful in bringing the two together,
seeing as how BD.NET allows that .NET integration type stuff that Vince
has been going over lately. 

--Ferg


-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 12, 2005 10:04 AM
To: CF-Talk
Subject: RE: ColdFusion and SharePoint Experience

It's not really an option of "not" using SharePoint.  SharePoint is the
cat's ass, and will stay whether it's crap or not.  It's Microsoft.  ;^)

M!ke 

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 12, 2005 9:57 AM
To: CF-Talk
Subject: RE: ColdFusion and SharePoint Experience

I'd say Bluedragon.NET might be useful in this case - Vince is sure to
chime in if so.

-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 12 April 2005 10:27
To: CF-Talk
Subject: ColdFusion and SharePoint Experience

Has anyone had any experience in linking SharePoint with ColdFusion?

Our Asst VP thinks SharePoint is the future of web development and wants
to use it as a portal home page rather than ColdFusion.

I will say that some SP stuff is OK, but it's not the be-all, end-all of
web development.  I would say it is the server version of FrontPage
(ugh).

I want to research building a CF site, using domain cookies, that will
also log me into the SharePoint portal or vice-versa.  This would, as
Ben says, "Use CF as the glue."  I have a working sample of cross-domain
cookies, but how would that work with SP?

How do I take a CF site that does not use web server authentication
(IIS) and have it bypass, for lack of a better word, the browser
authentication for SharePoint?  I certainly hope I don't have to create
a custom .Net web part.





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202441
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ColdFusion and SharePoint Experience

2005-04-12 Thread James Holmes
Yes, that was my point. The native .NET integration may make Sharepoint more
accessible in a development sense.

-Original Message-
From: Ken Ferguson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 12 April 2005 11:10 PM
To: CF-Talk
Subject: RE: ColdFusion and SharePoint Experience

I think James meant that BD may be helpful in bringing the two together,
seeing as how BD.NET allows that .NET integration type stuff that Vince has
been going over lately. 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202522
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


MS SharePoint Portal Server COM objects

2003-08-19 Thread jtnews
Has any one on the list done any CF/MS SharePoint integration?

I have a contract to integrate a CF/Flash web app I wrote to sharepoint, and 
would prefer to do it in CF.

MS has good VB/asp docs, so I could easily go that route, but was wondering if 
anyone has tried to do this in CF and if possibly they had any sample code I 
could look at.

It looks like the API is all VB COM Objects and/or ServerXMLHTTP via webDAV.

Thanks in advance,

Josh
http://exciteworks.com


This mail sent through exciteworks: http://exciteworks.com/
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com