Geometry.Net - the online learning center
Home  - Basic_S - Smalltalk Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 of 142    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Smalltalk Programming:     more books (86)
  1. Visualage for Smalltalk and Somobjects: Developing Distributed Object Applications (IBM Books) by Walter Fang, Raymond Chu, et all 1996-08
  2. A Taste of Smalltalk by Ted Kaehler, Dave Patterson, 1986-05
  3. Object-Oriented Programming with C++ and Smalltalk by Caleb Drake, 1997-10-30
  4. A Quick Trip To Objectland: Object-oriented Programming With Smalltalk/v by Wrensch , Korienek, 1993
  5. Object Oriented Programming With Smalltalk/V by Dusko Savic, 1991
  6. Object Oriented Programming with Smalltalk by Marchesi, 1994
  7. Advanced Windows Programming in Smalltalk by Dan Shafer, 1992-12
  8. An exemplar based Smalltalk (SCS-TR. Carleton University. School of Computer Science) by David A Thomas, 1986
  9. Developing Visual Programming Applications Using Smalltalk (Advances in Object Technology) by Michael Linderman, 1997
  10. Object-Oriented Programming with C++ and Smalltalk - A Jump start Guide to High PerFormance APIs by Caleb, Drake, 1997
  11. Practical Smalltalk by Dan Shafer, D.A. Ritz, 1991-12-31
  12. Smalltalk and Object Orientation: An Introduction by John Hunt, 1997-06
  13. Smalltalk / V Object Oriented Programming System (OOPS) (Tutorial and Programming Handbook) by None, 1987
  14. Smalltalk/V Mac: Tutorial and Programming Handbook. by Inc., Digitalk, 1988

61. Smalltalk OOP (Smalltalk Textbook 49)
After more than 10 years of smalltalk programming, I believe there is an important Skillful Smalltalk OOP programmers create programs in a Browser for a
http://www.sra.co.jp/people/aoki/SmalltalkTextbook/tb49.htm
Smalltalk Textbook 49)
Smalltalk OOP
This final section of the Smalltalk Textbook provides a summary of OOP (Object-Oriented Programming). I don't consider OOP to be a modern programming style, because OOP is already 1/4 century old. OOP is characterized by terms such as class, instance, method, inheritance, polymorphism and so on. I do not think you need definitions of these terms because a lot of OOP books already cover them. Instead, I'd like to discuss how Smalltalk can make your OOP come alive. In other words, what is appropriate OOP for Smalltalk.
'self' and 'this'
After more than 10 years of Smalltalk programming, I believe there is an important distinction between 'this' and 'self.' By 'this' I mean the typical data structures used in non-OOP prgramming such as C or Fortran. My feeling in Fortran is that data is in some sense given to the CPU to process. As a new Smalltalk programmer, you find yourself slightly uncomfortable with the word 'self.' For so long it has always referred to you personally, and now it refers to an object with data and behavior. There is a conceptual hurdle to overcome so that using 'self' becomes comfortable to you. 'Self' changes my view from "giving data to the cpu" to sending a message to an object and requesting that it provide some service. When an object receives a message, it tries to provide a service by using resources it knows about or is responsible for. The object comes to the foreground as a reflexive pronoun named 'self.' Notice carefully how related the words 'myself', 'yourself', 'itself' are. Recursion involves repeatedly sending the same message to 'self.'

62. Refactoring Browser (Smalltalk)
Fortunately the smalltalk programming environment provides ideal conditions Smalltalk programmers are used to being able to immediately see the results
http://emw.inf.tu-dresden.de/de/pdai/Forschung/refactoring/refactoring_html/node
Next: JRefactory (Java) Up: A Short Look on Previous: A Short Look on
Refactoring Browser (Smalltalk)
The Smalltalk community was the first one which used refactorings consistently during the development process and many of the contributors like RALPH JOHNSON, KENT BECK, DON ROBERTS, MARTIN FOWLER et.al. originated from there, the development of the Refactoring Browser was only a logical step within the development. Fortunately the Smalltalk programming environment provides ideal conditions for implementing such an tool, as is later cited in this section. Because of my shortcomings - I do neither have access nor knowledge of the Smalltalk programming language - I am not able to provide firsthand information about the tool but rather cite the authors [ TAPOS ] first as well as an enthusiastic user [ Wiki , RefactoringBrowser-Kent Beck,]: Since refactoring occurs at all levels within the software development life cycle, the ability to perform refactorings automatically is crucial to software evolution. The Smalltalk Refactoring Browser is a tool that carries out many refactorings automatically, and provides an environment for improving the structure of Smalltalk programs. It makes refactoring safe and simple, and so reduces the cost of making reusable software.

