CF web services and mobile security

2013-05-06 Thread Michael Sanchez
I need to create 2 things: - a mobile application: I need it to keep logged for an X period of time or forever.. - a set of web services that manage user creation, authentication and authorization for the mobile app, in CF. I am new to Adobe CF. I was looking may be for some WS-Security

Re: CF web services and mobile security

2013-05-06 Thread Russ Michaels
take a look on cfmeetup, i'm sure there must have been some previous presentations on mobile development. http://www.meetup.com/coldfusionmeetup/#past you may also find the following sites of use to find some resources. www.cfsearch.com www.cf411.com On Mon, May 6, 2013 at 3:17 PM, Michael

Code Design help

2013-05-06 Thread Chester Austin
I was going to post this on StackOverflow but felt that it might not be the right type of question to ask there, so I shall post it here. I am tasked to create a payment form from a balance sheet. I have a created a balance sheet, which is basically an HTML table that has a row item detail of

Re: Code Design help

2013-05-06 Thread Russ Michaels
It seems form what you have said that any user can have multiple invoices with payments due, in which case would it not be better to just have a single make payment at the bottom which they fill in with the amount they want to pay which is then taken off their total balance. But allowing users to