Differences between revisions 249 and 329 (spanning 80 versions)
Revision 249 as of 2010-01-28 18:01:03
Size: 3849
Comment: Undo spam
Revision 329 as of 2015-04-30 18:01:14
Size: 3847
Editor: JimBaker
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
''The purpose of a programming language is to let software developers express their intentions as simply and directly as possible. - JimHugunin''

------

= Jython 2.5.1 final has been released! =
(Released on Sept 26, 2009)

Download [[https://sourceforge.net/projects/jython/files/jython/2.5.1/jython_installer-2.5.1.jar/download]]

This release requires a Java Development Kit for Java 1.5 or a later release (such as JDK 6).

== Release Notes ==

=== PyDev/Eclipse ===

You can get this working with !PyDev and Eclipse with minimal effort. When you run the installer, choose to install all (including source code). When you try to debug an !PyDev application you will get 1 or 2 attribute errors. Click on the attribute error and comment out the line in error. Repeat for each error that needs fixing (takes about 2 minutes). After that everything will work fine.

= Previous Versions =

= Jython 2.5.0 =
(Released on June 8, 2009.)

(!) [[http://sourceforge.net/projects/jython/files/jython/jython_installer-2.5.0.jar|Download 2.5.0 from sourceforge]] (!)

This release requires a Java Development Kit for Java 1.5 or a later release (such as JDK 6).

= Jython 2.2.1 =
(!) [[http://downloads.sourceforge.net/jython/jython_installer-2.2.1.jar|Download Jython 2.2.1 from sourceforge]] (!)

(Released on Aug 22, 2007.)

-----
Line 37: Line 5:

----
''The purpose of a programming language is to let software developers express their intentions as simply and directly as possible. - JimHugunin''
----
Line 42: Line 15:
'''Starting points for users:'''
Line 44: Line 16:
== Starting points for users ==

 * JythonReleaseNotes: Release notes for Jython 2.7.0
 * JythonFaq: Frequently asked questions about Jython
 * DocumentationAndEducation: Users Guide, learning Jython and Examples
 * JythonUsers
 * [[http://wiki.python.org/jython/JythonMonthly/Newsletters|JythonMonthly]]: a monthly newsletter of Jython news and tips
 * PackageScanning: How Jython decides what jars to scan and how to influence its decision making
 * NonEnglish: Read about Jython in other languages
 * IrcChannel: IRC channel page (#jython at irc.freenode.net)
 * JythonLogo: Jython Logo
Line 45: Line 28:
 * DocumentationAndEducation: Users Guide, learning Jython and Examples
 * JythonFaq: Frequently asked questions about Jython
 * JythonUsers
 * [[http://wiki.python.org/jython/JythonMonthly/Newsletters|JythonMonthly]]: a monthly newsletter of Jython news and tips.
 * PackageScanning: How Jython decides what jars to scan and how to influence its decision making.
 * NonEnglish: Read about Jython in other languages.
 * IrcChannel: #jython at [[irc://irc.freenode.net|Freenode.net]]
 * JythonImages: Jython Logo & Fan Art
'''Starting points for developers:'''

== Beyond the Basics for Users ==
 * ConsoleChoices: Settings that enable line editing at the interpreter prompt
 * ReadlineSetup: Line-editing at the prompt with GNU Readline or Editline (possibly out of date info)

== Starting points for developers ==
Line 56: Line 36:
 * JythonDeveloperGuide: Getting started with the source code.
 * WhosDoingWhat: A weak stab at project management.
 * SummerOfCode: Projects suitable for the Google Summer of Code.
 * ModulesOverview: An overview of various modules.
 * RoadMap: Where the rubber hits for 2.5.
 * JythonDeveloperGuide: Getting started with the source code
 * WhosDoingWhat: A weak stab at project management
 * SummerOfCode: Projects suitable for the Google Summer of Code
 * ModulesOverview: An overview of various modules
 * RoadMap: Where the rubber hits for 2.6
 
== Administrative ==
Line 62: Line 44:
'''''Important:''' To edit pages in this wiki, you must first create a login account. If the word UserPreferences or Login (and not your name) appears at top of this page, click on it and fill it out first. If you see your name instead or near UserPreferences, then you have already done this step. If you see neither go to UserPreferences and create your account.''' ''''' ==== Editing pages ====

Since spamming and vandalism on this wiki has reached a level that is starting to require daily intervention, new users are no longer allowed to edit pages.

If you want to edit a page and have just signed up, or you find that you can no longer edit a page that you could edit before, please write to the jython-users@lists.sourceforge.net mailing list, stating your account name and your intended edits and we'll add you to the EditorsGroup.

Sorry for the inconvenience, but we want to keep this wiki a useful tool for the community, while at the same time need to prevent wiki admin burnout effects.


==== HTTPS access to the Wiki ====

We have enabled HTTPS access to the wiki to further enhance security and avoid having to send clear text passwords over the network in order to log in to the wikis.

'''If you have not been using HTTPS links to the wiki login page''', please be advised that your password may have been sniffed on the network at e.g. a conference. It is best to <<Action(userprefs, change it)>> and stop using HTTP links to the wiki login page.


==== Reporting problems ====

In case of emergency, please contact the python.org maintainers, or if experiencing difficulties, contact the pydotorg-www mailing list to say "help".

Welcome to the Jython Wiki!


The purpose of a programming language is to let software developers express their intentions as simply and directly as possible. - JimHugunin


Jython is a Java implementation of Python that combines expressive power with clarity. Jython is freely available for both commercial and non-commercial use and is distributed with source code. Jython is complementary to Java and is especially suited for the following tasks:

  • Embedded scripting - Java programmers can add the Jython libraries to their system to allow end users to write simple or complicated scripts that add functionality to the application.

  • Interactive experimentation - Jython provides an interactive interpreter that can be used to interact with Java packages or with running Java applications. This allows programmers to experiment and debug any Java system using Jython.

  • Rapid application development - Python programs are typically 2-10X shorter than the equivalent Java program. This translates directly to increased programmer productivity. The seamless interaction between Python and Java allows developers to freely mix the two languages both during development and in shipping products.

Starting points for users

Beyond the Basics for Users

  • ConsoleChoices: Settings that enable line editing at the interpreter prompt

  • ReadlineSetup: Line-editing at the prompt with GNU Readline or Editline (possibly out of date info)

Starting points for developers

Administrative

Editing pages

Since spamming and vandalism on this wiki has reached a level that is starting to require daily intervention, new users are no longer allowed to edit pages.

If you want to edit a page and have just signed up, or you find that you can no longer edit a page that you could edit before, please write to the jython-users@lists.sourceforge.net mailing list, stating your account name and your intended edits and we'll add you to the EditorsGroup.

Sorry for the inconvenience, but we want to keep this wiki a useful tool for the community, while at the same time need to prevent wiki admin burnout effects.

HTTPS access to the Wiki

We have enabled HTTPS access to the wiki to further enhance security and avoid having to send clear text passwords over the network in order to log in to the wikis.

If you have not been using HTTPS links to the wiki login page, please be advised that your password may have been sniffed on the network at e.g. a conference. It is best to change it and stop using HTTP links to the wiki login page.

Reporting problems

In case of emergency, please contact the python.org maintainers, or if experiencing difficulties, contact the pydotorg-www mailing list to say "help".

FrontPage (last edited 2015-04-30 18:01:14 by JimBaker)