63. NEW SMALLTALK PROGRAMMING ENVIRONMENT AVAILABLE FREE ON THE WEB
New smalltalk programming Environment Free on the Web. Smalltalk Express Designed to Meet Demand for EntryLevel Object-Oriented Programming Environment
http://home.arcor.de/andreadrian/smalltalk/09-11-96.htm
New Smalltalk Programming Environment Free on the Web
Smalltalk Express Designed to Meet Demand for Entry-Level Object-Oriented Programming Environment
Anaheim, CA, September 10, 1996 - ObjectShare, a division of leading client/server/web tools vendor ParcPlace-Digitalk (NASDAQ: PARQ), today announced the free availability of a new entry-level object-oriented programming environment. The new product, called Smalltalk Express, is designed to introduce developers to the power of object-oriented programming and the Smalltalk language. Coming on the heels of the Company's very successful introduction of its Parts for Java visual toolkit, Smalltalk Express promises to make ObjectShare a primary source for entry into the object-oriented community. Smalltalk Express is based on the 16-bit version of Smalltalk/V Windows 2.0 and the WindowBuilder Pro 1.01 graphic user interface development system. It is a complete Smalltalk development system for use on Windows 95 or Windows 3.1, and contains all the documentation, sample programs, and step-by-step tutorials necessary for developers to build working client/server applications. More importantly, the clear language, simplified design and powerful interactive environment makes it easier to learn object-oriented programming than with other languages (C++, Java, etc.), or even full-featured Smalltalk environments.

