Issue1012

classification
Title: Jython nailgun-like script
Type: rfe Severity: normal
Components: Core Versions: Jython 2.7
Milestone:
process
Status: open Resolution: remind
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, nriley, pjenvey, zyasoft
Priority: low Keywords:

Created on 2008-03-19.17:39:53 by nriley, last changed 2015-03-10.18:51:27 by zyasoft.

Messages
msg3097 (view) Author: Nicholas Riley (nriley) Date: 2008-03-19.17:39:52
Also see #1011.  This will particularly help with scripts such as paster
and manage.py (Django), but Nailgun does not offer enough security when
used on shared hosts.
msg3148 (view) Author: Philip Jenvey (pjenvey) Date: 2008-04-12.05:34:15
nailgun is also going to require its own custom main method as opposed 
to org.python.util.jython's main. nailgun will call a 'nailMain' method 
instead of main if one is implemented. With a custom nailMain we can get 
the current working directory of the nailgun client -- otherwise the 
current directory of the server is used. 

JRuby has a good example of this
msg8553 (view) Author: Jim Baker (zyasoft) Date: 2014-05-22.02:15:35
This is a great idea, but I don't think we should put this in core Jython. My preferred place for these sort of tools is in https://github.com/jythontools/, but regardless of repo it just be something that's in PyPI.

Thoughts?
msg9044 (view) Author: Jim Baker (zyasoft) Date: 2014-09-26.05:40:09
Carefully reading msg3148 this time around, looks like we should have specific support. Maybe 2.7.1?
msg9614 (view) Author: Jim Baker (zyasoft) Date: 2015-03-10.18:51:27
Now that we have bin/jython.py, and Unix domain sockets have landed in Netty (which solves many security issues), we might consider some sort of plugin support for this type of functionality

Definitely a feature for 2.7.x, where x > 0
History
Date User Action Args
2015-03-10 18:51:27zyasoftsetmessages: + msg9614
2014-09-26 05:40:09zyasoftsetpriority: normal -> low
messages: + msg9044
2014-05-22 02:15:35zyasoftsetnosy: + zyasoft
messages: + msg8553
2013-02-25 18:43:56fwierzbickisetresolution: remind
2013-02-25 18:43:39fwierzbickisetversions: + Jython 2.7, - 2.5.1
2009-03-14 03:10:12fwierzbickisetversions: + 2.5.1
2008-12-17 19:11:53fwierzbickisetpriority: normal
2008-05-20 18:30:52fwierzbickisetnosy: + fwierzbicki
2008-04-12 05:34:16pjenveysetnosy: + pjenvey
messages: + msg3148
2008-03-19 17:39:53nrileycreate