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