TAILIEUCHUNG - HandBooks Professional Java-C-Scrip-SQL part 26

Tham khảo tài liệu 'handbooks professional java-c-scrip-sql part 26', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | . Seaside Seaside is a highly productive web development framework written in Smalltalk. Avi Bryant initially developed Seaside in Ruby in a framework called Iowa. Early Ruby continuations had a few problems so the original author of Seaside moved to Smalltalk. Since then he s been improving the framework and using it to deliver commercial applications. Seaside has a few defining characteristics Seaside renders HTML programmatically. Most Java frameworks render HTML with templates. I don t know enough to advocate one method over another but it s certainly different and it works well in Seaside s model. Seaside has a model for components. A Seaside component manages user interface state and renders itself in HTML. Seaside components are highly reusable and they let you think in increments smaller than a page. Seaside makes it easy to manage a link. You can specify a link with a code block so links don t get out of sync. The framework manages them for you. Seaside is modal. This is the author s word for a continuation server approach. Seaside lets you express one web page or multipage web flows in a single method. Seaside s debugging is the best I ve ever seen. From within the browser you can open a web-based Smalltalk browser complete with code. You can also inspect the values of all the objects in the application. Of course you also get the advantages of using a highly dynamic language. You get a rapid feedback loop interactive interpretation as needed and full access to Smalltalk s excellent environments. I used the Squeak IDE for examples in this chapter. Squeak is a dialect of Smalltalk popularized by Disney. . A Little Smalltalk Syntax Before we get too far you should know a little Smalltalk syntax. Don t worry. I m not saying that Smalltalk is the next great language I just want you to see the power of the best continuations-based server. If you want to follow along download the Squeak IDE from http download . Start Squeak .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.