64. CSE-509: Object Oriented Programming - Syllabus
We studey several programming languages, including Java and Smalltalk, so students are exposed to HW 2 smalltalk programming Assignment (1 week)
http://www.cs.pdx.edu/~harry/cse509/syllabus.cse509.w2002.html
CSE-509: Object Oriented Programming - Syllabus
Instructor: Harry Porter
Home Phone: 503-224-0014
Email: harry@cs.pdx.edu
Office space at OGI: Room 146, CSE Central
Office hours: directly after class meetings and by arrangement
Teaching Assistant: ?
Email: ?@cse.ogi.edu
Office: Room ?, CSE Central
Office hours: ?
Course Description:
When and Where:
1600 Building, Room 110-A (#17 on the map), Map of OGI Campus First Class: Monday, January 7, 2002 No class on: January 21 (MLK), February 18 (President's) OGI Weather / Closure Hotline: 503-748-1551 Required Textbooks: Squeak; Object-Oriented Design with Multimedia Applications, by Mark Guzdial. Published by Prentice Hall. ISBN 0-13-028028-3. Recommended Textbooks: Squeak: Open Personal Computing and Multimedia, by Mark Guzdial and Kim Rose. Published by Prentice Hall. ISBN 0-13-028091-7. The Java Programming Language (Third edition), by Ken Arnold, James Gosling, David Holmes. Published by Addison-Wesley. ISBN 0-201-70433-1. For more info, see

65. Advanced Smalltalk
This powerful book/CD package is for experienced Smalltalk programmers who are Beginning where all the other smalltalk programming guides leave off,
http://www.wiley.com/compbooks/catalog/16350-3.htm
Advanced Smalltalk
Jonathan Pletzke
From exception handling to the Internet, the first guide to advanced Smalltalk programming techniques This powerful book/CD package is for experienced Smalltalk programmers who are ready to go on to the next level. Beginning where all the other Smalltalk programming guides leave off, this package arms you with advanced programming techniques and a wealth of insider tips on how to more quickly, efficiently, and cost-effectively develop applications in Smalltalk. While the focus throughout is on the five most popular versions of Smalltalk (VisualWorks, VisualSmalltalk, VisualAge/IBM Smalltalk, SmalltalkAgents, and Enfin), users of other, less widely used Smalltalk environments can benefit from the information in this book. Advanced Smalltalk tells you what you need to know about:
  • Avoiding most common Smalltalk bugs
  • Using patterns and frameworks
  • Supercharging your Smalltalk programs to make them run faster
  • Integrating non-Smalltalk legacy code with your Smalltalk application
  • Storing and retrieving information from relational and object databases
  • Smalltalk on the Internet and its role in electronic commerce
  • The Smalltalk ANSI Standard
  • Implementing neural nets in Smalltalk
  • Style for design and coding in Smalltalk
  • Interview guidelines for Smalltalk programmers
JONATHAN PLETZKE is a consultant specializing in Smalltalk development and programming.

66. Manning: Smalltalk, Objects, And Design
The programming exercises are written on an IBM Smalltalk base. Here s a book that balances handson smalltalk programming with object-oriented design
http://www.manning.com/books/liu/preface
Home Ordering Info Shopping Cart Manage My Account ... Smalltalk, Objects, and Design
Inside the book
Sample Chapters Table of Contents Index Preface ... Source Code
Manning Blog
Why small is sweet?
Author Blogs
Eric Pascarello more...
Author Calendar
Catalog
Java .NET Perl XML ... All by Title
About...
Manning Contact Us FAQs ebooks ... Jobs Manning Publications Co. 209 Bruce Park Avenue Greenwich, CT 06830 Smalltalk, Objects, and Design Chamond Liu ISBN: 132683350 Hardbound print book: $44.00 Currently Out of Stock Send email to webmaster@manning.com for more information.
Preface
This book is about Smalltalk and objects, in more or less balanced measure. By this I mean that there is ample Smalltalk to expose and crystallize in the reader's mind all the important object-oriented design ideas, and not so much as to distract from them. Smalltalk is an excellent vehicle for this task because it is small and simple enough that learning about it intrudes as little as possible on learning about design. Yet it is rich enough to precisely clarify what can otherwise degenerate into academic discussions. By no means is this an advanced book, on either Smalltalk or objects. I have strived to stick to the matters that seasoned Smalltalk developers are fully aware of but consider too obvious to explain. These matters range from what today would be deemed elementary ("What do I mean by an object?") to sophisticated ("Can I reuse a pattern of objects?"), but mostly reside somewhere in the middle ground. I think back to how long (too long) it took me to internalize all these "obvious" matters and imagine that some well-placed explanations along the way could have saved me a good bit of trouble. I hope to save some of you that trouble.

67. Manning: Smalltalk, Objects, And Design
know anything about Smalltalk, and little about programming. Here s a book that balances handson smalltalk programming with object-oriented design in a
http://www.manning.com/books/liu/reviews
Home Ordering Info Shopping Cart Manage My Account ... Smalltalk, Objects, and Design
Inside the book
Sample Chapters Table of Contents Index Preface ... Source Code
Manning Blog
Why small is sweet?
Author Blogs
Eric Pascarello more...
Author Calendar
Catalog
Java .NET Perl XML ... All by Title
About...
Manning Contact Us FAQs ebooks ... Jobs Manning Publications Co. 209 Bruce Park Avenue Greenwich, CT 06830 Smalltalk, Objects, and Design Chamond Liu ISBN: 132683350 Hardbound print book: $44.00 Currently Out of Stock Send email to webmaster@manning.com for more information.
Book Reviews
"Three of my favorite topics are Smalltalk, objects, and design. Chamond Liu's book is the perfect blend of these topics. I heartily recommend this book to practitioners who don't want to read a dry treatment on design methodology or yet another programming book. You will be treated to elements of good design, a historical perspective, design patterns demystified and coded in Smalltalk, and just the right mix of Smalltalk programming and object concepts."
Rebecca Wirfs-Brock, author

68. Holborn Books Online: Smalltalk Programming For Windows
Buy computer books online at Holborn Books, the UK s foremost specialist computer bookseller.
http://www.holbornbooks.co.uk/details.aspx?sn=10290

69. 6.13 -Smalltalk Programming On Data ADAMO
6.13 smalltalk programming on data ADAMO The access to ADAMO data and their mapping in Smalltalk objects are completely independent from the browser
http://ipt.web.cern.ch/IPT/Papers/AimarThesis/EngThesis_60.html
[Next] [Prev] [Up] [Top] ... [Contents] 6. ADAMO data in VisualWorks
6.13 Smalltalk programming on data ADAMO
Till now, the possibility has been shown to execute the ADAMO data edit through the interface developed in VisualWorks. The access to ADAMO data and their mapping in Smalltalk objects are completely independent from the browser development. For this reason we then performed a verification of the possibility of using Smalltalk as a data analysis language for an experiment of particle physics. To test the usability of Smalltalk for particle physics research, the code was developed to execute, without need of interface, the same calls of the browser for the ADAMO initialization, for the GAF opening and for the data loading. After the data reading, the Smalltalk code was developed to perform data handling similar to the one executed from the FORTRAN code distributed as a sample with the ADAMO system. It has been possible simply by developing the Smalltalk code in a single file and, afterwards, dictating to VisualWorks to "load in" the file and to execute it by interpretation. The different efficiency of the two implementations of the relational attributes was tested in this phase. The implementation by means of the identifier implies that for each edit of the relational attribute the object identified by that certain ID is sought in the collection. If the relational attribute is implemented with an OO approach, with the pointer to the object in relationship, such a search would not be necessary, as the relational attribute would contain the pointer to the Smalltalk row object

70. IUniverse Online Book Store: New Books, Back-In-Print Books, Self-Published Book
This reference and text treats the smalltalk programming system and the web of The thrust then is not merely programming in Smalltalk with objects,
http://www.iuniverse.com/bookstore/book_detail.asp?isbn=1583484906

71. Jonathan Pletzke's Smalltalk Book List
this is the mother of all smalltalk programming books. It contains many of the details of basic smalltalk programming, but is aging as the state of the art
http://home.sprynet.com/~jpletzke/booklist.htm
Jonathan's Smalltalk Book List
The Technical Expertise Corporation , 201-734-1990, 201-734-1993 Fax
jpletzke@sprynet.com
, 72603.563@compuserve.com
Keys To The BookList
P ParcPlace VisualWorks
D Digitalk Visual Smalltalk
I IBM VisualAge Smalltalk
V VMARK ObjectStudio
Q QKS SmalltalkAgents
Z Other Smalltalk
1 Novice
2 Beginner 3 Intermediate 4 Advanced = Needs updating
Last, First, Title, Publisher, Year, ISBN, Cost, Pages, Media
Z 3 Bertino, Elisa, and Martino, Lorenzo, Object-Oriented Database Systems: Concepts and Architecture, Addison-Wesley, 1993, ISBN 0-201-62439-7, 264 pages, $27.96 An introduction to object databases better suited for someone with object experience. Written in Italian and translated to English. Budd, Timothy, A Little Smalltalk, Addison Wesley, 1987, ISBN 0-201-10698-1, 280 pages, $32.50 A really neat look at the insides of a limited version of Smalltalk called Little Smalltalk. Discusses many advanced topics like stack frames, etc. A must to understand the concepts of the virtual machine. A book on how to do some object models, with lots of examples and a basic object modeling tool that allows you to save and print models.

72. Advanced Smalltalk Overview Of Chapters
Some of the biggest gotchas of smalltalk programming are presented here, One of the most puzzling concepts to new Smalltalk programmers is how to
http://home.sprynet.com/~jpletzke/astchap.htm
Overview of Chapters
Chapter 1 - Smalltalk History and Concepts A brief history of Smalltalk is presented, from origin to commercialization, to the present day. Some of the key concepts of Smalltalk are summarized here. Chapter 2 - Style This chapter covers many of the elements that contribute to a quality Smalltalk program. Topics include method style, class inheritance, system class changes, dynamic messaging, and documentation. Chapter 3 - Dependencies The dependency mechanism allows one object to be notified when another object changes. This topic is covered with a description of how it works, how to use it, why to use it, and a reference to its use. Chapter 4 - Processes and Threads A brief overview of the concepts of processes and threads and how they apply to parallel processing in Smalltalk is presented, followed by synchronization concepts, examples, and a reference to the thread related classes. Chapter 5 - Exceptions An exception handling system is provided in Smalltalk. This allows programs to handle exceptional events or data without producing an error or crashing. An overview of the concepts is presented, followed by in-depth analysis of each of the Smalltalk mechanisms, how to do it, and a reference. Chapter 6 - Methodology and Project Management These days everyone is selling a methodology. They are all slightly different, take a long time to learn, and may not help you to be more productive immediately. A simple, get-it-done (GID) methodology is presented here, with references and comparisons to the approach of using a standard methodology. The entire project life-cycle is discussed, with an emphasis throughout the chapter on the engineering of a system from "cradle to grave".

73. Computers And Internet ... Smalltalk Category At SunSteam Search
smalltalk programming Language Information About smalltalk programming for Sma This site is about the smalltalk programming language.
http://www.sunsteam.com/directory/Computers_and_Internet/Programming/Smalltalk/
Editors Pick! Advertise with us Submit a site Search Help ... Affiliate program
Fashion Must Haves:
Prada Shoes

Gucci Ties

Hogan Shoes

Diesel Clothing
...
Prada Wallets

Clothing Stores:
Ties or Neckties

Clothes or Clothing

Handbags / Purses
Discount Sunglass ... Boxers or Briefs
Any Term All Terms Entire Directory This Category Only Within your results Home Computers and Internet Programming Smalltalk Results 1 - 20 of 20
  • UnTitled Smalltalk Transcript show:Hello World;cr submitted by: dat93jedidt.mdh.se Joakim Eklund... Bot-Kit for Dolphin Smalltalk and LEGO MindStorms Bot-Kit is a robot control system for use with the LEGO MindStorms TM or Cybermaster TM... CREATE Squeak Smalltalk Page Center for Research in Electronic Art Technology CREATE Dept. of Music, UC Santa Barbara The Squeak Smalltalk Page... Dwight Hughes Website One of my primary goals with this site is to put online many of the classic papers, research, and resources about the Smalltalk environment ... Corporate Smalltalk Consulting Ltd Looking for a senior Smalltalk consultant that is also knowledgeable in macintosh and mainframe technologies, and has had experience with Envy, Sybase, Corba, and Oracle? Or looking for a central site to find Smalltalk consultants?... Pocket Smalltalk Pocket Smalltalk IDE is a free open source programming environment that lets developers write Smalltalk applications for Palm Powered handhelds, and other small devices. Pocket...

74. Biblio: Advanced Smalltalk By : Details
Beginning where all the other smalltalk programming guides leave off, this package arms Supercharging your Smalltalk programs to make them run faster.
http://www.biblio.com/books/isbnnu/41061446.html
View cart
Search for Books By author: By title: By keyword or ISBN: By binding: Any Hardcover Paperback Advanced booksearch Search for multiple books @Biblio Home Search for books Books by subject Rare book room ... Contact us Books by subject Arts Biography Books on Books Gardening ... More subjects
Advanced Smalltalk
Note: Cover may not represent actual copy or condition available Format : Paperback Book condition : Like New Like New. Read publisher notes Add to cart Shipping rates
Seller information
... Printable version
More information
  • Seller Inventory # Edition : Illustrated
  • Format : Paperback ISBN Publisher Date published Pages Size : 8 x 9.25 x 1.25 inches Weight : 2.25 pounds
More books by: Jonathan Pletzke
Offered for sale by
[Back to top] Dot Com Liquidators 3900 hwy 377 south fort worth, Texas 76116 United States Visa, Mastercard, American Express, Discover, PayPal Bookseller terms of sale: Satisfaction guaranteed. Please send all returns back within 14 days of purchase for a full refund.
Product note
[Back to top] CD-ROM included
Publisher notes
[Back to top] This powerful book/CD package is for experienced Smalltalk programmers who are ready to go on to the next level. Beginning where all the other Smalltalk programming guides leave off, this package arms you with advanced programming techniques and a wealth of insider tips on how to more quickly, efficiently, and cost-effectively develop applications in Smalltalk. While the focus throughout is on the five most popular versions of Smalltalk (VisualWorks, VisualSmalltalk, VisualAge/IBM Smalltalk, SmalltalkAgents, and Enfin), users of other, less widely used Smalltalk environments can benefit from the information in this book.

75. Course Description 1997/98 2D1357 Object Oriented Program Construction Using Sma
Coverage of Smalltalk. Programming in Smalltalk. The smalltalk programming environment. Programming principles that take advantage of the properties of
http://www.nada.kth.se/kurser/kth/2D1357/studieh-en.html
Up to the home page of the course (in Swedish) på svenska
Course description 1997/98
2D1357 Object Oriented Program Construction using Smalltalk
KTH credits Lectures Level C Tutorials Grading, KTH U, 3, 4, 5 Lab work Compulsory for D Other Individual work Elective for E, F Periods Language Swedish
Coordinator
Abstract
Second course in computer science focusing on object oriented analysis, modeling, design, and programming using Smalltalk.
Goals
The goals of the course are to give the students
  • thorough knowledge about the principles and concepts behind the object oriented programming paradigm,
  • knowledge about and skills in using methods for the development of object oriented programs, i.e. designing, implementing, and testing,
  • experience of object oriented programming in Smalltalk,
  • experience of an integrated window based programming environment
so that they will be able to
  • use object oriented methods in designing and implementing modern program systems.
Syllabus
Object orientation , principles and concepts: Object, class, instance, attribute, method, inheritance etc. Abstract data types, generic data types, polymorphism. Object oriented analysis, modeling, and design

76. Research Achievements Of Kim Mens
objectoriented programs, and Smalltalk programs in particular. View Browser with the VisualWorks smalltalk programming environment and with the
http://www2.info.ucl.ac.be/ingidocs/people/km/research/KimResearchAchievements.h
skip to: page content links on this page site navigation footer (site information) ... Highlights
Research Achievements of Kim Mens
Home Ongoing Research Research Achievements Teaching ... Université catholique de Louvain
Publications, Projects, Presentations and Collaborations
For a list of my scientific publications reseach projects and networks presentations , or collaborations with other researchers, the navigation buttons on the left will bring you to the corresponding page.
Ph.D. Researchers
My research team is currently composed of the following researchers :
Sebastián González
is doing research on a fine-grained dynamic software composition model to support ambient intelligence and adaptive mobile computing Diego Ordonez will be conducting research on the automatic extraction of higher-level information from source code, in the context of our research project APPAREIL with Rhea Systems S.A. and CWI
Research Tools
Here is a list of tools which I developed or co-developed, or which I use for my research.
  • The SOUL Logic Meta Programming tool enables declarative reasoning about the structure of class-based object-oriented programs, and Smalltalk programs in particular. The program that is reasoned about is reified as logic facts and rules, making SOUL a meta-language for Smalltalk. It is thus possible to query Smalltalk code and reason about relations between static source-code elements. This allows us to express, extract and verify the link between design and implementation.

77. IEEE Transactions On Software Engineering (TSE), Volume 21
Literate smalltalk programming Using Hypertext. 138145 SPiCE A System for Translating Smalltalk Programs Into aC Environment. 902-912
http://www.informatik.uni-trier.de/~ley/db/journals/tse/tse21.html
IEEE Transactions on Software Engineering (TSE) , Volume 21
Volume 21, Number 1, January 1995
Volume 21, Number 2, February 1995

78. Smalltalk Musings
The best place to find out about Smalltalk. the objectoriented smalltalk programming language and the object-based architecture of the OS/400 operating
http://www.cincomsmalltalk.com/userblogs/rademers/blogView?searchCategory=comput

79. Untitled
The following assignments are to be done using a smalltalk programming environment. The recommended system is Smalltalk Express (based on Smalltalk/V) that
http://www.cs.helsinki.fi/u/vihavain/k00/ohpe/exer6.html
Programming Languages - Exercises VI
Tutoring of Smalltalk Project For this week, standard exercises are replaced by tutoring of a Smalltalk project. The goal is to get some hands-on experience in the Smalltalk language and its programming environment . Instead of preparing these tasks as regular excercises, you must later present a written report containing the answers. The time-table, general requirements and other instructions are given in your exercise group The following assignments are to be done using a Smalltalk programming environment. The recommended system is Smalltalk Express (based on Smalltalk/V) that is available and distributed for free. Write a short paper to document this Smalltalk project and the results. Also report briefly on your experiences on using the Smalltalk programming language and its programming environment.
  • Evaluate the following Smalltalk expressions, and determine the produced results. class class class class class class copy copy deepCopy deepCopy #( 'a string') class A := #( 'abcd' (1 2) (3 4) )
    B := A copy
    (B at at put : $c;
  • 80. Object Arts Products
    will make many of your smalltalk programming tasks more straightforward. the power and ease of smalltalk programming to your web based applications.
    http://www.object-arts.com/Products.htm
    This page describes the various products that are available from Object Arts.
    Dolphin Smalltalk XP 5.0 Value Edition (DVE)
    This is the entry-level version of the commercial Dolphin product. It provides you with all of the basic tools you need to be able to develop Windows™ applications in Smalltalk. It includes the following features:
    • Full support for hosting ActiveX controls within the MVP application framework, and for creating ActiveX automation clients and servers. Source management facilities that will allow your development projects to be placed under the control of external source code management tools such as Microsoft SourceSafe and WinCVS. SUnit testing framework for test-first based development. Flexible "Flipper" inspector allows you to explore the object you create to any depth.
    The Value Edition does not include some of the more advanced features that are available in the higher level products, such as refactoring tools, database access, TCP/IP sockets connectivity and the ability to deploy your applications directly to executable (EXE) files. Note, however, that it *is* possible to use DVE to create standalone applications that are not in EXE format. Download Buy Now for Upgrading
    Dolphin Smalltalk XP 5.0

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 4     61-80 of 142    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

    free hit counter