Cargando…

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
Clasificación:Libro Electrónico
Autores principales: Juneau, Josh (Autor), Baker, Jim (Autor), Wierzbicki, Frank (Autor), Soto Muoz, Leo (Autor), Ng, Victor (Autor), Ng, Alex (Autor), Baker, Donna L. (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2010.
Edición:1st ed. 2010.
Temas:
Acceso en línea:Texto Completo
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.