Adobe Labs Ideas is a place for the community to suggest and discuss new and exciting functionality for Adobe technologies. Post your own ideas or review and vote on ideas submitted by the community. The Adobe development teams will review all submissions and use your collective input to prioritize feature requests and help shape future versions of products. Product teams currently involved are AIR, Flash Builder, Flash Catalyst, Flash Professional, Flex, and WorkflowLab.
I don't see ColdFusion server or builder listed!!
Promote it if you like it:
http://ideas.adobe.com/ct/ct_a_view_idea.bix?c=6D2...
--- Ben
I can't help but think this is more evidence of where CF fits within Adobe's development priorities. I worry that I can see the CF sunset and that would be a shame.
Yes, Flash Builder 4 shipped this week. And ColdFusion Builder shipped THE SAME DAY. The ColdFusion team IS the ColdFusion Builder team. And it's a very small team, a fraction of the sizer of the Flash Builder the and Flex teams. So yes, the team has been busy.
--- Ben
Great job especially with CFBuilder code insight feature.
Since coldfusion does not required a strongly typed variable such as Java or C# can you please add a hint in the comment above the variable name to give insight to the type of component that is housed within the variable.
example:
/**
* @cfc com.hemtalreja.myapp.MyComponent
*/
var myComponent = Application.beanFactory.getBean("MyComponent");
Thank you
-Hem