#jython IRC Log (v0.9)

Index

IRC Log for 2012-10-26

Timestamps are in GMT/BST.

[0:05] * catmtking_ (~catmtking@wireless-fac-staff-wpa-138-23-67-254.bulk.ucr.edu) has joined #jython
[0:05] * catmtking_ (~catmtking@wireless-fac-staff-wpa-138-23-67-254.bulk.ucr.edu) Quit (Client Quit)
[0:07] * catmtking (~catmtking@dhcp-138-23-59-162.dyn.ucr.edu) Quit (Read error: Operation timed out)
[0:13] * Turingi (~devon@unaffiliated/devon-hillard/x-7250961) has joined #jython
[0:16] <Turingi> can one use jython as a drop-in replacement for java in a jee 6 application? including annotations and dependency injection
[0:27] <agronholm> uh, no
[0:28] <agronholm> jython does not produce java class files
[0:28] * Oti (~ohumbel@adsl-89-217-231-96.adslplus.ch) Quit (Read error: Connection reset by peer)
[0:28] <agronholm> well, it _kinda_ does but they're not very useful for introspection
[0:28] * Oti (~ohumbel@adsl-89-217-231-96.adslplus.ch) has joined #jython
[0:29] <Turingi> agronholm: so additional wizardry may be required to get annotations at least?
[0:31] <agronholm> it's currently impossible
[0:33] <Turingi> thanks, still nice to have python on the JVM :)
[0:42] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[0:54] * diametric (~diametric@pool-96-244-129-104.bltmmd.fios.verizon.net) has joined #jython
[1:10] * Turingi (~devon@unaffiliated/devon-hillard/x-7250961) Quit (Read error: Connection reset by peer)
[1:48] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[2:22] * MikeFair (~quassel@pool-71-108-121-195.lsanca.dsl-w.verizon.net) has joined #jython
[2:47] * inspired (inspired@146.90.52.83) Quit (Ping timeout: 240 seconds)
[3:10] * ohumbel_ (~ohumbel@adsl-89-217-231-96.adslplus.ch) has joined #jython
[3:10] * Oti (~ohumbel@adsl-89-217-231-96.adslplus.ch) Quit (Read error: Connection reset by peer)
[3:21] * Oti (~ohumbel@adsl-89-217-231-96.adslplus.ch) has joined #jython
[3:21] * ohumbel_ (~ohumbel@adsl-89-217-231-96.adslplus.ch) Quit (Read error: Connection reset by peer)
[3:25] * Oti (~ohumbel@adsl-89-217-231-96.adslplus.ch) Quit (Read error: Connection reset by peer)
[3:25] * Oti (~ohumbel@adsl-89-217-231-96.adslplus.ch) has joined #jython
[3:32] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[5:08] * Oti (~ohumbel@adsl-89-217-231-96.adslplus.ch) Quit (Quit: Oti)
[5:19] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[7:25] * msavy (~msavy@redhat/jboss/msavy) has joined #jython
[7:25] * msavy (~msavy@redhat/jboss/msavy) Quit (Remote host closed the connection)
[7:27] * msavy (~msavy@redhat/jboss/msavy) has joined #jython
[7:28] * msavy (~msavy@redhat/jboss/msavy) Quit (Client Quit)
[10:46] * ohumbel (5390f2dc@gateway/web/freenode/ip.83.144.242.220) Quit (Ping timeout: 245 seconds)
[12:34] * ohumbel (5390f2dc@gateway/web/freenode/ip.83.144.242.220) has joined #jython
[12:57] * ciziar (~textual@81-225-140-103-no12.tbcn.telia.com) has joined #jython
[12:59] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[13:45] * aljosa (~aljosa@212.92.197.106) has joined #jython
[13:57] <aljosa> is there some way i can redirect all output from wsgi app (print "something" and errors) to some file instead of stdout/strderr?
[13:58] <agronholm> aljosa: replace sys.stdout and sys.stderr
[14:02] <aljosa> agronholm: sys.stdout = fp? and fp.close() at the end of application.py? and same for sys.stderr?
[14:02] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[14:06] <agronholm> yes
[14:06] <aljosa> agronholm: thanks
[14:35] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[14:40] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[14:46] * ciziar (~textual@81-225-140-103-no12.tbcn.telia.com) Quit (Quit: Computer has gone to sleep.)
[14:55] * MikeFair (~quassel@pool-71-108-121-195.lsanca.dsl-w.verizon.net) Quit (Ping timeout: 260 seconds)
[15:00] * MikeFair_ (~quassel@pool-71-108-121-195.lsanca.dsl-w.verizon.net) has joined #jython
[15:03] * catmtking (~catmtking@dhcp-138-23-59-162.dyn.ucr.edu) has joined #jython
[15:15] * DKFermi (~zimmer@h105n6-u-a31.ias.bredband.telia.com) has joined #jython
[15:16] <DKFermi> Hi, I got an 'absolute beginner' question regarding jython. I know that I can use it to interact with java classes in a pythonic context; but what if i have a python API and want to incorporate that in some java code? Is jython the right thing to use too?
[15:22] * MikeFair_ (~quassel@pool-71-108-121-195.lsanca.dsl-w.verizon.net) Quit (Ping timeout: 240 seconds)
[15:22] * ciziar (~textual@81-225-140-103-no12.tbcn.telia.com) has joined #jython
[15:28] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[15:28] * MikeFair_ (~quassel@pool-71-108-121-195.lsanca.dsl-w.verizon.net) has joined #jython
[15:31] <agronholm> DKFermi: you will have to expose that to java through a java interface
[15:33] <DKFermi> agronholm: thanks, any hint were to start looking for examples for that?
[15:34] <agronholm> the jython book
[15:34] <agronholm> (available online)
[15:34] * MikeFair_ (~quassel@pool-71-108-121-195.lsanca.dsl-w.verizon.net) Quit (Ping timeout: 265 seconds)
[15:42] <DKFermi> just browsing through, so basically i need to write an interface class that exposes all python objects to my java code and then use something like the JythonObjectFactory to use it?
[15:43] <agronholm> something like that, yes
[15:44] <DKFermi> okay thanks!
[15:56] * MikeFair_ (~quassel@pool-71-108-121-195.lsanca.dsl-w.verizon.net) has joined #jython
[15:58] * aljosa (~aljosa@212.92.197.106) Quit (Quit: Konversation terminated!)
[16:03] * ohumbel (5390f2dc@gateway/web/freenode/ip.83.144.242.220) Quit (Quit: Page closed)
[16:04] * MikeFair_ (~quassel@pool-71-108-121-195.lsanca.dsl-w.verizon.net) Quit (Read error: Connection reset by peer)
[16:05] * DKFermi (~zimmer@h105n6-u-a31.ias.bredband.telia.com) Quit (Quit: leaving)
[16:20] * ciziar (~textual@81-225-140-103-no12.tbcn.telia.com) Quit (Quit: Computer has gone to sleep.)
[17:59] * sera (~sera@gentoo/developer/sera) has joined #jython
[18:30] * diametric (~diametric@pool-96-244-129-104.bltmmd.fios.verizon.net) Quit (Remote host closed the connection)
[19:04] * sera (~sera@gentoo/developer/sera) Quit (Remote host closed the connection)
[19:40] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[19:41] * sera (~sera@gentoo/developer/sera) has joined #jython
[20:02] * enebo (~enebo@166.137.82.84) has joined #jython
[20:17] * sera (~sera@gentoo/developer/sera) Quit (Remote host closed the connection)
[20:31] * sera (~sera@gentoo/developer/sera) has joined #jython
[20:32] * wmeissner (~wmeissner@123.200.236.230) has joined #jython
[20:32] * sera (~sera@gentoo/developer/sera) Quit (Read error: Connection reset by peer)
[20:33] * sera (~sera@gentoo/developer/sera) has joined #jython
[20:33] * sera (~sera@gentoo/developer/sera) Quit (Read error: Connection reset by peer)
[20:33] * sera (~sera@gentoo/developer/sera) has joined #jython
[20:36] * sera (~sera@gentoo/developer/sera) Quit (Read error: Connection reset by peer)
[20:36] * sera (~sera@gentoo/developer/sera) has joined #jython
[20:37] * sera (~sera@gentoo/developer/sera) Quit (Read error: Connection reset by peer)
[20:37] * sera (~sera@gentoo/developer/sera) has joined #jython
[21:06] * svenn_ (svenn@invalid.ed.ntnu.no) Quit (Read error: Connection reset by peer)
[21:12] * svenn (svenn@invalid.ed.ntnu.no) has joined #jython
[21:16] * sera (~sera@gentoo/developer/sera) Quit (Remote host closed the connection)
[21:32] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[21:45] * sera (~sera@gentoo/developer/sera) has joined #jython
[21:54] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[21:57] * sera (~sera@gentoo/developer/sera) Quit (Ping timeout: 244 seconds)
[21:58] * sera (~sera@gentoo/developer/sera) has joined #jython
[21:59] * sera (~sera@gentoo/developer/sera) Quit (Read error: Connection reset by peer)
[21:59] * sera (~sera@gentoo/developer/sera) has joined #jython
[22:01] * sera (~sera@gentoo/developer/sera) Quit (Read error: Connection reset by peer)
[22:01] * sera (~sera@gentoo/developer/sera) has joined #jython
[22:02] * sera (~sera@gentoo/developer/sera) Quit (Read error: Connection reset by peer)
[22:02] * sera (~sera@gentoo/developer/sera) has joined #jython
[22:07] * sera (~sera@gentoo/developer/sera) Quit (Ping timeout: 268 seconds)
[22:12] * enebo (~enebo@166.137.82.84) Quit (Ping timeout: 246 seconds)
[22:15] * sera (~sera@gentoo/developer/sera) has joined #jython
[23:01] * sera (~sera@gentoo/developer/sera) Quit (Read error: Operation timed out)
[23:01] * sera (~sera@gentoo/developer/sera) has joined #jython
[23:03] * wmeissner (~wmeissner@123.200.236.230) Quit (Quit: wmeissner)
[23:10] * sera (~sera@gentoo/developer/sera) Quit (Read error: Connection reset by peer)
[23:16] * sera (~sera@gentoo/developer/sera) has joined #jython
[23:18] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[23:20] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).