Skip to main content

Home/ Groups/ InfokeyDEV
Benx Shen

WebWork2.2中的Continuation - 黑灵客栈 - BlogJava - 0 views

  • webwork.properties webwork.continuations.package=org.mstar.webwork.chain 这里的webwork.properties一定要配置,否则continuation不会起作用。
Benx Shen

Continuations - WebWork - Confluence - 0 views

  • Continuations are a feature in WebWork, borrowed from the RIFE project, that allow for extremely simple state management and wizard-like functionality.
Benx Shen

70+ JavaScript Resources for Every Web Developer - 0 views

  • gotAPI/HTML - Instant search in HTML and other developer documentation - gotapi.com
  • JavaScript Cheat Sheet/ - ilovejackdaniels.com
  • Firebug - Web Development Evolved - getfirebug.com
Benx Shen

Java Open Single Sign-On (JOSSO) - Confluence - 0 views

shared by Benx Shen on 15 Oct 07 - No Cached
  • What is JOSSO ? JOSSO, or Java Open Single Sign-On, is an open source JEE-based SSO infrastructure aimed to provide a solution for centralized, platform neutral, user authentication and authorization.
Ching Yi Chan

KromaDev: Internet Explorer issue with position:relative and overflow:auto - 1 views

  • Internet Explorer issue with position:relative and overflow:auto
Benx Shen

Ajaxian » Prototype and jQuery: A code comparison - 0 views

  •  
    關於 prototype 和 jQuery 的比較表。當然,可以發現這兩套元件都幾乎提供相同的功能。不過,我們並不能僅僅只看到語法的不同,而是其設計精神的不同。

Benx Shen

InfoQ: 将程序记在脑子里 - 0 views

  • 开发人员怎么做才能让程序牢记在脑中呢?Graham给出了八点建议: 避免分心 一口气做久一点 使用简洁的编程语言 持续重构 写易读的代码 小团队工作 避免多人编辑同一代码块 从小事做起
Benx Shen

mind42.com - 0 views

  •  
    線上的 mindmap 工作,可以提供共同協作。介面的操作上非常流暢。真是非常酷的 ajax 實作!
Benx Shen

Lighty RoR: 學習 Ruby on Rails 要看的書 - 0 views

  • Robbin 提出了一篇 RoR学习书籍推荐,裡面介紹學習 Ruby on Rails 要看的書,一共有三本。令人意外的,沒有 Programming Ruby。但是,這個想法跟我不謀而合。所以我也寫一篇學習 Ruby on Rails 要看的書,並且講解一下我的理由。
  • 請看 Agile Web Development with Rails 第二版,這本書是學習 Ruby on Rails 的第一本書,程度由淺入深,當初我一開始把 Tutorial 看完就可以直接來寫專案了。但是當你越來越熟練的時候,你還是少不了他,裡面有很多網頁開發的正確觀念值得一看再看,相當值得收藏。這裡有我第一版的書評。
  • 在此我推薦 Ruby For Rails,這本書講解的是 Ruby ,但是他只限定在跟 Rails 有關的 Ruby ,你在裡面可以學到所有 Rails 用的到的 Ruby 語法,並且解釋的相當清楚(好啦,有些人覺得太過繁瑣),有了這本書,你可以很清楚的學習 Rails 用的上的 Ruby 語法。
  • ...1 more annotation...
  • 結論很多人都推薦 Agile Web Development with Rails 跟 Programming Ruby 是學習 Rails 的必讀的書。但是,我認為Agile Web Development with Rails -> Ruby for Rails -> Rails Recipes才是學會 Ruby on Rails 最快的捷徑。至於 Programming Ruby ,這是精通 Ruby 必經的道路。
Benx Shen

InfoQ: 一圖勝千言? - 0 views

  • Arnon也明確地評價了一圖是否真的勝過千言: 如果你把模型看作是綱領性的框架,那麼你可以按自己的意願提高抽象的層次,進而比較明晰地表達你的觀點,那麼這句話成立。然而,當你需要把模型建得非常具體,從而得以進行代碼生成——在這種情況下,用代碼來建模,再搭配自動生成或預先建立的DSL和框架,會更加合宜。
  • Dean最後解釋說他並不認為圖形表示法沒有存在的空間,但是: 就一般情況來說,用簡潔的語言加上設計良好的API和DSL來編寫的代碼,對上圖形驅動的方式仍然是必勝的。
