-
1. Re: Adobe Coldfusion Enterprise and Developer
BKBK Jul 20, 2014 3:46 AM (in response to Isoqa0)Use the Enterprise (Trial) version. It exposes you, as a developer, to all the functionality that the Coldfusion development platform has to offer. After the 30-day trial period it will automatically turn into the Developer version. This version excludes a number of features, but still has the core functionality you need to develop applications.
-
2. Re: Adobe Coldfusion Enterprise and Developer
Isoqa0 Jul 20, 2014 6:05 AM (in response to BKBK)So i don't need to develop it locally to deploy it on a server?
In Adobe Coldfusion AWS (Amazon Web Services) (Enterprise), I would develop it remotely on the server, right?
-
3. Re: Adobe Coldfusion Enterprise and Developer
BKBK Jul 20, 2014 7:31 AM (in response to Isoqa0)You need to develop locally on a development server and deploy separately on a production server. For large enterprise applications, you will need a third server, a test or 'staging' server. For small applications, especially where the budget is limited, you could run the development, test and production environments as 3 separate Coldfusion instances on the same machine. The risks you then take are obvious: mainly from coupling.
-
4. Re: Adobe Coldfusion Enterprise and Developer
Isoqa0 Jul 20, 2014 7:51 AM (in response to BKBK)So, how does it work with Adobe Colfusion on Amazon Web Services?
I access the instance / server and develop the web app there?
-
5. Re: Adobe Coldfusion Enterprise and Developer
BKBK Jul 20, 2014 8:33 AM (in response to Isoqa0)With Adobe Coldfusion on Amazon Web Services, all the installation you will need has already been carried out by a third party on the cloud. It is prêt-à-porter and you're ready to go. You only have to pay on a per-minute basis.
Yes, you may develop and deploy your application on the cloud. However, I would prefer to develop locally.
-
6. Re: Adobe Coldfusion Enterprise and Developer
Isoqa0 Jul 20, 2014 8:35 AM (in response to BKBK)Can I ask why you'd prefer to develop locally?
-
7. Re: Adobe Coldfusion Enterprise and Developer
BKBK Jul 20, 2014 1:33 PM (in response to Isoqa0)Some cloud pluses:
Saves time and money.
Provides scalability, for applications that need it.
Provides practically unlimited access to data sources.
As this is going to be the actual production environment, potential issues and complications will be discovered and solved beforehand.
Provides freedom from the context, restrictions or bureaucracy associated with the company's servers.
Some cloud minuses:
Privacy concerns.*
You have only limited responsibility for your own stuff*.
You might have to do it like the Lone Ranger; as yet, few colleagues are cloud-savvy and even fewer companies can entertain the risks involved.*
Cloud provider might not move quickly to solve issues that arise.
Cloud computing is still in the Wild-West phase: perils may suddenly materialize; think of unexpected costs, changing terms of use, and so on.
* pertain to me
-
8. Re: Adobe Coldfusion Enterprise and Developer
Isoqa0 Jul 21, 2014 1:54 AM (in response to Isoqa0)Sorry that I have to ask again, theres only the administration site! Where do I develop the web app? Adobe Coldfusion builder?
-
9. Re: Adobe Coldfusion Enterprise and Developer
BKBK Jul 21, 2014 2:13 AM (in response to Isoqa0)Yes, I would recommend Coldfusion Builder.
-
10. Re: Adobe Coldfusion Enterprise and Developer
Isoqa0 Jul 21, 2014 8:53 AM (in response to Isoqa0)Why is it indicated that you are able to build web and mobile apps with Enterprise?
Maybe because the whole product family is meant, but why on AWS? Didn't get a serial number for Builder!
-
11. Re: Adobe Coldfusion Enterprise and Developer
BKBK Jul 21, 2014 11:07 AM (in response to Isoqa0)Isoqa0 wrote:
Why is it indicated that you are able to build web and mobile apps with Enterprise?
Because you actually are. Could you let us know any difficulties you are facing?
Maybe because the whole product family is meant, but why on AWS? Didn't get a serial number for Builder!
I would only loosely call Coldfusion and Coldfusion Builder a product family. The Builder is a separate product, an IDE, used for developing Coldfusion applications.
There are differences in the way Adobe markets the two products. If you buy Coldfusion, you will get one or more Builder licenses, depending on Coldfusion version. But not vice versa. It is easy to work out why. Coldfusion costs thousands of dollars, but Builder only costs a few hundred. Another difference is that there are offerings of Coldfusion on the cloud, but not yet of Builder - at least as far as I know.
-
12. Re: Adobe Coldfusion Enterprise and Developer
Isoqa0 Jul 21, 2014 11:40 AM (in response to BKBK)Is the development (Coding, etc.) meant with "building" an app?
-
13. Re: Adobe Coldfusion Enterprise and Developer
BKBK Jul 21, 2014 11:49 AM (in response to Isoqa0)Yes. For example, you can use the new cfclient tag in Coldfusion 11 to build a mobile app.
-
14. Re: Adobe Coldfusion Enterprise and Developer
Isoqa0 Jul 21, 2014 12:31 PM (in response to BKBK)Ok, so you can't develop an app with Adobe ColdFusion Enterprise alone!? You need something like Adobe ColdFusion Builder!?
-
15. Re: Adobe Coldfusion Enterprise and Developer
BKBK Jul 21, 2014 2:45 PM (in response to Isoqa0)You can develop an app with Coldfusion alone, but it will be tedious. In fact, in Coldfusion as in every other programming language, you may write the code in notepad. That is comparable to the beginning of the twentieth century, when the commonest mode of public transport was the horse.
Coldfusion Builder is simply an Integrated Development Environment (IDE) to mechanize, speed up and make efficient the process of writing code. Coldfusion is no exception. Java, PHP and .NET all have their own IDEs.
A popular IDE for Coldfusion, besides Builder, is CFEclipse. You install it as a plugin of Eclipse. It is Open Source, free.

