Tagged Questions

1
vote
0answers
23 views

CPython/Jython cross-implementation GUI

I need to make some GUIs for a Jython application, but would like to minimize translation time should the project switch over to CPython. HTML or XUL are possibilities, but ones that I'd like to …
0
votes
1answer
21 views

string manipulation - re.sub in jython

Let say i have a string like this 'this is a statement' and if i want to search and replace string with this 'this ** a statement' string to search for this is a statement , this si a statement , …
0
votes
0answers
21 views

Weblogic domain and cluster creation with WLST

I want to create a cluster with 2 managed servers on 2 different physical machines. I have following tasks to be performed (please correct me if I miss something) Domain creation. Set admin server …
0
votes
4answers
48 views

number formatting

I have a simple question how can i show the number 12045678 as 12,045,678 i.e automatically show in american format in jython so 12345 should be 12,345 and 1234567890 should be 1,234,567,890 and …
0
votes
3answers
56 views

suggestion required related to rewriting and string manipulation

Hi everyone , I had to read from a file and for each data between delimiter i need to remove the white space and i have written the following program in jython When i am trying to rewrite ,its …
0
votes
2answers
32 views

How do you get a member of an enum in jython?

enum day{ mon,tue} enum getday(){ return day; } I want to print the day, like "mon" or "tue". Is it possible?
1
vote
2answers
57 views

Get data back from Jython scripts using JSR-223

Hello. I am using Jython 2.5.1 with JSR-223 (i.e. javax.script package) and I expect the last line of the Python script to be returned. For example, after evaluating this script: class Multiplier: …
2
votes
3answers
98 views

How do i make Pydev + jython to startup faster when running a script?

Hi, i'm working with pydev + jython.great ide , but quite slow when i try to run a jython program. this is probably something due to libraries load time. What can i do to speed it up ? Thanks , …
0
votes
1answer
42 views

Can you run Jython on the JVM that runs on Pulse smart pens?

I'm looking at developing an application that takes advantage of the Pulse smart pen. I would rather do it in python than java. Its not clear what version of the jvm runs on the pen, as evidence here …
0
votes
1answer
34 views

Help with JYTHON 2.0 CODE -STRING MANIPULATION and replace

As i have already asked this question and i have later realized that tool for which iam writing JYTHON CODES supports presently on till 2.1 version as the intepreter is of 2.1 so some of …
1
vote
4answers
79 views

Is there a Java Scripting Language that Can Work Without Caching? Jython? Groovy? etc?

Hi all, We have an existing java-based heavyweight project that needed an interactive script interpreter. After a fair amount of research we eventually ended up with Jython, one of the reasons …
0
votes
4answers
87 views

How to Improve Performance and speed

I have written this program for connecting and fetching the data into file, but this program is so slow in fetching . is there is any way to improve the performance and faster way to load the data …
-1
votes
2answers
56 views

Data extraction and manipulation in jython

For a given file For ex : 11 ,345 , sdfsfsfs , 1232 i need to such above records from a file , read 11 to delimiter and strip the white space and store in the another file , similarly 345 to …
0
votes
1answer
38 views

what is the correct command to search for an exact string ,

i have tried startswith , find , re.sub but all seems to be find that string that matches part of it . iam looking for command which searchs the exact string which iam searching for in a given file. …
3
votes
9answers
336 views

What is Jython and is it useful at all?

I know Python. When will I need Jython? What are the drawbacks. I assume it is slow? Please detail it out! thanks.

1 2 3 4 5 10 next
15 30 50 per page