Are ColdFusion 9 Extensions for Eclipse still available? [closed] - eclipse

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm trying to configure Eclipse + CFEclipse for my ColdFusion IDE and hope to add RDS support. Pages like this one on the Adobe site reference a downloadable extension for Eclipse called ColdFusion Extensions for Eclipse
As of 5/20/2014, Adobe's download page supports version 10 and up with no reference to the extensions. I'm sure this download was buried by the push to CF10 and CFBuilder, but is it in the wild somewhere? I'm not having much luck with Google on this.

RDS is Adobe proprietary so you will need to use CFBuilder to get RDS access. I don't believe the extensions have existed since CF Builder was introduced. CFBuilder has a 90 day trial version available and with CF11 you get a free CFBuilder licence with standard edition and 3 free licences with enterprise edition.
Personally I would recommend Sublime Text and the Coldfusion plugin for it.

Related

Searching for a MongoDB user interface [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I searching for mongodb gui user interface & database desinger tool. Does anyone of you knows a tool which he could recommend?
I will strongly recommend RoboMongo - shell-centric cross-platform open source MongoDB management tool
RoboMongo http://robomongo.org/ is awesome, it needs virtually zero configuration,very easy to use , gives you the power of mongo shell in GUI ,has auto completion feature and works on all platforms, yet another advantage is it is still under active maintenance. I have tried tools like RockMongo and ran into usability issues. MongoUVE is not opensource, it is commercial.
I've been using MongoVUE for a while. The free version can do everything I wanted sofar.
In Windows7 I'm using MongoExplorer, a very easy and visual tool

How to learn about the Eclipse Platform [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
What is the up-to-date way to learn about the Eclipse Platform, RCP...? I found these books, but they were last published 3 years ago. Is that considered eons ago in the Eclipse world? What is the canonical Introductory Guide for understanding Eclipse principles nowadays?
There are now two ways to do Eclipse RCP development, the Eclipse 3.x way where the older books are probably still relevant, and the Eclipse 4 'e4' way which features a new application model, direct injection and CSS styling. For an introduction to e4 RCP development see: http://www.vogella.com/articles/EclipseRCP/article.html the author also has an e-book version of the tutorial.

Visual Studio database project alternative for PostgreSQL? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have been using database project in Visual Studio 2010 to maintain/version control database schema and are quite happy with that since I can also use VBDBCMD to deploy the version controlled schema to any database instance quite easily.
Now I need to work with PostgreSQL and I am wondering if there is any tool similar to the "database project" thing in Visual Studio to help version control database schema as well as schema deployment.
Thanks.
The closest thing I could suggest would be Eclipse with the Toad plugin.
In general, shopping list questions are disfavored on Stack Exchange sites because they tend to solicit opinions and tend to go out of date quickly.
The other option is to use a source code management solution like git or subversion, and then just use your standard text editors on the SQL files. This is what we do in the LedgerSMB project.

SCM: Wiki + Forum + ticket System [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any open source framework that encapsulates: a Wiki, Forum and a ticket system. Something like a software configuration Manager (SCM).
Looking for something very similar to sourceforge offers to project owners.
I'm looking to give support to a small private web software project. I keep finding separate implementations of these features.
If there are commercial products it would be nice to hear from them too.
Wordpress might be an option.
You could use Redmine. It offers a Wiki, Boards (=Forum), Issue tracking.
Another popular alternative would be Trac which offers Wiki and Issue tracking. For forums there exists a plugin (The plugin is not actively developed anymore?).

What are the best plugins for eclipse available [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can someone provide me a list of the best Eclipse Plugins available?
The place to go is Eclipse Plugins where you can find all available plugins. You'll also find a handy search function here.
If you want to know which plugins are most popular, turn your browser to Top 10 Most Popular Eclipse Plugins or Eclipse Marketplace.
Best of luck
Some of my favorites of all time:
Mylyn (task-oriented programming)
TPTP (profiling)
EclEmma (coverage)
CodePro Analytix (auditing, test generation, coverage)
FindBugs (static analysis)
Jadclipse (decompiler, requires JAD)
Eclipse Color Theme (text editor highlighting)
lombok (boilerplate buster, not a real plugin, more of a VM agent)