Limit this search to....

Jython Essentials
Contributor(s): Pedroni, Samuele (Author), Rappin, Noel (Author)
ISBN: 0596002475     ISBN-13: 9780596002473
Publisher: O'Reilly Media
OUR PRICE:   $33.24  
Product Type: Paperback - Other Formats
Published: April 2002
Qty:
Annotation: "Jython Essentials" provides a solid introduction to the language, with valuable reference material and examples. Pedroni and Rappin show programmers Jython's advantages in writing tests, playing with Java libraries, and adding scripting to applications. The book has been reviewed by the people behind the language.
Additional Information
BISAC Categories:
- Computers | Programming - Object Oriented
- Computers | Programming Languages - Java
- Computers | Programming Languages - Javascript
Dewey: 005.133
LCCN: 2003266066
Physical Information: 0.66" H x 6.03" W x 9.02" (0.92 lbs) 300 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

Jython is an implementation of the Python programming language written in 100% pure Java, so it runs under any compliant Java Virtual Machine. The secret to Jython's popularity lies in the combination of Java's librariesand tools with Python's rapid development capabilities. With Jython, you can write Python programs that integrate seamlessly with any Java code. And like Python, Jython can be used interactively, so you can get immediate results as you are programming.Jython Essentials provides a solid introduction to the Python language, offering a brief but thorough tour of the Python concepts you'll need to understand to use Jython effectively. The book makes frequent comparisonsbetween Python and Java, with special emphasis on the different object-oriented semantics of the two languages, so Java programmers can quickly get up to speed with Jython.Jython Essentials also covers the various ways in which Jython and Java can interact. For example, Jython code can create instances of pre-existing Java classes and call methods in those instances. You can write Jython classes that are direct subclasses of existing Java classesand use introspection to discern the capabilities of JavaBeans components. This book provides examples of using Jython with existing Java libraries, including the Swing GUI toolkit, the JDBC database API, the Servlet API, and various XML tools. And finally, the book shows howJython can be used as a scripting language within a Java program.With Jython Essentials, you have everything you need to start creating applications that mix the best of Python's interactivity and Java's robust libraries.


Contributor Bio(s): Rappin, Noel: -

Noel Rappin has a Ph.D. in computer science from the Georgia Institute of Technology, where his research included methods for teaching Object-Oriented Programming and Design. He has extensive production experience in both Java and Python. Noel also contributed an introductory chapter to the book Squeak: Open Personal Computing and Multimedia (PH).

Pedroni, Samuele: -

Samuele Pedroni is one of the main Jython developers. He holds a CS flavored diploma in mathematics from the ETH Zurich (Swiss institute of technology in Zurich). He is now a teacher and research assistant at the Institute of Theoretical CS. He plans to come to the US for a PhD in the field of dynamic languages and dynamic compilation. He came to Jython with the interest in improving it with respect to Java importing and reloading. He has developed several important patches related to java integration, classloaders, and the reworking of java/python importing rules and design.