The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Smalltalk Solutions Plug of the Day, 6/26/03

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic    
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Smalltalk Solutions Plug of the Day, 6/26/03 Posted: Jun 26, 2003 7:35 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Smalltalk Solutions Plug of the Day, 6/26/03
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement
Today's spotlight is on David Shaffer's Web MVC talk:


An Application Framework for Developing MVC web applications with the VisualWorks WebToolkit
tutorial (extra cost applies)
David C. Shaffer: Westminster College
Tuesday 2:00:00 pm to 5:30:00 pm


Abstract: Keep your code off of my page. Developing server-side web applications using technologies like Smalltalk Server Pages and Java Server Pages can lead to applications which are difficult to extend or maintain. This is especially true when such pages need to be maintained by both web page designers and programmers. This tutorial will present a framework for developing MVC-style applications using Smalltalk Server Pages, Custom Tag Libraries and Servlets. Use of this framework can result in well-factored applications having clear boundaries between the presentation layer and the underlying business/persistence/transaction layers.


Separation of the presentation layer when developing server-side web applications is achieved by combining Servlets, Smalltalk Server Pages, form models, and Command objects, in a manner similar to that used in the Java-based Jakarta Struts project[1]. This model is similar in purpose to the framework discussed by Knight and Dai in "Objects and the Web"[2] and consists of three related components:

  1. An extensive custom tag library for more self-describing page markup, to simplify input validation, to provide scripting capabilities to web page designers (without resorting to Smalltalk), to help communicate between the presentation and control layers.

  2. A centralized Servlet which controls flow, provides final validation of data and invokes "Command" objects.

  3. Command objects typically implementing use-cases in your application.



In this tutorial each of these components will be presented and utilized in the context of developing a web application. The resulting application demonstrates most of the common forms of web interaction. The full source of the supporting framework and sample application will be provided to attendees for their extension and/or incorporation in their own applications.


Attendee Background: This tutorial is geared toward Smalltalk developers with little or no web development experience. Some VisualWorks experience will be helpful but not required.


Bio: David Shaffer has worked designing Object-Oriented web applications for the Electro-Plating industry since 1997. He is also an assistant professor of Computer Science at Westminster College where he uses Smalltalk extensively in his courses.


I'll likely sign up to attend this one - lots of good ideas are likely to come out of this.

Read: Smalltalk Solutions Plug of the Day, 6/26/03

Topic: Maintainability patterns Previous Topic    

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use