涼鞋

漫畫頻道-愛搜書 - 0 views

  •  
    先下載eRead安裝,看書看漫畫......free
Benx Shen

Motivating the Data Storm, open source database browser for testing - 0 views

  • public void test_order_save() {    Order orderToBeFound = new Order(SOME_ID, SOME_NAME1);    orderToBeFound.save();    new DataStorm().show( connection, "SELECT * FROM orders o WHERE o.id = " + SOME_ID );    assertNotNull(orderToBeFound.load(SOME_ID));}
  •  
    Data Storm is a free open source data base browser. While there are millions of data base browsers freely available online, Data Storm is different as it can be launched directly from within your Java code. This enables you to see and modify data that otherwise may not be available to you.
Benx Shen

JDT/UI and Text Team Blog » Blog Archive » 3.4 New and Noteworthy - 0 views

  • The most important new features in the JDT are: Rich hovers: Follow links in Javadoc hover Quick fix problems in problem hover Inspect variable values in the debug hover Java Editor Breadcrumb: Know where you are while in the editor Various Content Assist improvements SWT Templates: Build your UI the fast way Format edited lines on save: Keep outgoing changes to a minimum Extract Class refactoring: Replace a set of fields by a new class Compiler supports multi CPU-machines: Compile your workspace faster
Benx Shen

Eclipse 3.4 Hidden Treasures | Eclipse Zone - 0 views

  • Format Only Edited LinesThe "Save Actions" is one of my favorite features in Eclipse 3.3 (read my original post about it). In Eclipse 3.4 there are several improvements including some new formatting features. One of the complaints against the Save Actions feature was that it will change the entire file, thus, making it very hard to compare to previous revisions when using a source control. It can become very annoying if some team members use it and some don't.For that purpose there's a new feature which allows changing just the edited lines, keeping the rest of the file intact. I highly recommend using the Save Actions feature. It is inactive by default, so go ahead and activate it.
samuel tao

《深入BREW开发》--第五章 BREW简介 - Gemsea的专栏 - CSDNBlog - 0 views

  • BREW提供了多组不同功能对象(接口)和功能,这些对象和功能统称为服务,这些服务包括:
    • samuel tao
       
      服务
  • 在使用一个接口之前,必须首先使用ISHELL_CreateInstance()接口函数创建接口实例。IShell的接口指针是通过调用ISHELL_CreateInstance()接口的当前应用程序,或接口的入口函数传递进来的,不需要创建。
  • 创建实例后,这个接口实例的指针将通过ISHELL_CreateInstance()方法传递回来。对于一些特定的接口不是通过这个方法创建的,而是通过其他方法直接返回的,如IImage接口就是通过ISHELL_LoadImage()方法获得的。
  • ...6 more annotations...
  • RAM内存和固定存储器的管理方式,采用了按需载入的方式,所需资源最少。
  • 开发更加容易。
  • 多语言版本应用程序的开发
  • 文本采用宽字符方式,
  • 处理异常的能力先天不足
  • 接口封装的不够完善,有些功能使用现有的BREW接口无法进行控制,
Benx Shen

Rainbow for Firebug :: Firefox Add-ons - 0 views

  • Rainbow for Firebug 0.6 by Antonin Hildebrand experimental Categories Web Development Javascript syntax highlighting for Firebug
Benx Shen

John Resig - DOM DocumentFragments - 0 views

  • Browser Normal (ms) Fragment (ms) Firefox 3.0.1 90 47 Safari 3.1.2 156 44 Opera 9.51 208 95 IE 6 401 140 IE 7 230 61 IE 8b1 120 40
  • As it turns out: A method that is largely ignored in modern web development can provide some serious (2-3x) performance improvements to your DOM manipulation.
« First ‹ Previous 81 - 100 Next › Last »
Showing 20 items per page