The VisualAge for Smalltalk Primer Book With CD-ROM

The VisualAge for Smalltalk Primer Book With CD-ROM PDF Author: Liwu Li
Publisher: Cambridge University Press
ISBN: 9780521646697
Category : Computers
Languages : en
Pages : 402

Get Book Here

Book Description
This book shows developers how to succeed with versions 3.0 and 4.0 of VisualAge.

The VisualAge for Smalltalk Primer Book With CD-ROM

The VisualAge for Smalltalk Primer Book With CD-ROM PDF Author: Liwu Li
Publisher: Cambridge University Press
ISBN: 9780521646697
Category : Computers
Languages : en
Pages : 402

Get Book Here

Book Description
This book shows developers how to succeed with versions 3.0 and 4.0 of VisualAge.

Smalltalk by Example

Smalltalk by Example PDF Author: Alec Sharp
Publisher: McGraw-Hill Companies
ISBN: 9780079130365
Category : Smalltalk (Computer program language)
Languages : en
Pages : 0

Get Book Here

Book Description
As Smalltalk is embraced by a growing number of corporate information systems departments, career prospects for programmers with Smalltalk development skills have never been better. This practical guide takes programmers beyond the basics, teaching them how to develop enteprise-class applications that provide real world solutions.

Smalltalk, Objects, and Design

Smalltalk, Objects, and Design PDF Author: Chamond Liu
Publisher: iUniverse
ISBN: 1583484906
Category : Computers
Languages : en
Pages : 313

Get Book Here

Book Description
More than a guide to the Smalltalk language.

Mastering ENVY/Developer

Mastering ENVY/Developer PDF Author: Joseph Pelrine
Publisher: Cambridge University Press
ISBN: 9780521666503
Category : Computers
Languages : en
Pages : 382

Get Book Here

Book Description
This book is an in-depth exploration of ENVY/Developer, IBM's team programming environment for Smalltalk and Java. Written by well-known experts in the area, it presents both introductory and advanced topics with detailed examples. The first two parts of the book introduce the basics that a developer or development manager must know in order to use ENVY in a project setting, including the development process and the organization of applications. The third part covers advanced programming and customization, including detailed information on administering, troubleshooting, and extending the tools. This book covers VisualAge for Smalltalk, VisualWorks, and VisualAge Generator in detail. In addition, the concepts and management presented within the book apply to VisualAge for Java. Code examples, tools, and add-ons, are available on the supporting Web site.

Object Lessons

Object Lessons PDF Author: Tom Love
Publisher: Cambridge University Press
ISBN: 9780134724324
Category : Computers
Languages : en
Pages : 292

Get Book Here

Book Description
Written for technical managers, project leaders, and applications programmers facing decisions about design and management of large-scale commercial object-oriented software.

Java for the COBOL Programmer

Java for the COBOL Programmer PDF Author: E. Reed Doke
Publisher: Cambridge University Press
ISBN: 9780521658928
Category : Computers
Languages : en
Pages : 388

Get Book Here

Book Description
"Are you a COBOL programmer trying to learn Java? This book is just for you."--BOOK JACKET.

Forthcoming Books

Forthcoming Books PDF Author: Rose Arny
Publisher:
ISBN:
Category : American literature
Languages : en
Pages : 1896

Get Book Here

Book Description


Java Programming by Example

Java Programming by Example PDF Author: Rajiv Sharma
Publisher: CUP Archive
ISBN: 9780521644426
Category : Computers
Languages : en
Pages : 452

Get Book Here

Book Description
This book introduces software developers to Java, the object-oriented programming language of choice for Internet development.

InfoWorld

InfoWorld PDF Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 134

Get Book Here

Book Description
InfoWorld is targeted to Senior IT professionals. Content is segmented into Channels and Topic Centers. InfoWorld also celebrates people, companies, and projects.

Squimera

Squimera PDF Author: Tim Felgentreff
Publisher: Universitätsverlag Potsdam
ISBN: 3869564229
Category : Computers
Languages : en
Pages : 102

Get Book Here

Book Description
Software development tools that work and behave consistently across different programming languages are helpful for developers, because they do not have to familiarize themselves with new tooling whenever they decide to use a new language. Also, being able to combine multiple programming languages in a program increases reusability, as developers do not have to recreate software frameworks and libraries in the language they develop in and can reuse existing software instead. However, developers often have a broad choice with regard to tools, some of which are designed for only one specific programming language. Various Integrated Development Environments have support for multiple languages, but are usually unable to provide a consistent programming experience due to different features of language runtimes. Furthermore, common mechanisms that allow reuse of software written in other languages usually use the operating system or a network connection as the abstract layer. Tools, however, often cannot support such indirections well and are therefore less useful in debugging scenarios for example. In this report, we present a novel approach that aims to improve the programming experience with regard to working with multiple high-level programming languages. As part of this approach, we reuse the tools of a Smalltalk programming environment for other languages and build a multi-language virtual execution environment which is able to provide the same runtime capabilities for all languages. The prototype system Squimera is an implementation of our approach and demonstrates that it is possible to reuse development tools, so that they behave in the same way across all supported programming languages. In addition, it provides convenient means to reuse and even mix software libraries and frameworks written in different languages without breaking the debugging experience.