Java堂  


在Eclipse WTP中加入Resin server adapter

Filed under: JavaPlateform — Jet @ 6:01 上午
原文出处: 在Eclipse WTP中加入Resin server adapter
作者: Jet Mah from Java堂
声明: 可以非商业性任意转载, 转载时请务必以超链接形式标明文章原始出处、作者信息及此声明!

目前Eclipse的WTP用来开发JavaEE的功能越来越强大了,再配合上Maven和Ant,完全可以将MyEclipse丢到垃圾桶了。但是在使用WTP进行Server配置的时候发现竟然不支持Resin,后来Google了一下,找到两个解决的方法:
1. Amateras 这个是一个日本人写的Eclipse插件,可以绑定Resin到WTP中,不过他支持的Eclipse和Resin的版本都比较低,而且好久都没有更新了,不推荐使用。

2. The Resin Eclipse plugin 这个是在Resin的官方WIKI上发现的一个Eclipse插件,比较稳定也比较活跃,是Resin官方推荐使用的插件,Eclipse Update地址是:http://caucho.com/eclipse,安装之后就会在Server Adapter里面出现Resin Server了。

参考资料:
IDE-CauchoWiki
WTP扩展(1):增加Resin Server Runtime Environments

非常棒的JS的Eclipse插件 – JSEclipse

Filed under: Tools — Jet @ 12:11 上午
原文出处: 非常棒的JS的Eclipse插件 – JSEclipse
作者: Jet Mah from Java堂
声明: 可以非商业性任意转载, 转载时请务必以超链接形式标明文章原始出处、作者信息及此声明!

JSEclipse is the the best and most popular Javascript plugin for the Eclipse environment. Its benefits are visible from the simplest tasks like editing small sections of code for your site to the more complex ones like working with the next big AJAX library or developing plugins for a product that embeds JavaScript like Dreamweaver or Photoshop.
JSEclipse Box
Highlights in version 1.5:

* Revamped code completion for JavaScript function and classes.
* Common idioms used in JavaScript and major libraries like Dojo and Prototype.
* Outline panel shows class hierarchy.
* Syntax highlighting.
* Powerful editing assistance helpers.
* Support for JDK 1.4
* Code completion for JSDoc and inline parameter type definition.
* Open function declaration.
* Error reporting… and more

官方地址:http://www.interaktonline.com/Products/Eclipse/JSEclipse/Overview/