Session 1: Introducing Extreme Java

Total Page:16

File Type:pdf, Size:1020Kb

Session 1: Introducing Extreme Java Extreme Java G22.3033-006 Session 1 – Main Theme Introducing Extreme Java Dr. Jean-Claude Franchitti New York University Computer Science Department Courant Institute of Mathematical Sciences Agenda • Course Logistics, Structure and Objectives • Java Programming Language Features • Java Environment Limitations • Upcoming Features in “Tiger” 1.5 • Model Driven Architectures for Java Systems • Java Enterprise Application Enabling • Agile Modeling & eXtreme Programming • Aspect-Oriented Programming & Refactoring • Java Application Performance Enhancement • Readings, Class Project, and Assignment #1a 2 1 Course Logistics • Course Web Site • http://cs.nyu.edu/courses/spring03/G22.3033-006/index.htm • http://www.nyu.edu/classes/jcf/g22.3033-007/ • (Password: extjava) • Course Structure, Objectives, and References • See detailed syllabus on the course Web site under handouts • See ordered list of references on the course Web site • Textbooks • Mastering Java 2, J2SE 1.4 • J2EE: The Complete Reference • Expert One-on-One: J2EE Design and Development 3 Part I Java Features 4 2 Java Features Review • Language Categories • Imperative • Functional • Logic-based • Model-based PL Comparison Framework • Data Model • Behavioral Model • Event Model • Execution, Persistence, etc. • See Session 1 Handout on Java Review 5 J2SE 1.4 Features http://java.sun.com/j2se/1.4/index.html 6 3 J2SE 1.4 Features (continued) • HotSpot virtual machine • Full 64-bit support • Improved garbage collection • Ability to exploit multiprocessing • Optimization of the Java2D API • Classes/API Enhancements and Additions • Internationalization (Unicode 3.0) • JDBC SPI to J2EE Connector architecture • Java.nio, java.util.regex, assertions, JAXP, java.util.properties, java.util.logging • J2SE 1.4.1 Enhancements • http://java.sun.com/j2se/1.4.1/changes.html 7 Java Environment Limitations • No Support for Behavioral Reflection (BR) • Reification is the inverse of reflection (e.g., class loader) • Structural reflection reifies structural aspects of a program (inheritance/data type) • Behavioral reflection reifies computation and their behavior • http://www4.informatik.uni-erlangen.de/Projects/PM/Java/ (JX) • http://www4.informatik.uni-erlangen.de/TR/pdf/TR-I4-97-10.pdf • http://www.dcc.unicamp.br/~oliva/guarana/ • Limited Execution State Control • Hard to implement agent-based systems (e.g., IBM’s agglets project) • Limited Performance • See later slides •etc. 8 4 The JX Operating System http://www4.informatik.uni-erlangen.de/Projects/JX/ 9 New Features in “Tiger” 1.5 http://www.jcp.org/en/jsr/detail?id=176 • Mantis 1.4.2 • Bug fixes and performance improvements •Tiger 1.5 • Generics, similar to templates in C++ • Autoboxing of primitives • Addresses some of the problems with casting • When value types need to be treated as objects, the JVM wraps them within a heap-allocated reference type using a process called boxing • Better support for constants • Programming shortcuts using import statements • Improvements for iterating over collections • Metadata either as a keyword addition or a javadoc feature 10 5 “Tiger” 1.5 Generics http://www.jcp.org/en/jsr/detail?id=176 • Generics feels like C++ Templates++: • Compile time checking • Apply on everything from classes to methods • Support constraints on generic arguments using a where clause •Example • interface IComparable<T> { int CompareTo(T obj); } class Dictionary<K, V>: IDictionary<K, V> where K: IComparable<K>, V: IKeyProvider<K>, V: IPersistable, V: new() { ... } 11 Part II Software Architectures Engineering and Java Enterprise Application Enabling 12 6 Enterprise Software Foundations • Enterprise Architecture Model • Business Architecture • Application Architecture • Technical Architecture • Object-Oriented Software Development • Iterative/Incremental Development Process • OO Concepts (modularity, encapsulation, abstraction, reuse) • Component-Based Software Development • Process paired with OO Development • Canned component models 13 Enterprise Architectures Enablers • User Interfacing • XHTML, XML, AWT, Swing, thinlets, etc. • Distributed Communications Enabling • TCP/IP, Java IDL, CORBA, RMI/IIOP, DCOM, etc. • Services for Distributed Communications • JNDI, CORBA Trading, JINI, JAF, JMS, JavaMail, JTA/JTS, JAAS/JCE/JSSE, etc. • Data Enabling • JDBC, SQLJ, EJB-QL, CMP/BMP, etc. • Systems Assurance • Security, Reliability, Availability, Maintainability, Safety • Web Enabling • Java Web Start, Servlets, JSP, XSP, etc. • Application Enabling • Web Services, EJB, EAI/B2Bi, JCA, JMX, Java XML Pack, JAXB, etc. 14 7 Software Development Infrastructure • OO Development •UML • OOPLs (Java, C++, C#, Jython, etc.) • Component-Based Development • UML (patterns, frameworks), MOF, XMI • Web Services, Java Web Start, JavaBeans, CORBA, RMI/IIOP, DCOM, Java APIs (J2SE foundation classes), J2EE (Servlets, JSPs, EJBs), CORBAcomponents, Microsoft COM+/DNA/.Net, etc. • JPDA (Java Platform Debugger Architecture) 15 Distributed Communications Enabling Underlying Protocols •TCP/IP • Web/HTTP, SSL • XMLP, SOAP • CORBA/IIOP, GIOP, HTTP-NG •RMI/JRMP • RMI/IIOP •DCOM 16 8 Distributed Communications Enabling Core Common Services • Naming • DNS, JNDI • Directory • NIS, NDS, LDAP, Microsoft Active Directory • Trading • CORBA Trading Service, JINI • Activation • CORBA LifeCycle Service, Java Activation Framework • Messaging • JMS, JavaMail, CORBA Events/Messaging/Notification • Transaction • CORBA OTS, JTS, JTA • Security • JSSE, JCE, JAAS 17 Sample Enterprise Application Design • See Sub-Topic 1 Presentation: • Best Practices in Technical Architectures for Fixed Income Market Participants 18 9 The first level of automation ~ 30 Years (Platform independent to platform specific model projection) Programming IDEs (e.g. JBuilder, Visual Age, NetBeans) Environment •Higher level of expression PIM Programming Language •Easier to understand •Portable •Standardized •Dependable Generator, •Flexible Projection Compiler Engine •Configurable •Optimizing •Complete: Linker, Debugger, Etc. PSM Diverse HW/OS Platforms 19 MDA= New automation levels ~ Last 8 Years http://www.omg.org/mda Architectural IDEs Environment •Higher level of expression PIM Model (UML, BOM…) & •Easier to Modeling Style (J2EE, eEPC, COBOL, .NET…) understand •Portable •Standardized •Dependable Generator, •Flexible Generator Engine Projection •Configurable •Debuggable •Optimizing Models to Code •Complete Models to Models P-Stack: A Level of Automation PSM 20 10 Architectural IDEs http://www.io-software.com, The Unified Process Std. MDA Projections ArcStyler Core Modules J2EE/EJB, .NET BEA WebLogic Open MDA/UML/XML Repository MDA Cartridges Business Pattern UML MDA-Engine Build, IBM WAS NT, z/OS Object Refinement Refinement Engine Deploy & Test with Meta IDE Modeler Assistant Assistant Support Borland, JBoss Optional integrated Tools IDS ARIS Rational Rose Programming IDE Oracle, IONA Architect MDA-Cartridge IDE & MDA Engine Edition adds support for custom infrastructure 21 Part III Mainstream Modeling and Programming Techniques http://www.agilemodeling.com/essays/agileModelingXP.htm 22 11 eXtreme Programming (XP) http://www.extremeprogramming.org/ • A lightweight software methodology • Few rules and practices or ones which are easy to follow • Emphasizes customer involvement and promotes team work • See XP’s rules and practices at http://www.extremeprogramming.org/rules.html 23 eXtreme Programming Project 24 12 XP Project Lifecycle 25 Agile Modeling & XP http://www.agilemodeling.com/, http://www.agilemodeling.com/resources.htm • Practices-based software process whose scope is to describe how to model and document in an effective and “agile” manner • One goal is to address the issue of how to apply modeling techniques on software projects taking an agile approach such as: • eXtreme Programming (XP) • Dynamic Systems Development Method (DSDM) • SCRUM •etc. • Using modeling throughout the XP lifecycle • http://www.agilemodeling.com/essays/agileModelingXPLifecycle.htm 26 13 Aspect-Oriented Programming http://www2.parc.com/csl/projects/aop • Technology for separation of concerns (SOC) in software development • AOSD makes it possible to modularize crosscutting aspects of a system such as • Design or architectural constraints • Systemic properties or behaviors (e.g., logging and error recovery) • Features •etc. 27 AspectJ http://aspectj.org • A seamless aspect-oriented extension to Java • Enables the modular implementation of a wide range of crosscutting concerns • Compilers • AspectJ (www.aspectj.org) • HyperJ (www.alphaworks.ibm.com/tech/hyperj) 28 14 AspectJ Example http://www.voelter.de/data/articles/aop/aop.html 01 aspect DataLog { 02 advise * Worker.performActionA(..), * Worker.performActionB(..) { 03 static after { 04 if ( thisResult == true ) 05 System.out.println( "Executed "+thisMethodName+ 06 "successfully!" ); 07 else 08 System.out.println( "Error Executing "+ 09 thisMethodName ); 10 } 11 } 12 } 29 Refactoring http://www.refactoring.com/ • Technique to restructure code in a disciplined way • Small code changes (a.k.a., refactorings) are applied to support new requirements and/or keep design as simple as possible • Enables programmers to safely and easily evolve their code to fulfill new requirements or improve its quality • Refactoring is a fundamental coding practice of XP and is orthogonal to Agile Modeling, which does not address programming-related issues • See Java refactoring guidelines at • http://www.cafeaulait.org/slides/javapolis/refactoring/ • Refactoring tools: • Eclipse
Recommended publications
  • The Development of Smalltalk Topic Paper #7
    The Development of Smalltalk Topic Paper #7 Alex Laird Max Earn Peer CS-3210-01 Reviewer On Time/Format 1 2/4/09 Survey of Programming Languages Correct 5 Spring 2009 Clear 2 Computer Science, (319) 360-8771 Concise 2 [email protected] Grading Rubric Grading Total 10 pts ABSTRACT Dynamically typed languages are easier on the compiler because This paper describes the development of the Smalltalk it has to make fewer passes and the brunt of checking is done on programming language. the syntax of the code. Compilation of Smalltalk is just-in-time compilation, also known Keywords as dynamic translation. It means that upon compilation, Smalltalk code is translated into byte code that is interpreted upon usage and Development, Smalltalk, Programming, Language at that point the interpreter converts the code to machine language and the code is executed. Dynamic translations work very well 1. INTRODUCTION with dynamic typing. Smalltalk, yet another programming language originally developed for educational purposes and now having a much 5. IMPLEMENTATIONS broader horizon, first appeared publically in the computing Smalltalk has been implemented in numerous ways and has been industry in 1980 as a dynamically-typed object-oriented language the influence of many future languages such as Java, Python, based largely on message-passing in Simula and Lisp. Object-C, and Ruby, just to name a few. Athena is a Smalltalk scripting engine for Java. Little Smalltalk 2. EARLY HISTORY was the first interpreter of the programming language to be used Development for Smalltalk started in 1969, but the language outside of the Xerox PARC.
    [Show full text]
  • The Cedar Programming Environment: a Midterm Report and Examination
    The Cedar Programming Environment: A Midterm Report and Examination Warren Teitelman The Cedar Programming Environment: A Midterm Report and Examination Warren Teitelman t CSL-83-11 June 1984 [P83-00012] © Copyright 1984 Xerox Corporation. All rights reserved. CR Categories and Subject Descriptors: D.2_6 [Software Engineering]: Programming environments. Additional Keywords and Phrases: integrated programming environment, experimental programming, display oriented user interface, strongly typed programming language environment, personal computing. t The author's present address is: Sun Microsystems, Inc., 2550 Garcia Avenue, Mountain View, Ca. 94043. The work described here was performed while employed by Xerox Corporation. XEROX Xerox Corporation Palo Alto Research Center 3333 Coyote Hill Road Palo Alto, California 94304 1 Abstract: This collection of papers comprises a report on Cedar, a state-of-the-art programming system. Cedar combines in a single integrated environment: high-quality graphics, a sophisticated editor and document preparation facility, and a variety of tools for the programmer to use in the construction and debugging of his programs. The Cedar Programming Language is a strongly-typed, compiler-oriented language of the Pascal family. What is especially interesting about the Ce~ar project is that it is one of the few examples where an interactive, experimental programming environment has been built for this kind of language. In the past, such environments have been confined to dynamically typed languages like Lisp and Smalltalk. The first paper, "The Roots of Cedar," describes the conditions in 1978 in the Xerox Palo Alto Research Center's Computer Science Laboratory that led us to embark on the Cedar project and helped to define its objectives and goals.
    [Show full text]
  • MVC Revival on the Web
    MVC Revival on the Web Janko Mivšek [email protected] @mivsek @aidaweb ESUG 2013 Motivation 30 years of Smalltalk, 30 years of MVC 34 years exa!tly, sin!e "#$# %ot in JavaScri&t MVC frameworks 'or Sin(le)*age and +ealtime web a&&s ,e Smalltalkers s-ould respe!t and revive our &earls better Contents MVC e &lained %istory /sa(e in !.rrent JavaScri&t frameworks /sa(e in Smalltalk C.rrent and f.t.re MVC in 0ida/Web MVC Explained events Ar!hite!tural desi(n &attern - Model for domain s&e!ifi! data and logi! View updates Controller ) View for &resentation to t-e .ser ) Controller for intera!tions wit- t-e .ser UI and .&datin( domain model Domain changes Main benefit: actions observing ) se&aration of !on!erns Model MVC based on Observer pattern subscribe ) 3bserver looks at observee Observer changed - 3bservee is not aware of t-at s u 4e&enden!y me!-anism2 B t n - 3bserver is de&endent on 3bservee state e observing v - 3bservee m.st re&ort state !-an(es to 3bserver E b - *.b/S.b Event 6.s de!ou&les 3bservee from u S / 3bserver to &reserve its .nawarnes of observation b u changed P Observee Main benefit: (Observable) ) se&aration of !on!erns Multiple observers subscribe - M.lti&le observers of t-e same 3bservee Observer changed - 7n MVC an 3bservee is View and 3bservee is domain Model, t-erefore2 s u B t - many views of t-e same model n e observing v - many a&&s E b - many .sers u S / - mix of all t-ree !ases b u Observee changed P (Observable) Example: Counter demo in Aida/Web M.lti.ser realtime web !ounter exam&le -ttp://demo.aidaweb.si – !li!k Realtime on t-e left – !li!k De!rease or In!rease to c-an(e counter – !ounter is c-an(ed on all ot-er8s browsers History of MVC (1) 7nvented by 9rygve +eenska.g w-en -e worked in "#$:1$# wit- Alan ;ay's group on <ero *arc on Smalltalk and Dynabook – 'inal term Model)View)Controller !oined 10.
    [Show full text]
  • Dynamic Object-Oriented Programming with Smalltalk
    Dynamic Object-Oriented Programming with Smalltalk 1. Introduction Prof. O. Nierstrasz Autumn Semester 2009 LECTURE TITLE What is surprising about Smalltalk > Everything is an object > Everything happens by sending messages > All the source code is there all the time > You can't lose code > You can change everything > You can change things without restarting the system > The Debugger is your Friend © Oscar Nierstrasz 2 ST — Introduction Why Smalltalk? > Pure object-oriented language and environment — “Everything is an object” > Origin of many innovations in OO development — RDD, IDE, MVC, XUnit … > Improves on many of its successors — Fully interactive and dynamic © Oscar Nierstrasz 1.3 ST — Introduction What is Smalltalk? > Pure OO language — Single inheritance — Dynamically typed > Language and environment — Guiding principle: “Everything is an Object” — Class browser, debugger, inspector, … — Mature class library and tools > Virtual machine — Objects exist in a persistent image [+ changes] — Incremental compilation © Oscar Nierstrasz 1.4 ST — Introduction Smalltalk vs. C++ vs. Java Smalltalk C++ Java Object model Pure Hybrid Hybrid Garbage collection Automatic Manual Automatic Inheritance Single Multiple Single Types Dynamic Static Static Reflection Fully reflective Introspection Introspection Semaphores, Some libraries Monitors Concurrency Monitors Categories, Namespaces Packages Modules namespaces © Oscar Nierstrasz 1.5 ST — Introduction Smalltalk: a State of Mind > Small and uniform language — Syntax fits on one sheet of paper >
    [Show full text]
  • As We May Communicate Carson Reynolds Department of Technical Communication University of Washington
    As We May Communicate Carson Reynolds Department of Technical Communication University of Washington Abstract The purpose of this article is to critique and reshape one of the fundamental paradigms of Human-Computer Interaction: the workspace. This treatise argues that the concept of a workspace—as an interaction metaphor—has certain intrinsic defects. As an alternative, a new interaction model, the communication space is offered in the hope that it will bring user interfaces closer to the ideal of human-computer symbiosis. Keywords: Workspace, Communication Space, Human-Computer Interaction Our computer systems and corresponding interfaces have come quite a long way in recent years. We no longer patiently punch cards or type obscure and unintelligible commands to interact with our computers. However, out current graphical user interfaces, for all of their advantages, still have shortcomings. It is the purpose of this paper to attempt to deduce these flaws by carefully examining our earliest and most basic formulation of what a computer should be: a workspace. The History of the Workspace The modern computerized workspace has its beginning in Vannevar Bush’s landmark article, “As We May Think.” Bush presented the MEMEX: his vision of an ideal workspace for researchers and scholars that was capable of retrieving and managing information. Bush thought that machines capable of manipulating information could transform the way that humans think. What did Bush’s idealized workspace involve? It consists of a desk, and while it can presumably be operated from a distance, it is primarily the piece of furniture at which he works. On top are slanting translucent screens, on which material can be projected for convenient reading.
    [Show full text]
  • Creating Graphical User Interfaces
    i i \main" 2004/6/14 page 355 i i C H A P T E R 15 Creating Graphical User Interfaces 15.1 WHERE DO GRAPHICAL USER INTERFACES COME FROM? 15.2 CREATING A BASIC GRAPHICAL USER INTERFACE 15.3 CALLBACKS AND LAYOUT MANAGERS 15.4 USING SCROLLING LISTS Chapter Learning Objectives ² To make graphical user interfaces out of components such as windows, text ¯elds, buttons, and scrolling lists. ² To use callbacks to handle user interface events. ² To use trees for conceptualizing user interface structure. 15.1 WHERE DO GRAPHICAL USER INTERFACES COME FROM? The ¯rst computers were incredibly painful and tedious to work with. You \pro- grammed" them by literally rewiring them. There wasn't a screen, so you couldn't have a \graphical" user interface at all. Our common experience of using a keyboard to interact with the computer didn't come until much later. In the late 1960's, the dominant mode of interaction with the computer was through punched cards. Using a keyboard on a card punch machine, you prepared your instructions for the computer on pieces of cardboard that were then ordered in the right sequence and loaded into the computer. Heaven help the person who dropped her stack of cards and had to re-order hundreds of cards of a large program! The output from the computer back to the programmer was typically large piles of paper printouts, though was some starting work with computer music and computer graphics (on specialized, expensive monitors). In the 1960's and 1970's, computer scientists began envisioning a new role for the computer in its interaction with humans.
    [Show full text]
  • Comparative Studies of 10 Programming Languages Within 10 Diverse Criteria Revision 1.0
    Comparative Studies of 10 Programming Languages within 10 Diverse Criteria Revision 1.0 Rana Naim∗ Mohammad Fahim Nizam† Concordia University Montreal, Concordia University Montreal, Quebec, Canada Quebec, Canada [email protected] [email protected] Sheetal Hanamasagar‡ Jalal Noureddine§ Concordia University Montreal, Concordia University Montreal, Quebec, Canada Quebec, Canada [email protected] [email protected] Marinela Miladinova¶ Concordia University Montreal, Quebec, Canada [email protected] Abstract This is a survey on the programming languages: C++, JavaScript, AspectJ, C#, Haskell, Java, PHP, Scala, Scheme, and BPEL. Our survey work involves a comparative study of these ten programming languages with respect to the following criteria: secure programming practices, web application development, web service composition, OOP-based abstractions, reflection, aspect orientation, functional programming, declarative programming, batch scripting, and UI prototyping. We study these languages in the context of the above mentioned criteria and the level of support they provide for each one of them. Keywords: programming languages, programming paradigms, language features, language design and implementation 1 Introduction Choosing the best language that would satisfy all requirements for the given problem domain can be a difficult task. Some languages are better suited for specific applications than others. In order to select the proper one for the specific problem domain, one has to know what features it provides to support the requirements. Different languages support different paradigms, provide different abstractions, and have different levels of expressive power. Some are better suited to express algorithms and others are targeting the non-technical users. The question is then what is the best tool for a particular problem.
    [Show full text]
  • CSCI-344 Programming Language Concepts (Section 3)
    CSCI-344 Programming Language Concepts (Section 3) Lecture 18 Introduction to Smalltalk Instructor: Hossein Hojjat October 19, 2016 Smalltalk: Grandparent of all object-oriented languages 1 Traveling upward (in the picture) through heavy seas we come to the pinnacle, a snow white island rising like an ivory tower out of the surrounding shark infested waters. Here we find the fantastic kingdom of Smalltalk, where great and magical things happen. But alas ... the craggy aloofness of the kingdom of Smalltalk keeps it out of the mainstream of things. (Byte Magazine August 1978, p. 18) 2 Xerox PARC • It all started here, in Rochester! • In early seventies Xerox corporation (Rochester) started a second research center in west coast Xerox PARC (Palo Alto Research Center Incorporated) • PARC was the driving force behind many inventions in modern computing - Laser printers - Computer-generated bitmap graphics - Graphical user interface - WYSIWYG text editor - Ethernet as a local-area computer network - Object-oriented programming (Smalltalk) 3 Xerox PARC 4 Alan Kay • In 1968 Kay created a revolutionary concept: “A Personal Computer For Children Of All Ages” • Thin portable computer, highly dynamic device that weighed no more than two pounds • It embodied all the elements of a graphical user interface, or GUI • Software component of this research was Smalltalk - Smalltalk went on to have a life of its own independent of the concept 5 Implementations • Smalltalk-80 was the first language variant made available outside of PARC • Squeak is a modern, open-source, highly portable, fast, full-featured Smalltalk implementation - Derived directly from Smalltalk-80 original Smalltalk-80 code 6 Basic Concepts • Smalltalk is a pure object oriented language • Everything in Smalltalk is an object! - Basic primitive types (integers) are objects - Every value is an object: number 5 is an object - ..
    [Show full text]
  • Croquet: a Collaboration System Architecture
    Croquet: A Collaboration System Architecture David A. Smith, Alan Kay, Andreas Raab, David P. Reed VPRI Technical Report TR-2003-002 Viewpoints Research Institute, 1025 Westwood Blvd 2nd flr, Los Angeles, CA 90024 t: (310) 208-0524 VPRI Technical Report TR-2003-002 Croquet A Collaboration System Architecture David A. Smith Alan Kay 1 Andreas Raab David P. Reed 104 So. Tamilynn Cr. 1209 Grand Central Ave University of MIT Media Laboratory Cary NC, 27513 Glendale, CA 91201 Magdeburg, Germany 20 Ames Street davidasmith@ alan.kay@ andreas.raab@ Room E15-492 bellsouth.net viewpointsresearch.orG squeakland.orG CambridGe, MA 02139 [email protected] ABSTRACT1 this question was asked lonG aGo, and the strenGth of the Croquet [18] is a computer software architecture built from answer has successfully carried us for a quarter century. On the Ground up with a focus on deep collaboration between the other hand, the current environments are really just the teams of users. It is a totally open, totally free, highly thin veneer over what even lonG aGo were seriously portable extension to the Squeak [5] proGramminG system. outmoded approaches to development and desiGn. Many of Croquet is a complete development and delivery platform the really Good fundamental ideas that people had were left for doinG real collaborative work. There is no distinction on the cuttinG room floor. between the user environment and the development environment. great deal has happened in the last few decades that allows Croquet is focused on interactions inside of a 3D shared for some fundamentally new approaches that could not have space that is used for context based collaboration, where been considered at the time.
    [Show full text]
  • Silicon Valley Inventor of 'Cut, Copy and Paste' Dies 20 February 2020
    Silicon Valley inventor of 'cut, copy and paste' dies 20 February 2020 cutting portions of printed text and affixing them elsewhere with adhesive. "Tesler created the idea of 'cut, copy, & paste' and combined computer science training with a counterculture vision that computers should be for everyone," the Computer History Museum in Silicon Valley tweeted Wednesday. The command was made popular by Apple after being incorporated in software on the Lisa computer in 1983 and the original Macintosh that debuted the next year. Tesler worked for Apple in 1980 after being Lawrence "Larry" Tesler, who invented the "cut, copy recruited away from Xerox by late co-founder Steve and paste" command, died on Monday Jobs. Tesler spent 17 years at Apple, rising to chief scientist. Silicon Valley on Wednesday was mourning a pioneering computer scientist whose He went on to establish an education startup and accomplishments included inventing the widely do stints in user-experience technology at Amazon relied on "cut, copy and paste" command. and Yahoo. Bronx-born Lawrence "Larry" Tesler died this week © 2020 AFP at age 74, according to Xerox, where he spent part of his career. "The inventor of cut/copy & paste, find & replace, and more was former Xerox researcher Larry Tesler," the company tweeted. "Your workday is easier thanks to his revolutionary ideas. Larry passed away Monday, so please join us in celebrating him." A graduate of Stanford University, Tesler specialized in human–computer interaction, employing his skills at Amazon, Apple, Yahoo, and the Xerox Palo Alto Research Center (PARC). The cut and paste command was reportedly inspired by old time editing that involved actually 1 / 2 APA citation: Silicon Valley inventor of 'cut, copy and paste' dies (2020, February 20) retrieved 28 September 2021 from https://techxplore.com/news/2020-02-silicon-valley-inventor-dies.html This document is subject to copyright.
    [Show full text]
  • Backing by Cincom
    Cincom Smalltalk™ The perfect solution for delivering applications on time and under budget. Cincom SmalltalkTM Deliver Perfect Applications at the Speed of Thought Cincom Smalltalk is a cross-platform development Current Release Products and Services technology that helps developers quickly and efficiently build applications—from classic client/server systems to For four decades a market-leading development highly scalable web applications. language and in its second decade under Cincom leadership, Cincom Smalltalk is a rich set of application Cincom Smalltalk’s frameworks give you tactical and development environments and tools. Cincom Smalltalk strategic advantages over Java, Ruby, PHP, Eclipse, is ideally suited for users who need to build custom and Visual Studio, helping you develop software with applications to support complex, rapidly changing unparalleled productivity and fast reaction time, so you business requirements to meet urgent time-to-market deliver perfect applications at the speed of thought. needs. • ObjectStudio combines a native Windows environment with access to the extensive VisualWorks libraries. Cincom Smalltalk’s Value to You ObjectStudio delivers perfect Windows applications faster with a modeling tool that simplifies development ® With any of Cincom Smalltalk’s frameworks—ObjectStudio and design, and a mapping tool that simplifies storage ® for native Windows applications, VisualWorks for cross- and retrieval of data from the relational database, TM platform development, or Web Velocity for web enhances deployment, and speeds delivery time and applications—you get unparalleled productivity and fast ROI. ObjectStudio 8 is the first and only Smalltalk reaction time to changing business realities for tactical environment to receive Microsoft’s Vista certification. and strategic advantages over your competition.
    [Show full text]
  • Smalltalk Reading List
    Smalltalkreading list Smalltalk introduced the world to Object Much of the genesis of Smalltalk is explained Smalltalk was created over the course of a For the history in Silicon Valley leading up to Oriented programming, a way of representing in Alan Kay’s Personal Computer for Children decade starting in 1970 at Xerox’s Palo Alto the inspiration and creation of Smalltalk, see software as a network of interconnected and of All Ages wherein he describes the Research Center (better known as Xerox PARC) John Markoff’s What the Dormouse Said. intercommunicating little computers. It has Dynabook computer. The Dynabook was to be by the company’s Learning Research Group. influenced nearly every programming a personal dynamic computer, with a flat language since, including Objective C, Java, screen and a keyboard (today’s iPads bear a When people think about Smalltalk as a and Swift. striking resemblance). professional programming language it’s almost always Smalltalk-80 (released in This reading list contains books, essays, and The Dynabook’s system software was 1980) they’re thinking about, but in fact videos detailing the time and place from intended to be built and modified by anyone, Smalltalk had dozens of versions and which Smalltalk emerged, the mindsets and for books and music, but more importantly for revisions in the preceding decade. visions of its creators, and the influences understanding complex systems. Smalltalk has had on computer systems and Smalltalk was originally intended as a their programming languages. The Smalltalk software and hardware that medium of expression, and not as a For the history of Xerox PARC in the decade came out of Xerox PARC were in direct pursuit professional developer tool until much later.
    [Show full text]