openlaszlo簡介及其學習方法

        今天看了下OpenLaszlo Application Developer's Guide的前言部分。內容大致如下:(英語水平有限,歡迎拍磚)

 

 

1、爲什麼開發此項技術?

2、此教程的閱讀對象

3、On Runtimes and Deployment Modes and the "Core" API (這句不知道咋翻譯了)

4、教程中的代碼,函數,屬性等的格式協定

5、學習此教程的其他的相關的文檔

6、官方建議的學習此教程的方法

 

 

1、對於第一個問題,openlaszlo和其他的RIA技術一樣,都是爲了提高用戶的體驗(RIA技術的介紹,網上一搜便是)。當然了,這是因爲以前的WEB應用開發語言,例如HTML,DHTML等等在用戶體驗方便的不足。

 

雖然我前段時間也查了不少關於RIA方面的資料,我現在還是沒咋理解RIA,看了幾個openlaszlo的DEMO,給我的感覺是:界面比較養眼,沒有傳統的頁面形式(傳統的B/S程序得一會跳轉一個頁面),功能類似於C/S結構的客戶端了。官方的教程中也建議我們多看看相關的DEMO,這樣學期之前可以有個感受。官方給的DEMO地址:http://www.openlaszlo.org/lps4.5/demos/

 

2、對於閱讀的對象,教程中給了兩種:對面向對象編程有所瞭解或對XML有所瞭解;不瞭解面向對象編程但是瞭解HTML和CSS的WEB設計師也可以了。總之,我感覺有點基礎的都能看看,當然了至少對WEB程序或者面向對象思想有所瞭解了。

 

3、大概講的是openlaszlo的運行平臺,部署模式和 "Core" API 。這段個人能力有限,沒看懂。(以後懂了再補上)

 

4、這個是學習教程時候的版面約束

 

5、學習教程的時候,經常會看到些示例。因爲是XML語言和javascript結合的,所以得了解lzx的相關格式,官方提供了LZX Reference Manual. 手冊。這個手冊裏提供了相關的LZX標籤和API介紹。

再給就是官方提供的DEMO了, http://www.laszlosystems.com/demos

 

6、這裏面最好的一句話就是“學習方法根據自己的瞭解情況而定”。

 

以下是官方原話,沒啥難單詞,直接貼出來看了。

The best way to use the LZX Developer's Guide depends on your experience.

Experienced Object-Oriented programmers: We suggest that you start by reading Chapters 1, 2 and 4 of this Guide. If you have never worked with JavaScript, you can learn the basics quickly at one of the JavaScript tutorials at W3Schools, WVDL, or PageResource.com. Then visit the OpenLaszlo website and play around with the tutorials and sample programs; as you read the sample code be sure to look up appropriate entries in the Reference Manual. At that point you'll know what further reading you need to do in this guide.

Web/Flash developers with no Object-Oriented experience: We suggest that you start with the tutorials in order to get a general feel for LZX programming. Don't worry about mastering the subjects they cover; your goal is to begin to get comfortable with the language.

If you need to, learn the basics of XML.

Then read the rest of Chapter 4, Overview of OpenLaszlo Application Development.

 

還有個就是:官方提供的論壇了,大家多逛逛肯定有好處的。http://www.laszlosystems.com/developers/community/forums/

 

 

在看guide之前呢,我也簡單的看了下一些簡單的demo,還是比較簡單的。這裏個人目前感覺,但是laszlo語言學號,我們需要學習XML,JAVASCRIPT,LASZLO這三個,當然可以同時學習這三個。如果你對標籤語言不熟悉,你可以花點時間看看HTML(因爲它最簡單),感受下就可以了。最重要的就是,我們要看官方給的DEMO,容易理解,上手也快。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章