Skip to content

Commit

Permalink
Changed chapter numbers to remove chapter 16. Altered UPPERCASE title…
Browse files Browse the repository at this point in the history
…s to standard format. Modified index to reflect removal of chapter 16.
  • Loading branch information
juneau001 committed Sep 1, 2009
1 parent 505e866 commit b0ed0df
Show file tree
Hide file tree
Showing 9 changed files with 2,394 additions and 2,394 deletions.
2 changes: 1 addition & 1 deletion chapter10.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CHAPTER 10: Jython and Java Integration
Chapter 10: Jython and Java Integration
+++++++++++++++++++++++++++++++++++++++

Java integration is the heart of Jython application development. Most Jython developers are either Python developers that are looking to make use of the vast library that the JVM has to offer, or Java developers that would like to utilize the Python language semantics without migrating to a completely different platform. The fact is that most Jython developers are using it so that they can take advantage of the vast libraries available to the Java world, and in order to do so there needs to be a certain amount of Java integration in the application. Whether you plan to use some of the existing Java libraries in your application, or your interested in mixing some great Python code into your Java application, this chapter is geared to help with the integration.
Expand Down
3 changes: 2 additions & 1 deletion chapter15.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Introduction to Pylons
Chapter 15: Introduction to Pylons
++++++++++++++++++++++++++++++++++

While Django is currently the most popular webframework for Python, it
is by no means your only choice. Where Django grew out of the needs
Expand Down
Loading

0 comments on commit b0ed0df

Please sign in to comment.