Summary:
Continuing its tradition of providing support for an increasing number of languages and environments, NetBeans 6.1 introduces advanced JavaScript and PHP features. In this interview with Artima, Sun NetBeans evangelist Gregg Sporar discusses JavaScript and PHP support, such as refactoring and intelligent code completion.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: December 25, 2008 0:03 PM by
Michael
|
In this interview with Artima, Sun NetBeans evangelist Gregg Sporar discusses JavaScript and PHP support, such as refactoring and intelligent code completion: http://www.artima.com/lejava/articles/javaone_2008_gregg_sporar.htmlWhat do you think of NetBean's JavaScript and PHP support?
|
|
|
I think Javascript support in NetBeans 6.1 would be an excellent idea. I really, really wish NetBeans 6.1 supported Javascript like all the breathless reviews of it say it does, instead of showing .js files as plain black text.
|
|
|
I'm happy to see more and more IDEs support other languages, since nowadays it's quite common to use more than one language in a project. I'm especially happy to see PHP support.
I'd like to correct 2 errors in your article. You said: "... using one of the Java PHP implementations, such as Coucho...". First, the name is 'Caucho' and not 'Coucho.' Second, the product is not called 'Caucho' but, rather, "Quercus." "Caucho" is simply the name of the company that makes Quercus and Resin.
What I'd like to see next is a push toward making use of PHP as a view template language. JSP, Velocity, FreeMarker, RIFE templates: they're all variations on the same thing. With Quercus, you can completely replace JSPs with PHP templates, for example, and have (a.) a faster code-test-debug cycle, and (b.) better debugging support.
|
|