You cannot post messages because only members can post, and you are not currently a member.
|
Authentication using Taffy
|
| |
Has anyone done authentication/authorization using Taffy? Just wondering if
there are any best practices with regards to the framework (and if I missed
a Wiki page on it, please feel free to call me out and post the link, :) ),
Phil
|
|
Now in the BER: JSONP!
|
| |
This is undocumented as yet, but I just pushed it into master. I welcome any and all feedback. This is my first (second?) foray into jsonp, so there's a fair chance I'm not doing it right... New setting: variables.framework.jsonp -- default value = false. Change its value to a string, which will be the NAME of the request... more »
|
|
"400 Your default mime type is not implemented" error
|
| |
I just downloaded Taffy earlier today and I'm running into what I'm sure is
a simple error, but I can't figure out what's wrong:
"400 Your default mime type is not implemented"
Running ACF 9,0,1,274733 and latest version of Taffy.
File:
/resources/contactCollection.c fc
<cfcomponent extends="taffy.core.resource" taffy:uri="/contacts"... more »
|
|
API Versioning Best Practice
|
| |
So when you put in the API version, do you put the index.cfm and Application.cfc in the, let's say, v1 folder, or one level up, like in the myapi folder if the URI were /myapi/v1/resources? Thanks, Phil
|
|
Property Tag and D/I
|
| |
If I want to use a CFC to D/I into my API CFCs what is the best way to do
it while still doing "tag" development (sorry, still on a tag-only version,
...in the same folder or can they be in another folder properly mapped? Thanks,
Phil
|
|
Understanding URIs, Tokens, and CFC Resources
|
| |
So I'm not sure if I'm following this correctly or getting confused by my OO definitions and Web Service setups previously done. Let's say I have two entities in my domain model, Employees and Departments. For our app we need essentially 5 type of "get" services: GetDeptartments GetDeptDetails GetDeptEmplolyees... more »
|
|
Migrate from CF9 to CF10
|
| |
Hi all, we are running a taffy-service on a CF9/IIS/Windows 2008-box for a while. I'm planning a migration to CF10 but taffy stopped working. It always redirects to the dashboard because the path after /index.cfm isn't passed into onRequestStart. (e.g. /API/index.cfm/samples/1). Is this because Tomcat does not have the proper wildcard-mappings? But I... more »
|
|
404 errors
|
| |
My setup is CF 9.01 Enterprise running multiple instances (cfusion.war), IIS-7, Windows 2002. I have setup a mapping to /taffy in the cf administrator with bonus and core folders. I can get to the dashboard but none the resources show up. If I try to go to any URI I get a 404. Does the web-xml need to be updated on mutli-instance configurations?... more »
|
|
|