RE: CF10 with SharePoint 2013

2013-11-02 Thread Kevin Parker

You can embed a web page inside a SharePoint page although I'm not sure that
would be useful in this situation much less work for a CF app.

You could use a SharePoint library for storing the actual documents  but
again I'm not sure what you exact objectives are so the utility of this may
or may not be useful. 

While SharePoint is a very good document handler it does have its own layers
of security etc. so you may have to address this if you went down this path.
You could do further processing of the document and other actions when the
document arrives in the SharePoint library using OOTB workflows (which I am
not a big fan of as they  can be quite limiting) or workflows designed in
SharePoint Designer but third party products like Nintex do this thousands
of times better, quicker and simpler and this could significantly reduce
your development time for after submission processing if you need that) as
opposed to having to code in CF.

Re-reading your question if you are asking if you can develop web parts (now
called web apps or just apps in SP2013 I believe) using CF the answer is no
- M$ technologies are used for this - you're into the .NET type stuff.

As big a fan of CF than I am, looking at your later post and what you're
trying to do you could (without me knowing the specific requirements)
develop a system to do that in SP2013 without writing any code at all.


++
Kevin Parker

++


-Original Message-
From: Anthony Doherty [mailto:anthony...@gmail.com] 
Sent: Wednesday, 30 October 2013 8:03 AM
To: cf-talk
Subject: CF10 with Sharepoint 2013


I have been given the task of creating and deploying some web applications
into sharepoint.
I want to know if i can do this with coldfusion or do i have to do them with
a different language?
All my previous work is with coldfusion and i can develop the apps very
quickly but its linking them with sharepoint 2013 that im not confident in
so any help or tips would be greatly appreciated

Thanks 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357021
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF10 with Sharepoint 2013

2013-10-29 Thread Dave Watts

 I have been given the task of creating and deploying some web applications 
 into sharepoint.
 I want to know if i can do this with coldfusion or do i have to do them with 
 a different language?
 All my previous work is with coldfusion and i can develop the apps very 
 quickly but its linking them
 with sharepoint 2013 that im not confident in so any help or tips would be 
 greatly appreciated

You will not be able to deploy CF apps in SharePoint. You can link to
CF apps from a specific web part in SP, and CF can exchange data with
SharePoint via web services using the CFSHAREPOINT tag, and that will
probably be sufficient for your needs.

http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSE4D1ED62-0267-445f-8A3B-4642F3F26383.html

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357012
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF10 with Sharepoint 2013

2013-10-29 Thread Anthony Doherty

Sent from my iPhone

 On 29 Oct 2013, at 21:12, Dave Watts dwa...@figleaf.com wrote:
 
 
 I have been given the task of creating and deploying some web applications 
 into sharepoint.
 I want to know if i can do this with coldfusion or do i have to do them with 
 a different language?
 All my previous work is with coldfusion and i can develop the apps very 
 quickly but its linking them
 with sharepoint 2013 that im not confident in so any help or tips would be 
 greatly appreciated
 
 You will not be able to deploy CF apps in SharePoint. You can link to
 CF apps from a specific web part in SP, and CF can exchange data with
 SharePoint via web services using the CFSHAREPOINT tag, and that will
 probably be sufficient for your needs.
 
 http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSE4D1ED62-0267-445f-8A3B-4642F3F26383.html
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357013
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF10 with Sharepoint 2013

2013-10-29 Thread Anthony Doherty

What I'm trying to do is to create an expenses submissions system, that will 
allow the user to login and submit an expenses form, attach docs, and view 
previous submissions
This is the basic version and I can create this very quickly with CF but I need 
to link it within SP for the users

Thanks

Sent from my iPhone

 On 29 Oct 2013, at 21:12, Dave Watts dwa...@figleaf.com wrote:
 
 
 I have been given the task of creating and deploying some web applications 
 into sharepoint.
 I want to know if i can do this with coldfusion or do i have to do them with 
 a different language?
 All my previous work is with coldfusion and i can develop the apps very 
 quickly but its linking them
 with sharepoint 2013 that im not confident in so any help or tips would be 
 greatly appreciated
 
 You will not be able to deploy CF apps in SharePoint. You can link to
 CF apps from a specific web part in SP, and CF can exchange data with
 SharePoint via web services using the CFSHAREPOINT tag, and that will
 probably be sufficient for your needs.
 
 http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSE4D1ED62-0267-445f-8A3B-4642F3F26383.html
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357014
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF10 with Sharepoint 2013

2013-10-29 Thread Russ Michaels

sharepoint can do this natively, as Dave said, you cannot integrate CF apps
with sharepoint.


On Tue, Oct 29, 2013 at 10:36 PM, Anthony Doherty anthony...@gmail.comwrote:


 What I'm trying to do is to create an expenses submissions system, that
 will allow the user to login and submit an expenses form, attach docs, and
 view previous submissions
 This is the basic version and I can create this very quickly with CF but I
 need to link it within SP for the users

 Thanks

 Sent from my iPhone

  On 29 Oct 2013, at 21:12, Dave Watts dwa...@figleaf.com wrote:
 
 
  I have been given the task of creating and deploying some web
 applications into sharepoint.
  I want to know if i can do this with coldfusion or do i have to do them
 with a different language?
  All my previous work is with coldfusion and i can develop the apps very
 quickly but its linking them
  with sharepoint 2013 that im not confident in so any help or tips would
 be greatly appreciated
 
  You will not be able to deploy CF apps in SharePoint. You can link to
  CF apps from a specific web part in SP, and CF can exchange data with
  SharePoint via web services using the CFSHAREPOINT tag, and that will
  probably be sufficient for your needs.
 
 
 http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSE4D1ED62-0267-445f-8A3B-4642F3F26383.html
 
  Dave Watts, CTO, Fig Leaf Software
  http://www.figleaf.com/
  http://training.figleaf.com/
 
  Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
  GSA Schedule, and provides the highest caliber vendor-authorized
  instruction at our training centers, online, or onsite.
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357015
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF10 with Sharepoint 2013

2013-10-29 Thread Dave Watts

 What I'm trying to do is to create an expenses submissions system, that will 
 allow the user to
 login and submit an expenses form, attach docs, and view previous submissions
 This is the basic version and I can create this very quickly with CF but I 
 need to link it within
 SP for the users

If they're already in SharePoint why would they need to log in?

You might want to read the link I included, which describes in detail
what integration options you have.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357016
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm