The Definitive Guide to Jython Python for the Java Platform

Jython is an open source implementation of the high-level, dynamic, object-oriented scripting language Python seamlessly integrated with the Java platform. The predecessor to Jython, JPython, is certified as 100% Pure Java. Jython is freely available for both commercial and noncommercial use and is...

Full description

Bibliographic Details
Main Authors: Juneau, Josh, Baker, Jim (Author), Wierzbicki, Frank (Author), Soto Muoz, Leo (Author)
Format: eBook
Language:English
Published: Berkeley, CA Apress 2010, 2010
Edition:1st ed. 2010
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • Jython Basics: Learning the Language
  • Language and Syntax
  • Data Types and Referencing
  • Operators, Expressions, and Program Flow
  • Defining Functions and Using Built-ins
  • Input and Output
  • Object-Oriented Jython
  • Exception Handling and Debugging
  • Modules and Packages for Code Reuse
  • Using the Language
  • Scripting With Jython
  • Jython and Java Integration
  • Using Jython in an IDE
  • Databases and Jython: Object Relational Mapping and Using JDBC
  • Developing Applications with Jython
  • Simple Web Applications
  • Web Applications With Django
  • to Pylons
  • GUI Applications
  • Deployment Targets
  • Strategy and Technique
  • Testing and Continuous Integration
  • Concurrency