| M Sheik 的个人资料udooz!照片日志列表 | 帮助 |
|
7月31日 Humax and JavaScriptI’ve started to think on writing a new framework for client side web development after writing series of articles on JavaScript in Web 2.0. The intention is to break barrier between the client and server side integration. Numerous mature technologies/concepts are available under commercial or GPL to provide seamless integration between JavaScript and server side technology. And of course, these tools have features for developing rich internet applications. The justifications for developing Humax framework are: · A framework which enables you to develop RIA applications in a simple and elegant way. · Minimal learning curve. · Minimal integration means that it simplifies and tries to provide a unified platform for developing web applications. The primary difference I’ve focused are the necessary level of abstraction and programmatic approach as like you are working in .NET and Java form application development. I shall update the roadmap and feedback/feature list later. I was started the development in end-June 2007 and because of the other stuffs in my leisure time did not allow me to release this as early. You can download the version 0.1 beta from http://sourceforge.net/projects/humax Tools of the TradeI would like to share the tools I have used for the development of Humax v0.1. Aptana IDE Though it is not a visual editor, I am using this IDE for writing client side script even for my other works also. The code profile and dynamic type redefinition features of this IDE provide you full-fledged intelli-sense in JavaScript file. The JavaScript file skeleton window enables you to manage and navigate the JavaScript files more easily. It supports JSDoc, provides tooltip syntax for your class and normal HTML/JavaScript elements. What else you want? I do not find any other IDE like this in the case of JavaScript. JSDoc This tool generates javadoc-style documentation from well-formed JavaScript source files. It is my favorite document generation tool for JavaScript and I have used this for Humax API reference documentation. JsUnit and scriptaculous-js I was bit confused which tool I need to use for unit testing. In early days of development, I was used “scriptaculous-js”. It is very simple and does not require more settings to start write and test the “unit test”. And after a while I am also started using JsUnit. 评论 (1)
引用通告此日志的引用通告 URL 是: http://udooz.spaces.live.com/blog/cns!1EA86C1FB1C134B8!212.trak 引用此项的网络日志
|
|
|