Differences between revisions 4 and 5
Revision 4 as of 2008-04-17 14:03:55
Size: 2474
Editor: JoshJuneau
Comment:
Revision 5 as of 2008-11-15 09:16:03
Size: 2506
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablewidth="100%"rowbgcolor="#ffffe8"> '''''Jython Monthly''''' ||<style="text-align: center;"> http://www.jython.org/css/jython.png || ||<tablewidth="100%"rowbgcolor="#ffffe8"> '''''Jython Monthly''''' ||<style="text-align: center;"> {{http://www.jython.org/css/jython.png}} ||
Line 18: Line 18:
[http://wiki.python.org/jython/JythonMonthly/Articles/April2008/1 Read More - http://wiki.python.org/jython/JythonMonthly/Articles/April2008/1] [[http://wiki.python.org/jython/JythonMonthly/Articles/April2008/1|Read More - http://wiki.python.org/jython/JythonMonthly/Articles/April2008/1]]
Line 22: Line 22:
[http://fwierzbicki.blogspot.com/2008/03/pycon-2008-and-jython.html Pycon 2008] [[http://fwierzbicki.blogspot.com/2008/03/pycon-2008-and-jython.html|Pycon 2008]]
Line 24: Line 24:
[http://fwierzbicki.blogspot.com/2008/04/start-of-ast-module-in-jythons-trunk.html Start of an _ast module] [[http://fwierzbicki.blogspot.com/2008/04/start-of-ast-module-in-jythons-trunk.html|Start of an _ast module]]
Line 26: Line 26:
[http://www.sauria.com/blog/2008/03/20/pycon-2008/ More Pycon 2008] [[http://www.sauria.com/blog/2008/03/20/pycon-2008/|More Pycon 2008]]
Line 28: Line 28:
[http://weblogs.java.net/blog/vivekp/archive/2008/03/my_first_jython.html My first Jython web app on GlassFish v3] [[http://weblogs.java.net/blog/vivekp/archive/2008/03/my_first_jython.html|My first Jython web app on GlassFish v3]]
Line 32: Line 32:
[http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14070736 Querying Server Host and Port Using Jython and Wsadmin] [[http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14070736|Querying Server Host and Port Using Jython and Wsadmin]]
Line 34: Line 34:
[http://www.gossamer-threads.com/lists/zope/dev/213430 Zope 3 on Jython - Google Summer of Code] [[http://www.gossamer-threads.com/lists/zope/dev/213430|Zope 3 on Jython - Google Summer of Code]]
Line 38: Line 38:
[http://www.youtube.com/watch?v=7TQAgQ8aZXo New Compiler for Jython] [[http://www.youtube.com/watch?v=7TQAgQ8aZXo|New Compiler for Jython]]
Line 43: Line 43:
|| [http://www.jython.org Jython Home] ||
||
[http://www.python.org Python Home] ||
||
[http://en.wikipedia.org/wiki/Jython Jython WikiPedia] ||
||
[http://freshmeat.net/projects/jython/ Freshmeat.net] ||
||
[http://www.pythonware.com/daily/ Python Daily News] ||
||
[http://planet.jython.org/ Planet Jython] ||
|| [[http://www.jython.org|Jython Home]] ||
|| [
[http://www.python.org|Python Home]] ||
|| [
[http://en.wikipedia.org/wiki/Jython|Jython WikiPedia]] ||
|| [
[http://freshmeat.net/projects/jython/|Freshmeat.net]] ||
|| [
[http://www.pythonware.com/daily/|Python Daily News]] ||
|| [
[http://planet.jython.org/|Planet Jython]] ||

Jython Monthly

http://www.jython.org/css/jython.png

April 2008 -- Issue #17

Enjoy this month's newsletter...although brief, it contains a lot of good Jython-related information. Please feel free to contribute to the newsletter in the coming month's by submitting articles and/or tutorials.

Josh Juneau

juneau001@gmail.com

Articles

Jython Basics - Simple Data Access Model Using Oracle

Submitted By: Josh Juneau

Almost every application written today requires data access of some kind. The most common forms of data access today are based upon selection, update, delete processes against a database or XML. While data access has been around for many years now and may be quite trivial, it is an essential concept for any programming language. Not only is it important to know the concepts behind data access, but it is also important to adhere to the basics of object orientation while doing so. A well formed application will use objects to pass data around, which makes it more flexible and easy to maintain.

Read More - http://wiki.python.org/jython/JythonMonthly/Articles/April2008/1

Blogs

Pycon 2008

Start of an _ast module

More Pycon 2008

My first Jython web app on GlassFish v3

Discussions

Querying Server Host and Port Using Jython and Wsadmin

Zope 3 on Jython - Google Summer of Code

Jython Movies

New Compiler for Jython

Links

Jython Home

Python Home

Jython WikiPedia

Freshmeat.net

Python Daily News

Planet Jython

JythonMonthly/Newsletters/April2008 (last edited 2008-11-15 09:16:03 by localhost)