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...

Descripción completa

Detalles Bibliográficos
Autor principal: Juneau, Josh (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: [New York] : New York : Apress ; distributed by Springer-Verlag 2010.
Edición:1st ed. 2010.
Colección:The expert's voice in software development
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628083506719
Tabla de Contenidos:
  • 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.