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

Reply via email to